Shades of Orange #FCA301
Tints of Orange #FCA301
RGB
CMYK
RGB Variations
Color information
#FCA301 (or 0xFCA301) is known color: Orange. HEX triplet: FC, A3 and 01. RGB value is (252,163,1). Sum of RGB (Red+Green+Blue) = 252+163+1=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA301 is #035CFE. Grayscale: #ABABAB. Windows color (decimal): -220415 or 107516. OLE color: 107516.
HSL color Cylindrical-coordinate representation of color #FCA301: hue angle of 38.73º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCA301 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 1 | - |
| CMYK | 0 | 0.35 | 1.00 | 0.01 |
| HSL | 38.73º | 0.99% | 0.5% | - |
| HSV(B) | 38.73º | 1% | 0.99% | - |
| XYZ | 53.25 | 46.89 | 6.27 | - |
| YUV | 171.14 | 31.99 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 1 | 0 | 0.35 | 1.00 | 0.01 | 38.73 | 0.99 | 0.5 |
| Hex | FC | A3 | 1 | 0 | 23 | 64 | 1 | 27 | 63 | 32 |
| Octal | 374 | 243 | 1 | 0 | 43 | 144 | 1 | 47 | 143 | 62 |
| Binary | 11111100 | 10100011 | 1 | 0 | 100011 | 1100100 | 1 | 100111 | 1100011 | 110010 |
Color Harmonies of #FCA301
Complementary color
Monochromatic Colors of #FCA301
Black with #FCA301
Text Example
Text Example
White with #FCA301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA301; }
p { color: rgb(252,163,1); }
H1.HeaderClassName
{
color: #FCA301;
}
.AnyTagClassName
{
color: #FCA301;
}
</style>
background-color css
<style>
a { background-color: #FCA301; }
a { background-color: rgb(252,163,1); }
div.DivClassName
{
background-color: #FCA301;
}
.BgClassName
{
background-color: #FCA301;
}
</style>
border-color css
<style>
span { border-color: #FCA301; }
span { border-color: rgb(252,163,1); }
td.TdClassName
{
border-color: #FCA301;
}
.TagClassName
{
border-color: #FCA301;
}
</style>