Shades of Orange Peel #F4A002
Tints of Orange Peel #F4A002
RGB
CMYK
RGB Variations
Color information
#F4A002 (or 0xF4A002) is known color: Orange Peel. HEX triplet: F4, A0 and 02. RGB value is (244,160,2). Sum of RGB (Red+Green+Blue) = 244+160+2=406 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.10% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F4A002 is #0B5FFD. Grayscale: #A7A7A7. Windows color (decimal): -745470 or 172276. OLE color: 172276.
HSL color Cylindrical-coordinate representation of color #F4A002: hue angle of 39.17º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F4A002 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 160 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.04 |
| HSL | 39.17º | 0.98% | 0.48% | - |
| HSV(B) | 39.17º | 0.99% | 0.96% | - |
| XYZ | 49.89 | 44.38 | 5.99 | - |
| YUV | 167.1 | 34.83 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 160 | 2 | 0 | 0.34 | 0.99 | 0.04 | 39.17 | 0.98 | 0.48 |
| Hex | F4 | A0 | 2 | 0 | 22 | 63 | 4 | 27 | 62 | 30 |
| Octal | 364 | 240 | 2 | 0 | 42 | 143 | 4 | 47 | 142 | 60 |
| Binary | 11110100 | 10100000 | 10 | 0 | 100010 | 1100011 | 100 | 100111 | 1100010 | 110000 |
Color Harmonies of #F4A002
Complementary color
Monochromatic Colors of #F4A002
Black with #F4A002
Text Example
Text Example
White with #F4A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A002; }
p { color: rgb(244,160,2); }
H1.HeaderClassName
{
color: #F4A002;
}
.AnyTagClassName
{
color: #F4A002;
}
</style>
background-color css
<style>
a { background-color: #F4A002; }
a { background-color: rgb(244,160,2); }
div.DivClassName
{
background-color: #F4A002;
}
.BgClassName
{
background-color: #F4A002;
}
</style>
border-color css
<style>
span { border-color: #F4A002; }
span { border-color: rgb(244,160,2); }
td.TdClassName
{
border-color: #F4A002;
}
.TagClassName
{
border-color: #F4A002;
}
</style>