Color spaces of #fcb366
RGB | 252 | 179 | 102 |
---|---|---|---|
HSL | 0.09 | 0.96 | 0.69 |
HSV | 31° | 60° | 99° |
CMYK | 0.00 | 0.29 | 0.60 0.01 |
XYZ | 58.6633 | 53.8950 | 19.8812 |
Yxy | 53.8950 | 0.4429 | 0.4069 |
Hunter Lab | 73.4132 | 14.1633 | 35.3328 |
CIE-Lab | 78.4005 | 18.8103 | 49.2956 |
#fcb366 color RGB value is (252,179,102).
#fcb366 hex color red value is 252, green value is 179 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #fcb366 hue: 0.09 , saturation: 0.96 and the lightness value of fcb366 is 0.69.
The process color (four color CMYK) of #fcb366 color hex is 0.00, 0.29, 0.60, 0.01. Web safe color of #fcb366 is #ffcc66. Color #fcb366 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10110011 | 01100110 |
Octal | 374 | 263 | 146 |
Decimal | 252 | 179 | 102 |
Hex | FC | B3 | 66 |
Shades of #fcb366
Tints of #fcb366
RGB Percentages of Color #fcb366
CMYK Percentages of Color #fcb366
Complementary Color
#fcb366 | #66affc |
#fcb366 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcb366 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcb366 Color CSS Codes
.mybgcolor {background-color:#fcb366; } .myforecolor {color:#fcb366; } .mybordercolor {border:3px solid #fcb366; }
#fcb366 Text Font Color
<p style="color:#fcb366">Text here</p>
This sample text font color is #fcb366
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.
#fcb366 Background Color
<div style="background-color:#fcb366">
Div content here</div>
This div background color is #fcb366
#fcb366 Border Color
<div style="border:3px solid #fcb366">
Div here</div>
This div border color is #fcb366
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,179,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcb366; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcb366; -webkit-box-shadow: 1px 1px 3px 2px #fcb366; box-shadow: 1px 1px 3px 2px #fcb366; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,179,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcb366">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcb366; -webkit-box-shadow: 1px 1px 3px 2px #fcb366; box-shadow: 1px 1px 3px 2px #fcb366;">
Div content here</div>
This div box has shadow with color #fcb366
Comments
No comments written yet.
Please login to write comment.