Shades of Orange #FDAB07
Tints of Orange #FDAB07
RGB
CMYK
RGB Variations
Color information
#FDAB07 (or 0xFDAB07) is known color: Orange. HEX triplet: FD, AB and 07. RGB value is (253,171,7). Sum of RGB (Red+Green+Blue) = 253+171+7=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 7 (3.12% from 255 or 1.62% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAB07 is #0254F8. Grayscale: #B1B1B1. Windows color (decimal): -152825 or 502781. OLE color: 502781.
HSL color Cylindrical-coordinate representation of color #FDAB07: hue angle of 40º 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 #FDAB07 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 7 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.01 |
| HSL | 40º | 0.98% | 0.51% | - |
| HSV(B) | 40º | 0.97% | 0.99% | - |
| XYZ | 55.11 | 50.02 | 6.95 | - |
| YUV | 176.82 | 32.17 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 7 | 0 | 0.32 | 0.97 | 0.01 | 40 | 0.98 | 0.51 |
| Hex | FD | AB | 7 | 0 | 20 | 61 | 1 | 28 | 62 | 33 |
| Octal | 375 | 253 | 7 | 0 | 40 | 141 | 1 | 50 | 142 | 63 |
| Binary | 11111101 | 10101011 | 111 | 0 | 100000 | 1100001 | 1 | 101000 | 1100010 | 110011 |
Color Harmonies of #FDAB07
Complementary color
Monochromatic Colors of #FDAB07
Black with #FDAB07
Text Example
Text Example
White with #FDAB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB07; }
p { color: rgb(253,171,7); }
H1.HeaderClassName
{
color: #FDAB07;
}
.AnyTagClassName
{
color: #FDAB07;
}
</style>
background-color css
<style>
a { background-color: #FDAB07; }
a { background-color: rgb(253,171,7); }
div.DivClassName
{
background-color: #FDAB07;
}
.BgClassName
{
background-color: #FDAB07;
}
</style>
border-color css
<style>
span { border-color: #FDAB07; }
span { border-color: rgb(253,171,7); }
td.TdClassName
{
border-color: #FDAB07;
}
.TagClassName
{
border-color: #FDAB07;
}
</style>