Shades of Orange #FCA603
Tints of Orange #FCA603
RGB
CMYK
RGB Variations
Color information
#FCA603 (or 0xFCA603) is known color: Orange. HEX triplet: FC, A6 and 03. RGB value is (252,166,3). Sum of RGB (Red+Green+Blue) = 252+166+3=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA603 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA603 is #0359FC. Grayscale: #ADADAD. Windows color (decimal): -219645 or 239356. OLE color: 239356.
HSL color Cylindrical-coordinate representation of color #FCA603: hue angle of 39.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FCA603 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 166 | 3 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.01 |
| HSL | 39.28º | 0.98% | 0.5% | - |
| HSV(B) | 39.28º | 0.99% | 0.99% | - |
| XYZ | 53.8 | 47.97 | 6.51 | - |
| YUV | 173.13 | 31.99 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 166 | 3 | 0 | 0.34 | 0.99 | 0.01 | 39.28 | 0.98 | 0.5 |
| Hex | FC | A6 | 3 | 0 | 22 | 63 | 1 | 27 | 62 | 32 |
| Octal | 374 | 246 | 3 | 0 | 42 | 143 | 1 | 47 | 142 | 62 |
| Binary | 11111100 | 10100110 | 11 | 0 | 100010 | 1100011 | 1 | 100111 | 1100010 | 110010 |
Color Harmonies of #FCA603
Complementary color
Monochromatic Colors of #FCA603
Black with #FCA603
Text Example
Text Example
White with #FCA603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA603; }
p { color: rgb(252,166,3); }
H1.HeaderClassName
{
color: #FCA603;
}
.AnyTagClassName
{
color: #FCA603;
}
</style>
background-color css
<style>
a { background-color: #FCA603; }
a { background-color: rgb(252,166,3); }
div.DivClassName
{
background-color: #FCA603;
}
.BgClassName
{
background-color: #FCA603;
}
</style>
border-color css
<style>
span { border-color: #FCA603; }
span { border-color: rgb(252,166,3); }
td.TdClassName
{
border-color: #FCA603;
}
.TagClassName
{
border-color: #FCA603;
}
</style>