Shades of Orange #FDAA04
Tints of Orange #FDAA04
RGB
CMYK
RGB Variations
Color information
#FDAA04 (or 0xFDAA04) is known color: Orange. HEX triplet: FD, AA and 04. RGB value is (253,170,4). Sum of RGB (Red+Green+Blue) = 253+170+4=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 4 (1.95% from 255 or 0.94% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAA04 is #0255FB. Grayscale: #B0B0B0. Windows color (decimal): -153084 or 305917. OLE color: 305917.
HSL color Cylindrical-coordinate representation of color #FDAA04: hue angle of 40º 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 #FDAA04 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.01 |
| HSL | 40º | 0.98% | 0.5% | - |
| HSV(B) | 40º | 0.98% | 0.99% | - |
| XYZ | 54.9 | 49.64 | 6.8 | - |
| YUV | 175.89 | 31 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 4 | 0 | 0.33 | 0.98 | 0.01 | 40 | 0.98 | 0.5 |
| Hex | FD | AA | 4 | 0 | 21 | 62 | 1 | 28 | 62 | 32 |
| Octal | 375 | 252 | 4 | 0 | 41 | 142 | 1 | 50 | 142 | 62 |
| Binary | 11111101 | 10101010 | 100 | 0 | 100001 | 1100010 | 1 | 101000 | 1100010 | 110010 |
Color Harmonies of #FDAA04
Complementary color
Monochromatic Colors of #FDAA04
Black with #FDAA04
Text Example
Text Example
White with #FDAA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA04; }
p { color: rgb(253,170,4); }
H1.HeaderClassName
{
color: #FDAA04;
}
.AnyTagClassName
{
color: #FDAA04;
}
</style>
background-color css
<style>
a { background-color: #FDAA04; }
a { background-color: rgb(253,170,4); }
div.DivClassName
{
background-color: #FDAA04;
}
.BgClassName
{
background-color: #FDAA04;
}
</style>
border-color css
<style>
span { border-color: #FDAA04; }
span { border-color: rgb(253,170,4); }
td.TdClassName
{
border-color: #FDAA04;
}
.TagClassName
{
border-color: #FDAA04;
}
</style>