Color spaces of #fcbc45
RGB | 252 | 188 | 69 |
---|---|---|---|
HSL | 0.11 | 0.97 | 0.63 |
HSV | 39° | 73° | 99° |
CMYK | 0.00 | 0.25 | 0.73 0.01 |
XYZ | 59.2023 | 57.0916 | 13.5297 |
Yxy | 57.0916 | 0.4560 | 0.4398 |
Hunter Lab | 75.5590 | 7.6309 | 42.2747 |
CIE-Lab | 80.2311 | 12.2195 | 66.1136 |
#fcbc45 color RGB value is (252,188,69).
#fcbc45 hex color red value is 252, green value is 188 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #fcbc45 hue: 0.11 , saturation: 0.97 and the lightness value of fcbc45 is 0.63.
The process color (four color CMYK) of #fcbc45 color hex is 0.00, 0.25, 0.73, 0.01. Web safe color of #fcbc45 is #ffcc33. Color #fcbc45 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10111100 | 01000101 |
Octal | 374 | 274 | 105 |
Decimal | 252 | 188 | 69 |
Hex | FC | BC | 45 |
Shades of #fcbc45
Tints of #fcbc45
RGB Percentages of Color #fcbc45
CMYK Percentages of Color #fcbc45
Complementary Color
#fcbc45 | #4585fc |
#fcbc45 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcbc45 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcbc45 Color CSS Codes
.mybgcolor {background-color:#fcbc45; } .myforecolor {color:#fcbc45; } .mybordercolor {border:3px solid #fcbc45; }
#fcbc45 Text Font Color
<p style="color:#fcbc45">Text here</p>
This sample text font color is #fcbc45
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#fcbc45 Background Color
<div style="background-color:#fcbc45">
Div content here</div>
This div background color is #fcbc45
#fcbc45 Border Color
<div style="border:3px solid #fcbc45">
Div here</div>
This div border color is #fcbc45
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,188,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcbc45; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcbc45; -webkit-box-shadow: 1px 1px 3px 2px #fcbc45; box-shadow: 1px 1px 3px 2px #fcbc45; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,188,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcbc45">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcbc45; -webkit-box-shadow: 1px 1px 3px 2px #fcbc45; box-shadow: 1px 1px 3px 2px #fcbc45;">
Div content here</div>
This div box has shadow with color #fcbc45
Comments
No comments written yet.
Please login to write comment.