Shades of Orange #FCAD00
Tints of Orange #FCAD00
RGB
CMYK
RGB Variations
Color information
#FCAD00 (or 0xFCAD00) is known color: Orange. HEX triplet: FC, AD and 00. RGB value is (252,173,0). Sum of RGB (Red+Green+Blue) = 252+173+0=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAD00 is #0352FF. Grayscale: #B1B1B1. Windows color (decimal): -217856 or 44540. OLE color: 44540.
HSL color Cylindrical-coordinate representation of color #FCAD00: hue angle of 41.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCAD00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.01 |
| HSL | 41.19º | 1% | 0.49% | - |
| HSV(B) | 41.19º | 1% | 0.99% | - |
| XYZ | 55.09 | 50.58 | 6.86 | - |
| YUV | 176.9 | 28.17 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 0 | 0 | 0.31 | 1 | 0.01 | 41.19 | 1 | 0.49 |
| Hex | FC | AD | 0 | 0 | 1F | 64 | 1 | 29 | 64 | 31 |
| Octal | 374 | 255 | 0 | 0 | 37 | 144 | 1 | 51 | 144 | 61 |
| Binary | 11111100 | 10101101 | 0 | 0 | 11111 | 1100100 | 1 | 101001 | 1100100 | 110001 |
Color Harmonies of #FCAD00
Complementary color
Monochromatic Colors of #FCAD00
Black with #FCAD00
Text Example
Text Example
White with #FCAD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAD00; }
p { color: rgb(252,173,0); }
H1.HeaderClassName
{
color: #FCAD00;
}
.AnyTagClassName
{
color: #FCAD00;
}
</style>
background-color css
<style>
a { background-color: #FCAD00; }
a { background-color: rgb(252,173,0); }
div.DivClassName
{
background-color: #FCAD00;
}
.BgClassName
{
background-color: #FCAD00;
}
</style>
border-color css
<style>
span { border-color: #FCAD00; }
span { border-color: rgb(252,173,0); }
td.TdClassName
{
border-color: #FCAD00;
}
.TagClassName
{
border-color: #FCAD00;
}
</style>