Shades of Orange #FDA804
Tints of Orange #FDA804
RGB
CMYK
RGB Variations
Color information
#FDA804 (or 0xFDA804) is known color: Orange. HEX triplet: FD, A8 and 04. RGB value is (253,168,4). Sum of RGB (Red+Green+Blue) = 253+168+4=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA804 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA804 is #0257FB. Grayscale: #AFAFAF. Windows color (decimal): -153596 or 305405. OLE color: 305405.
HSL color Cylindrical-coordinate representation of color #FDA804: hue angle of 39.52º 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 #FDA804 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 4 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.01 |
| HSL | 39.52º | 0.98% | 0.5% | - |
| HSV(B) | 39.52º | 0.98% | 0.99% | - |
| XYZ | 54.53 | 48.9 | 6.68 | - |
| YUV | 174.72 | 31.66 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 4 | 0 | 0.34 | 0.98 | 0.01 | 39.52 | 0.98 | 0.5 |
| Hex | FD | A8 | 4 | 0 | 22 | 62 | 1 | 28 | 62 | 32 |
| Octal | 375 | 250 | 4 | 0 | 42 | 142 | 1 | 50 | 142 | 62 |
| Binary | 11111101 | 10101000 | 100 | 0 | 100010 | 1100010 | 1 | 101000 | 1100010 | 110010 |
Color Harmonies of #FDA804
Complementary color
Monochromatic Colors of #FDA804
Black with #FDA804
Text Example
Text Example
White with #FDA804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA804; }
p { color: rgb(253,168,4); }
H1.HeaderClassName
{
color: #FDA804;
}
.AnyTagClassName
{
color: #FDA804;
}
</style>
background-color css
<style>
a { background-color: #FDA804; }
a { background-color: rgb(253,168,4); }
div.DivClassName
{
background-color: #FDA804;
}
.BgClassName
{
background-color: #FDA804;
}
</style>
border-color css
<style>
span { border-color: #FDA804; }
span { border-color: rgb(253,168,4); }
td.TdClassName
{
border-color: #FDA804;
}
.TagClassName
{
border-color: #FDA804;
}
</style>