Shades of Orange #FCAC02
Tints of Orange #FCAC02
RGB
CMYK
RGB Variations
Color information
#FCAC02 (or 0xFCAC02) is known color: Orange. HEX triplet: FC, AC and 02. RGB value is (252,172,2). Sum of RGB (Red+Green+Blue) = 252+172+2=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAC02 is #0353FD. Grayscale: #B1B1B1. Windows color (decimal): -218110 or 175356. OLE color: 175356.
HSL color Cylindrical-coordinate representation of color #FCAC02: hue angle of 40.8º 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 #FCAC02 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 2 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.01 |
| HSL | 40.8º | 0.98% | 0.5% | - |
| HSV(B) | 40.8º | 0.99% | 0.99% | - |
| XYZ | 54.91 | 50.2 | 6.85 | - |
| YUV | 176.54 | 29.5 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 2 | 0 | 0.32 | 0.99 | 0.01 | 40.8 | 0.98 | 0.5 |
| Hex | FC | AC | 2 | 0 | 20 | 63 | 1 | 29 | 62 | 32 |
| Octal | 374 | 254 | 2 | 0 | 40 | 143 | 1 | 51 | 142 | 62 |
| Binary | 11111100 | 10101100 | 10 | 0 | 100000 | 1100011 | 1 | 101001 | 1100010 | 110010 |
Color Harmonies of #FCAC02
Complementary color
Monochromatic Colors of #FCAC02
Black with #FCAC02
Text Example
Text Example
White with #FCAC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC02; }
p { color: rgb(252,172,2); }
H1.HeaderClassName
{
color: #FCAC02;
}
.AnyTagClassName
{
color: #FCAC02;
}
</style>
background-color css
<style>
a { background-color: #FCAC02; }
a { background-color: rgb(252,172,2); }
div.DivClassName
{
background-color: #FCAC02;
}
.BgClassName
{
background-color: #FCAC02;
}
</style>
border-color css
<style>
span { border-color: #FCAC02; }
span { border-color: rgb(252,172,2); }
td.TdClassName
{
border-color: #FCAC02;
}
.TagClassName
{
border-color: #FCAC02;
}
</style>