Shades of Orange #FDAC00
Tints of Orange #FDAC00
RGB
CMYK
RGB Variations
Color information
#FDAC00 (or 0xFDAC00) is known color: Orange. HEX triplet: FD, AC and 00. RGB value is (253,172,0). Sum of RGB (Red+Green+Blue) = 253+172+0=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAC00 is #0253FF. Grayscale: #B1B1B1. Windows color (decimal): -152576 or 44285. OLE color: 44285.
HSL color Cylindrical-coordinate representation of color #FDAC00: hue angle of 40.79º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDAC00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.01 |
| HSL | 40.79º | 1% | 0.5% | - |
| HSV(B) | 40.79º | 1% | 0.99% | - |
| XYZ | 55.26 | 50.39 | 6.81 | - |
| YUV | 176.61 | 28.34 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 0 | 0 | 0.32 | 1 | 0.01 | 40.79 | 1 | 0.5 |
| Hex | FD | AC | 0 | 0 | 20 | 64 | 1 | 29 | 64 | 32 |
| Octal | 375 | 254 | 0 | 0 | 40 | 144 | 1 | 51 | 144 | 62 |
| Binary | 11111101 | 10101100 | 0 | 0 | 100000 | 1100100 | 1 | 101001 | 1100100 | 110010 |
Color Harmonies of #FDAC00
Complementary color
Monochromatic Colors of #FDAC00
Black with #FDAC00
Text Example
Text Example
White with #FDAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC00; }
p { color: rgb(253,172,0); }
H1.HeaderClassName
{
color: #FDAC00;
}
.AnyTagClassName
{
color: #FDAC00;
}
</style>
background-color css
<style>
a { background-color: #FDAC00; }
a { background-color: rgb(253,172,0); }
div.DivClassName
{
background-color: #FDAC00;
}
.BgClassName
{
background-color: #FDAC00;
}
</style>
border-color css
<style>
span { border-color: #FDAC00; }
span { border-color: rgb(253,172,0); }
td.TdClassName
{
border-color: #FDAC00;
}
.TagClassName
{
border-color: #FDAC00;
}
</style>