Shades of Orange #FCAA02
Tints of Orange #FCAA02
RGB
CMYK
RGB Variations
Color information
#FCAA02 (or 0xFCAA02) is known color: Orange. HEX triplet: FC, AA and 02. RGB value is (252,170,2). Sum of RGB (Red+Green+Blue) = 252+170+2=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAA02 is #0355FD. Grayscale: #B0B0B0. Windows color (decimal): -218622 or 174844. OLE color: 174844.
HSL color Cylindrical-coordinate representation of color #FCAA02: hue angle of 40.32º 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 #FCAA02 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.01 |
| HSL | 40.32º | 0.98% | 0.5% | - |
| HSV(B) | 40.32º | 0.99% | 0.99% | - |
| XYZ | 54.53 | 49.45 | 6.73 | - |
| YUV | 175.37 | 30.17 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 2 | 0 | 0.33 | 0.99 | 0.01 | 40.32 | 0.98 | 0.5 |
| Hex | FC | AA | 2 | 0 | 21 | 63 | 1 | 28 | 62 | 32 |
| Octal | 374 | 252 | 2 | 0 | 41 | 143 | 1 | 50 | 142 | 62 |
| Binary | 11111100 | 10101010 | 10 | 0 | 100001 | 1100011 | 1 | 101000 | 1100010 | 110010 |
Color Harmonies of #FCAA02
Complementary color
Monochromatic Colors of #FCAA02
Black with #FCAA02
Text Example
Text Example
White with #FCAA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA02; }
p { color: rgb(252,170,2); }
H1.HeaderClassName
{
color: #FCAA02;
}
.AnyTagClassName
{
color: #FCAA02;
}
</style>
background-color css
<style>
a { background-color: #FCAA02; }
a { background-color: rgb(252,170,2); }
div.DivClassName
{
background-color: #FCAA02;
}
.BgClassName
{
background-color: #FCAA02;
}
</style>
border-color css
<style>
span { border-color: #FCAA02; }
span { border-color: rgb(252,170,2); }
td.TdClassName
{
border-color: #FCAA02;
}
.TagClassName
{
border-color: #FCAA02;
}
</style>