Shades of Orange #FCAD04
Tints of Orange #FCAD04
RGB
CMYK
RGB Variations
Color information
#FCAD04 (or 0xFCAD04) is known color: Orange. HEX triplet: FC, AD and 04. RGB value is (252,173,4). Sum of RGB (Red+Green+Blue) = 252+173+4=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 4 (1.95% from 255 or 0.93% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAD04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAD04 is #0352FB. Grayscale: #B2B2B2. Windows color (decimal): -217852 or 306684. OLE color: 306684.
HSL color Cylindrical-coordinate representation of color #FCAD04: hue angle of 40.89º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCAD04 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.01 |
| HSL | 40.89º | 0.98% | 0.5% | - |
| HSV(B) | 40.89º | 0.98% | 0.99% | - |
| XYZ | 55.11 | 50.59 | 6.98 | - |
| YUV | 177.36 | 30.17 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 4 | 0 | 0.31 | 0.98 | 0.01 | 40.89 | 0.98 | 0.5 |
| Hex | FC | AD | 4 | 0 | 1F | 62 | 1 | 29 | 62 | 32 |
| Octal | 374 | 255 | 4 | 0 | 37 | 142 | 1 | 51 | 142 | 62 |
| Binary | 11111100 | 10101101 | 100 | 0 | 11111 | 1100010 | 1 | 101001 | 1100010 | 110010 |
Color Harmonies of #FCAD04
Complementary color
Monochromatic Colors of #FCAD04
Black with #FCAD04
Text Example
Text Example
White with #FCAD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAD04; }
p { color: rgb(252,173,4); }
H1.HeaderClassName
{
color: #FCAD04;
}
.AnyTagClassName
{
color: #FCAD04;
}
</style>
background-color css
<style>
a { background-color: #FCAD04; }
a { background-color: rgb(252,173,4); }
div.DivClassName
{
background-color: #FCAD04;
}
.BgClassName
{
background-color: #FCAD04;
}
</style>
border-color css
<style>
span { border-color: #FCAD04; }
span { border-color: rgb(252,173,4); }
td.TdClassName
{
border-color: #FCAD04;
}
.TagClassName
{
border-color: #FCAD04;
}
</style>