Shades of Orange #FDAB05
Tints of Orange #FDAB05
RGB
CMYK
RGB Variations
Color information
#FDAB05 (or 0xFDAB05) is known color: Orange. HEX triplet: FD, AB and 05. RGB value is (253,171,5). Sum of RGB (Red+Green+Blue) = 253+171+5=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 5 (2.34% from 255 or 1.17% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAB05 is #0254FA. Grayscale: #B1B1B1. Windows color (decimal): -152827 or 371709. OLE color: 371709.
HSL color Cylindrical-coordinate representation of color #FDAB05: hue angle of 40.16º 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 #FDAB05 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 5 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.01 |
| HSL | 40.16º | 0.98% | 0.51% | - |
| HSV(B) | 40.16º | 0.98% | 0.99% | - |
| XYZ | 55.1 | 50.02 | 6.89 | - |
| YUV | 176.59 | 31.17 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 5 | 0 | 0.32 | 0.98 | 0.01 | 40.16 | 0.98 | 0.51 |
| Hex | FD | AB | 5 | 0 | 20 | 62 | 1 | 28 | 62 | 33 |
| Octal | 375 | 253 | 5 | 0 | 40 | 142 | 1 | 50 | 142 | 63 |
| Binary | 11111101 | 10101011 | 101 | 0 | 100000 | 1100010 | 1 | 101000 | 1100010 | 110011 |
Color Harmonies of #FDAB05
Complementary color
Monochromatic Colors of #FDAB05
Black with #FDAB05
Text Example
Text Example
White with #FDAB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB05; }
p { color: rgb(253,171,5); }
H1.HeaderClassName
{
color: #FDAB05;
}
.AnyTagClassName
{
color: #FDAB05;
}
</style>
background-color css
<style>
a { background-color: #FDAB05; }
a { background-color: rgb(253,171,5); }
div.DivClassName
{
background-color: #FDAB05;
}
.BgClassName
{
background-color: #FDAB05;
}
</style>
border-color css
<style>
span { border-color: #FDAB05; }
span { border-color: rgb(253,171,5); }
td.TdClassName
{
border-color: #FDAB05;
}
.TagClassName
{
border-color: #FDAB05;
}
</style>