Color spaces of #fcf145
RGB | 252 | 241 | 69 |
---|---|---|---|
HSL | 0.16 | 0.97 | 0.63 |
HSV | 56° | 73° | 99° |
CMYK | 0.00 | 0.04 | 0.73 0.01 |
XYZ | 72.6744 | 84.0357 | 18.0204 |
Yxy | 84.0357 | 0.4159 | 0.4809 |
Hunter Lab | 91.6710 | -18.9140 | 52.5146 |
CIE-Lab | 93.4660 | -14.6242 | 78.9271 |
#fcf145 color RGB value is (252,241,69).
#fcf145 hex color red value is 252, green value is 241 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #fcf145 hue: 0.16 , saturation: 0.97 and the lightness value of fcf145 is 0.63.
The process color (four color CMYK) of #fcf145 color hex is 0.00, 0.04, 0.73, 0.01. Web safe color of #fcf145 is #ffff33. Color #fcf145 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11110001 | 01000101 |
Octal | 374 | 361 | 105 |
Decimal | 252 | 241 | 69 |
Hex | FC | F1 | 45 |
Shades of #fcf145
Tints of #fcf145
RGB Percentages of Color #fcf145
CMYK Percentages of Color #fcf145
Complementary Color
#fcf145 | #4550fc |
#fcf145 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcf145 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcf145 Color CSS Codes
.mybgcolor {background-color:#fcf145; } .myforecolor {color:#fcf145; } .mybordercolor {border:3px solid #fcf145; }
#fcf145 Text Font Color
<p style="color:#fcf145">Text here</p>
This sample text font color is #fcf145
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.
#fcf145 Background Color
<div style="background-color:#fcf145">
Div content here</div>
This div background color is #fcf145
#fcf145 Border Color
<div style="border:3px solid #fcf145">
Div here</div>
This div border color is #fcf145
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,241,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcf145; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcf145; -webkit-box-shadow: 1px 1px 3px 2px #fcf145; box-shadow: 1px 1px 3px 2px #fcf145; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,241,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 #fcf145">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcf145; -webkit-box-shadow: 1px 1px 3px 2px #fcf145; box-shadow: 1px 1px 3px 2px #fcf145;">
Div content here</div>
This div box has shadow with color #fcf145
Comments
No comments written yet.
Please login to write comment.