Shades of Orange #FDAA01
Tints of Orange #FDAA01
RGB
CMYK
RGB Variations
Color information
#FDAA01 (or 0xFDAA01) is known color: Orange. HEX triplet: FD, AA and 01. RGB value is (253,170,1). Sum of RGB (Red+Green+Blue) = 253+170+1=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAA01 is #0255FE. Grayscale: #B0B0B0. Windows color (decimal): -153087 or 109309. OLE color: 109309.
HSL color Cylindrical-coordinate representation of color #FDAA01: hue angle of 40.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDAA01 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.01 |
| HSL | 40.24º | 0.99% | 0.5% | - |
| HSV(B) | 40.24º | 1% | 0.99% | - |
| XYZ | 54.89 | 49.63 | 6.72 | - |
| YUV | 175.55 | 29.5 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 1 | 0 | 0.33 | 1.00 | 0.01 | 40.24 | 0.99 | 0.5 |
| Hex | FD | AA | 1 | 0 | 21 | 64 | 1 | 28 | 63 | 32 |
| Octal | 375 | 252 | 1 | 0 | 41 | 144 | 1 | 50 | 143 | 62 |
| Binary | 11111101 | 10101010 | 1 | 0 | 100001 | 1100100 | 1 | 101000 | 1100011 | 110010 |
Color Harmonies of #FDAA01
Complementary color
Monochromatic Colors of #FDAA01
Black with #FDAA01
Text Example
Text Example
White with #FDAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA01; }
p { color: rgb(253,170,1); }
H1.HeaderClassName
{
color: #FDAA01;
}
.AnyTagClassName
{
color: #FDAA01;
}
</style>
background-color css
<style>
a { background-color: #FDAA01; }
a { background-color: rgb(253,170,1); }
div.DivClassName
{
background-color: #FDAA01;
}
.BgClassName
{
background-color: #FDAA01;
}
</style>
border-color css
<style>
span { border-color: #FDAA01; }
span { border-color: rgb(253,170,1); }
td.TdClassName
{
border-color: #FDAA01;
}
.TagClassName
{
border-color: #FDAA01;
}
</style>