Shades of Orange #FDA508
Tints of Orange #FDA508
RGB
CMYK
RGB Variations
Color information
#FDA508 (or 0xFDA508) is known color: Orange. HEX triplet: FD, A5 and 08. RGB value is (253,165,8). Sum of RGB (Red+Green+Blue) = 253+165+8=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA508 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA508 is #025AF7. Grayscale: #AEAEAE. Windows color (decimal): -154360 or 566781. OLE color: 566781.
HSL color Cylindrical-coordinate representation of color #FDA508: hue angle of 38.45º 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 #FDA508 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 8 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.01 |
| HSL | 38.45º | 0.98% | 0.51% | - |
| HSV(B) | 38.45º | 0.97% | 0.99% | - |
| XYZ | 54.01 | 47.81 | 6.61 | - |
| YUV | 173.41 | 34.65 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 8 | 0 | 0.35 | 0.97 | 0.01 | 38.45 | 0.98 | 0.51 |
| Hex | FD | A5 | 8 | 0 | 23 | 61 | 1 | 26 | 62 | 33 |
| Octal | 375 | 245 | 10 | 0 | 43 | 141 | 1 | 46 | 142 | 63 |
| Binary | 11111101 | 10100101 | 1000 | 0 | 100011 | 1100001 | 1 | 100110 | 1100010 | 110011 |
Color Harmonies of #FDA508
Complementary color
Monochromatic Colors of #FDA508
Black with #FDA508
Text Example
Text Example
White with #FDA508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA508; }
p { color: rgb(253,165,8); }
H1.HeaderClassName
{
color: #FDA508;
}
.AnyTagClassName
{
color: #FDA508;
}
</style>
background-color css
<style>
a { background-color: #FDA508; }
a { background-color: rgb(253,165,8); }
div.DivClassName
{
background-color: #FDA508;
}
.BgClassName
{
background-color: #FDA508;
}
</style>
border-color css
<style>
span { border-color: #FDA508; }
span { border-color: rgb(253,165,8); }
td.TdClassName
{
border-color: #FDA508;
}
.TagClassName
{
border-color: #FDA508;
}
</style>