Shades of Orange Peel #F2A008
Tints of Orange Peel #F2A008
RGB
CMYK
RGB Variations
Color information
#F2A008 (or 0xF2A008) is known color: Orange Peel. HEX triplet: F2, A0 and 08. RGB value is (242,160,8). Sum of RGB (Red+Green+Blue) = 242+160+8=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A008 is #0D5FF7. Grayscale: #A7A7A7. Windows color (decimal): -876536 or 565490. OLE color: 565490.
HSL color Cylindrical-coordinate representation of color #F2A008: hue angle of 38.97º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2A008 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 8 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.05 |
| HSL | 38.97º | 0.94% | 0.49% | - |
| HSV(B) | 38.97º | 0.97% | 0.95% | - |
| XYZ | 49.23 | 44.04 | 6.13 | - |
| YUV | 167.19 | 38.17 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 8 | 0 | 0.34 | 0.97 | 0.05 | 38.97 | 0.94 | 0.49 |
| Hex | F2 | A0 | 8 | 0 | 22 | 61 | 5 | 27 | 5E | 31 |
| Octal | 362 | 240 | 10 | 0 | 42 | 141 | 5 | 47 | 136 | 61 |
| Binary | 11110010 | 10100000 | 1000 | 0 | 100010 | 1100001 | 101 | 100111 | 1011110 | 110001 |
Color Harmonies of #F2A008
Complementary color
Monochromatic Colors of #F2A008
Black with #F2A008
Text Example
Text Example
White with #F2A008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A008; }
p { color: rgb(242,160,8); }
H1.HeaderClassName
{
color: #F2A008;
}
.AnyTagClassName
{
color: #F2A008;
}
</style>
background-color css
<style>
a { background-color: #F2A008; }
a { background-color: rgb(242,160,8); }
div.DivClassName
{
background-color: #F2A008;
}
.BgClassName
{
background-color: #F2A008;
}
</style>
border-color css
<style>
span { border-color: #F2A008; }
span { border-color: rgb(242,160,8); }
td.TdClassName
{
border-color: #F2A008;
}
.TagClassName
{
border-color: #F2A008;
}
</style>