Shades of Orange #FDAC04
Tints of Orange #FDAC04
RGB
CMYK
RGB Variations
Color information
#FDAC04 (or 0xFDAC04) is known color: Orange. HEX triplet: FD, AC and 04. RGB value is (253,172,4). Sum of RGB (Red+Green+Blue) = 253+172+4=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 4 (1.95% from 255 or 0.93% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAC04 is #0253FB. Grayscale: #B1B1B1. Windows color (decimal): -152572 or 306429. OLE color: 306429.
HSL color Cylindrical-coordinate representation of color #FDAC04: hue angle of 40.48º 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 #FDAC04 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 4 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.01 |
| HSL | 40.48º | 0.98% | 0.5% | - |
| HSV(B) | 40.48º | 0.98% | 0.99% | - |
| XYZ | 55.28 | 50.4 | 6.93 | - |
| YUV | 177.07 | 30.34 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 4 | 0 | 0.32 | 0.98 | 0.01 | 40.48 | 0.98 | 0.5 |
| Hex | FD | AC | 4 | 0 | 20 | 62 | 1 | 28 | 62 | 32 |
| Octal | 375 | 254 | 4 | 0 | 40 | 142 | 1 | 50 | 142 | 62 |
| Binary | 11111101 | 10101100 | 100 | 0 | 100000 | 1100010 | 1 | 101000 | 1100010 | 110010 |
Color Harmonies of #FDAC04
Complementary color
Monochromatic Colors of #FDAC04
Black with #FDAC04
Text Example
Text Example
White with #FDAC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC04; }
p { color: rgb(253,172,4); }
H1.HeaderClassName
{
color: #FDAC04;
}
.AnyTagClassName
{
color: #FDAC04;
}
</style>
background-color css
<style>
a { background-color: #FDAC04; }
a { background-color: rgb(253,172,4); }
div.DivClassName
{
background-color: #FDAC04;
}
.BgClassName
{
background-color: #FDAC04;
}
</style>
border-color css
<style>
span { border-color: #FDAC04; }
span { border-color: rgb(253,172,4); }
td.TdClassName
{
border-color: #FDAC04;
}
.TagClassName
{
border-color: #FDAC04;
}
</style>