Shades of Orange Peel #F9A006
Tints of Orange Peel #F9A006
RGB
CMYK
RGB Variations
Color information
#F9A006 (or 0xF9A006) is known color: Orange Peel. HEX triplet: F9, A0 and 06. RGB value is (249,160,6). Sum of RGB (Red+Green+Blue) = 249+160+6=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 6 (2.73% from 255 or 1.45% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A006 is #065FF9. Grayscale: #A9A9A9. Windows color (decimal): -417786 or 434425. OLE color: 434425.
HSL color Cylindrical-coordinate representation of color #F9A006: hue angle of 38.02º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9A006 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 6 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.02 |
| HSL | 38.02º | 0.95% | 0.5% | - |
| HSV(B) | 38.02º | 0.98% | 0.98% | - |
| XYZ | 51.67 | 45.29 | 6.19 | - |
| YUV | 169.06 | 35.99 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 6 | 0 | 0.36 | 0.98 | 0.02 | 38.02 | 0.95 | 0.5 |
| Hex | F9 | A0 | 6 | 0 | 24 | 62 | 2 | 26 | 5F | 32 |
| Octal | 371 | 240 | 6 | 0 | 44 | 142 | 2 | 46 | 137 | 62 |
| Binary | 11111001 | 10100000 | 110 | 0 | 100100 | 1100010 | 10 | 100110 | 1011111 | 110010 |
Color Harmonies of #F9A006
Complementary color
Monochromatic Colors of #F9A006
Black with #F9A006
Text Example
Text Example
White with #F9A006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A006; }
p { color: rgb(249,160,6); }
H1.HeaderClassName
{
color: #F9A006;
}
.AnyTagClassName
{
color: #F9A006;
}
</style>
background-color css
<style>
a { background-color: #F9A006; }
a { background-color: rgb(249,160,6); }
div.DivClassName
{
background-color: #F9A006;
}
.BgClassName
{
background-color: #F9A006;
}
</style>
border-color css
<style>
span { border-color: #F9A006; }
span { border-color: rgb(249,160,6); }
td.TdClassName
{
border-color: #F9A006;
}
.TagClassName
{
border-color: #F9A006;
}
</style>