Shades of Orange Peel #F9A00A
Tints of Orange Peel #F9A00A
RGB
CMYK
RGB Variations
Color information
#F9A00A (or 0xF9A00A) is known color: Orange Peel. HEX triplet: F9, A0 and 0A. RGB value is (249,160,10). Sum of RGB (Red+Green+Blue) = 249+160+10=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 10 (4.30% from 255 or 2.39% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A00A is #065FF5. Grayscale: #AAAAAA. Windows color (decimal): -417782 or 696569. OLE color: 696569.
HSL color Cylindrical-coordinate representation of color #F9A00A: hue angle of 37.66º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9A00A is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 10 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.02 |
| HSL | 37.66º | 0.95% | 0.51% | - |
| HSV(B) | 37.66º | 0.96% | 0.98% | - |
| XYZ | 51.69 | 45.3 | 6.31 | - |
| YUV | 169.51 | 37.99 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 10 | 0 | 0.36 | 0.96 | 0.02 | 37.66 | 0.95 | 0.51 |
| Hex | F9 | A0 | A | 0 | 24 | 60 | 2 | 26 | 5F | 33 |
| Octal | 371 | 240 | 12 | 0 | 44 | 140 | 2 | 46 | 137 | 63 |
| Binary | 11111001 | 10100000 | 1010 | 0 | 100100 | 1100000 | 10 | 100110 | 1011111 | 110011 |
Color Harmonies of #F9A00A
Complementary color
Monochromatic Colors of #F9A00A
Black with #F9A00A
Text Example
Text Example
White with #F9A00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A00A; }
p { color: rgb(249,160,10); }
H1.HeaderClassName
{
color: #F9A00A;
}
.AnyTagClassName
{
color: #F9A00A;
}
</style>
background-color css
<style>
a { background-color: #F9A00A; }
a { background-color: rgb(249,160,10); }
div.DivClassName
{
background-color: #F9A00A;
}
.BgClassName
{
background-color: #F9A00A;
}
</style>
border-color css
<style>
span { border-color: #F9A00A; }
span { border-color: rgb(249,160,10); }
td.TdClassName
{
border-color: #F9A00A;
}
.TagClassName
{
border-color: #F9A00A;
}
</style>