Shades of Orange #FDA808
Tints of Orange #FDA808
RGB
CMYK
RGB Variations
Color information
#FDA808 (or 0xFDA808) is known color: Orange. HEX triplet: FD, A8 and 08. RGB value is (253,168,8). Sum of RGB (Red+Green+Blue) = 253+168+8=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 8 (3.52% from 255 or 1.86% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA808 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA808 is #0257F7. Grayscale: #AFAFAF. Windows color (decimal): -153592 or 567549. OLE color: 567549.
HSL color Cylindrical-coordinate representation of color #FDA808: hue angle of 39.18º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDA808 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 8 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.01 |
| HSL | 39.18º | 0.98% | 0.51% | - |
| HSV(B) | 39.18º | 0.97% | 0.99% | - |
| XYZ | 54.55 | 48.91 | 6.79 | - |
| YUV | 175.18 | 33.66 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 8 | 0 | 0.34 | 0.97 | 0.01 | 39.18 | 0.98 | 0.51 |
| Hex | FD | A8 | 8 | 0 | 22 | 61 | 1 | 27 | 62 | 33 |
| Octal | 375 | 250 | 10 | 0 | 42 | 141 | 1 | 47 | 142 | 63 |
| Binary | 11111101 | 10101000 | 1000 | 0 | 100010 | 1100001 | 1 | 100111 | 1100010 | 110011 |
Color Harmonies of #FDA808
Complementary color
Monochromatic Colors of #FDA808
Black with #FDA808
Text Example
Text Example
White with #FDA808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA808; }
p { color: rgb(253,168,8); }
H1.HeaderClassName
{
color: #FDA808;
}
.AnyTagClassName
{
color: #FDA808;
}
</style>
background-color css
<style>
a { background-color: #FDA808; }
a { background-color: rgb(253,168,8); }
div.DivClassName
{
background-color: #FDA808;
}
.BgClassName
{
background-color: #FDA808;
}
</style>
border-color css
<style>
span { border-color: #FDA808; }
span { border-color: rgb(253,168,8); }
td.TdClassName
{
border-color: #FDA808;
}
.TagClassName
{
border-color: #FDA808;
}
</style>