Shades of Orange #FDAF00
Tints of Orange #FDAF00
RGB
CMYK
RGB Variations
Color information
#FDAF00 (or 0xFDAF00) is known color: Orange. HEX triplet: FD, AF and 00. RGB value is (253,175,0). Sum of RGB (Red+Green+Blue) = 253+175+0=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAF00 is #0250FF. Grayscale: #B3B3B3. Windows color (decimal): -151808 or 45053. OLE color: 45053.
HSL color Cylindrical-coordinate representation of color #FDAF00: hue angle of 41.5º 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 #FDAF00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 175 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.01 |
| HSL | 41.5º | 1% | 0.5% | - |
| HSV(B) | 41.5º | 1% | 0.99% | - |
| XYZ | 55.84 | 51.54 | 7.01 | - |
| YUV | 178.37 | 27.34 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 175 | 0 | 0 | 0.31 | 1 | 0.01 | 41.5 | 1 | 0.5 |
| Hex | FD | AF | 0 | 0 | 1F | 64 | 1 | 2A | 64 | 32 |
| Octal | 375 | 257 | 0 | 0 | 37 | 144 | 1 | 52 | 144 | 62 |
| Binary | 11111101 | 10101111 | 0 | 0 | 11111 | 1100100 | 1 | 101010 | 1100100 | 110010 |
Color Harmonies of #FDAF00
Complementary color
Monochromatic Colors of #FDAF00
Black with #FDAF00
Text Example
Text Example
White with #FDAF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAF00; }
p { color: rgb(253,175,0); }
H1.HeaderClassName
{
color: #FDAF00;
}
.AnyTagClassName
{
color: #FDAF00;
}
</style>
background-color css
<style>
a { background-color: #FDAF00; }
a { background-color: rgb(253,175,0); }
div.DivClassName
{
background-color: #FDAF00;
}
.BgClassName
{
background-color: #FDAF00;
}
</style>
border-color css
<style>
span { border-color: #FDAF00; }
span { border-color: rgb(253,175,0); }
td.TdClassName
{
border-color: #FDAF00;
}
.TagClassName
{
border-color: #FDAF00;
}
</style>