Shades of Orange #FCAF03
Tints of Orange #FCAF03
RGB
CMYK
RGB Variations
Color information
#FCAF03 (or 0xFCAF03) is known color: Orange. HEX triplet: FC, AF and 03. RGB value is (252,175,3). Sum of RGB (Red+Green+Blue) = 252+175+3=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAF03 is #0350FC. Grayscale: #B3B3B3. Windows color (decimal): -217341 or 241660. OLE color: 241660.
HSL color Cylindrical-coordinate representation of color #FCAF03: hue angle of 41.45º 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 #FCAF03 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 3 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.01 |
| HSL | 41.45º | 0.98% | 0.5% | - |
| HSV(B) | 41.45º | 0.99% | 0.99% | - |
| XYZ | 55.49 | 51.36 | 7.08 | - |
| YUV | 178.42 | 29.01 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 3 | 0 | 0.31 | 0.99 | 0.01 | 41.45 | 0.98 | 0.5 |
| Hex | FC | AF | 3 | 0 | 1F | 63 | 1 | 29 | 62 | 32 |
| Octal | 374 | 257 | 3 | 0 | 37 | 143 | 1 | 51 | 142 | 62 |
| Binary | 11111100 | 10101111 | 11 | 0 | 11111 | 1100011 | 1 | 101001 | 1100010 | 110010 |
Color Harmonies of #FCAF03
Complementary color
Monochromatic Colors of #FCAF03
Black with #FCAF03
Text Example
Text Example
White with #FCAF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF03; }
p { color: rgb(252,175,3); }
H1.HeaderClassName
{
color: #FCAF03;
}
.AnyTagClassName
{
color: #FCAF03;
}
</style>
background-color css
<style>
a { background-color: #FCAF03; }
a { background-color: rgb(252,175,3); }
div.DivClassName
{
background-color: #FCAF03;
}
.BgClassName
{
background-color: #FCAF03;
}
</style>
border-color css
<style>
span { border-color: #FCAF03; }
span { border-color: rgb(252,175,3); }
td.TdClassName
{
border-color: #FCAF03;
}
.TagClassName
{
border-color: #FCAF03;
}
</style>