Shades of Orange Peel #F9A008
Tints of Orange Peel #F9A008
RGB
CMYK
RGB Variations
Color information
#F9A008 (or 0xF9A008) is known color: Orange Peel. HEX triplet: F9, A0 and 08. RGB value is (249,160,8). Sum of RGB (Red+Green+Blue) = 249+160+8=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 8 (3.52% from 255 or 1.92% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A008 is #065FF7. Grayscale: #A9A9A9. Windows color (decimal): -417784 or 565497. OLE color: 565497.
HSL color Cylindrical-coordinate representation of color #F9A008: hue angle of 37.84º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F9A008 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 8 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.02 |
| HSL | 37.84º | 0.95% | 0.5% | - |
| HSV(B) | 37.84º | 0.97% | 0.98% | - |
| XYZ | 51.68 | 45.3 | 6.25 | - |
| YUV | 169.28 | 36.99 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 8 | 0 | 0.36 | 0.97 | 0.02 | 37.84 | 0.95 | 0.5 |
| Hex | F9 | A0 | 8 | 0 | 24 | 61 | 2 | 26 | 5F | 32 |
| Octal | 371 | 240 | 10 | 0 | 44 | 141 | 2 | 46 | 137 | 62 |
| Binary | 11111001 | 10100000 | 1000 | 0 | 100100 | 1100001 | 10 | 100110 | 1011111 | 110010 |
Color Harmonies of #F9A008
Complementary color
Monochromatic Colors of #F9A008
Black with #F9A008
Text Example
Text Example
White with #F9A008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A008; }
p { color: rgb(249,160,8); }
H1.HeaderClassName
{
color: #F9A008;
}
.AnyTagClassName
{
color: #F9A008;
}
</style>
background-color css
<style>
a { background-color: #F9A008; }
a { background-color: rgb(249,160,8); }
div.DivClassName
{
background-color: #F9A008;
}
.BgClassName
{
background-color: #F9A008;
}
</style>
border-color css
<style>
span { border-color: #F9A008; }
span { border-color: rgb(249,160,8); }
td.TdClassName
{
border-color: #F9A008;
}
.TagClassName
{
border-color: #F9A008;
}
</style>