Shades of Orange #FDA605
Tints of Orange #FDA605
RGB
CMYK
RGB Variations
Color information
#FDA605 (or 0xFDA605) is known color: Orange. HEX triplet: FD, A6 and 05. RGB value is (253,166,5). Sum of RGB (Red+Green+Blue) = 253+166+5=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA605 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA605 is #0259FA. Grayscale: #AEAEAE. Windows color (decimal): -154107 or 370429. OLE color: 370429.
HSL color Cylindrical-coordinate representation of color #FDA605: hue angle of 38.95º 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 #FDA605 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 5 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.01 |
| HSL | 38.95º | 0.98% | 0.51% | - |
| HSV(B) | 38.95º | 0.98% | 0.99% | - |
| XYZ | 54.17 | 48.17 | 6.59 | - |
| YUV | 173.66 | 32.82 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 5 | 0 | 0.34 | 0.98 | 0.01 | 38.95 | 0.98 | 0.51 |
| Hex | FD | A6 | 5 | 0 | 22 | 62 | 1 | 27 | 62 | 33 |
| Octal | 375 | 246 | 5 | 0 | 42 | 142 | 1 | 47 | 142 | 63 |
| Binary | 11111101 | 10100110 | 101 | 0 | 100010 | 1100010 | 1 | 100111 | 1100010 | 110011 |
Color Harmonies of #FDA605
Complementary color
Monochromatic Colors of #FDA605
Black with #FDA605
Text Example
Text Example
White with #FDA605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA605; }
p { color: rgb(253,166,5); }
H1.HeaderClassName
{
color: #FDA605;
}
.AnyTagClassName
{
color: #FDA605;
}
</style>
background-color css
<style>
a { background-color: #FDA605; }
a { background-color: rgb(253,166,5); }
div.DivClassName
{
background-color: #FDA605;
}
.BgClassName
{
background-color: #FDA605;
}
</style>
border-color css
<style>
span { border-color: #FDA605; }
span { border-color: rgb(253,166,5); }
td.TdClassName
{
border-color: #FDA605;
}
.TagClassName
{
border-color: #FDA605;
}
</style>