Shades of Orange #FDA405
Tints of Orange #FDA405
RGB
CMYK
RGB Variations
Color information
#FDA405 (or 0xFDA405) is known color: Orange. HEX triplet: FD, A4 and 05. RGB value is (253,164,5). Sum of RGB (Red+Green+Blue) = 253+164+5=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA405 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA405 is #025BFA. Grayscale: #ADADAD. Windows color (decimal): -154619 or 369917. OLE color: 369917.
HSL color Cylindrical-coordinate representation of color #FDA405: hue angle of 38.47º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDA405 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 5 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.01 |
| HSL | 38.47º | 0.98% | 0.51% | - |
| HSV(B) | 38.47º | 0.98% | 0.99% | - |
| XYZ | 53.81 | 47.44 | 6.47 | - |
| YUV | 172.49 | 33.49 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 5 | 0 | 0.35 | 0.98 | 0.01 | 38.47 | 0.98 | 0.51 |
| Hex | FD | A4 | 5 | 0 | 23 | 62 | 1 | 26 | 62 | 33 |
| Octal | 375 | 244 | 5 | 0 | 43 | 142 | 1 | 46 | 142 | 63 |
| Binary | 11111101 | 10100100 | 101 | 0 | 100011 | 1100010 | 1 | 100110 | 1100010 | 110011 |
Color Harmonies of #FDA405
Complementary color
Monochromatic Colors of #FDA405
Black with #FDA405
Text Example
Text Example
White with #FDA405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA405; }
p { color: rgb(253,164,5); }
H1.HeaderClassName
{
color: #FDA405;
}
.AnyTagClassName
{
color: #FDA405;
}
</style>
background-color css
<style>
a { background-color: #FDA405; }
a { background-color: rgb(253,164,5); }
div.DivClassName
{
background-color: #FDA405;
}
.BgClassName
{
background-color: #FDA405;
}
</style>
border-color css
<style>
span { border-color: #FDA405; }
span { border-color: rgb(253,164,5); }
td.TdClassName
{
border-color: #FDA405;
}
.TagClassName
{
border-color: #FDA405;
}
</style>