Shades of Orange #FDAA00
Tints of Orange #FDAA00
RGB
CMYK
RGB Variations
Color information
#FDAA00 (or 0xFDAA00) is known color: Orange. HEX triplet: FD, AA and 00. RGB value is (253,170,0). Sum of RGB (Red+Green+Blue) = 253+170+0=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAA00 is #0255FF. Grayscale: #B0B0B0. Windows color (decimal): -153088 or 43773. OLE color: 43773.
HSL color Cylindrical-coordinate representation of color #FDAA00: hue angle of 40.32º 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 #FDAA00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.01 |
| HSL | 40.32º | 1% | 0.5% | - |
| HSV(B) | 40.32º | 1% | 0.99% | - |
| XYZ | 54.88 | 49.63 | 6.69 | - |
| YUV | 175.44 | 29 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 0 | 0 | 0.33 | 1 | 0.01 | 40.32 | 1 | 0.5 |
| Hex | FD | AA | 0 | 0 | 21 | 64 | 1 | 28 | 64 | 32 |
| Octal | 375 | 252 | 0 | 0 | 41 | 144 | 1 | 50 | 144 | 62 |
| Binary | 11111101 | 10101010 | 0 | 0 | 100001 | 1100100 | 1 | 101000 | 1100100 | 110010 |
Color Harmonies of #FDAA00
Complementary color
Monochromatic Colors of #FDAA00
Black with #FDAA00
Text Example
Text Example
White with #FDAA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA00; }
p { color: rgb(253,170,0); }
H1.HeaderClassName
{
color: #FDAA00;
}
.AnyTagClassName
{
color: #FDAA00;
}
</style>
background-color css
<style>
a { background-color: #FDAA00; }
a { background-color: rgb(253,170,0); }
div.DivClassName
{
background-color: #FDAA00;
}
.BgClassName
{
background-color: #FDAA00;
}
</style>
border-color css
<style>
span { border-color: #FDAA00; }
span { border-color: rgb(253,170,0); }
td.TdClassName
{
border-color: #FDAA00;
}
.TagClassName
{
border-color: #FDAA00;
}
</style>