Shades of Orange Peel #F49602
Tints of Orange Peel #F49602
RGB
CMYK
RGB Variations
Color information
#F49602 (or 0xF49602) is known color: Orange Peel. HEX triplet: F4, 96 and 02. RGB value is (244,150,2). Sum of RGB (Red+Green+Blue) = 244+150+2=396 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.62% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 244 - color contains mainly: red. Hex color #F49602 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49602 is #0B69FD. Grayscale: #A1A1A1. Windows color (decimal): -748030 or 169716. OLE color: 169716.
HSL color Cylindrical-coordinate representation of color #F49602: hue angle of 36.69º 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 #F49602 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 150 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.04 |
| HSL | 36.69º | 0.98% | 0.48% | - |
| HSV(B) | 36.69º | 0.99% | 0.96% | - |
| XYZ | 48.23 | 41.05 | 5.44 | - |
| YUV | 161.23 | 38.14 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 150 | 2 | 0 | 0.39 | 0.99 | 0.04 | 36.69 | 0.98 | 0.48 |
| Hex | F4 | 96 | 2 | 0 | 27 | 63 | 4 | 25 | 62 | 30 |
| Octal | 364 | 226 | 2 | 0 | 47 | 143 | 4 | 45 | 142 | 60 |
| Binary | 11110100 | 10010110 | 10 | 0 | 100111 | 1100011 | 100 | 100101 | 1100010 | 110000 |
Color Harmonies of #F49602
Complementary color
Monochromatic Colors of #F49602
Black with #F49602
Text Example
Text Example
White with #F49602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49602; }
p { color: rgb(244,150,2); }
H1.HeaderClassName
{
color: #F49602;
}
.AnyTagClassName
{
color: #F49602;
}
</style>
background-color css
<style>
a { background-color: #F49602; }
a { background-color: rgb(244,150,2); }
div.DivClassName
{
background-color: #F49602;
}
.BgClassName
{
background-color: #F49602;
}
</style>
border-color css
<style>
span { border-color: #F49602; }
span { border-color: rgb(244,150,2); }
td.TdClassName
{
border-color: #F49602;
}
.TagClassName
{
border-color: #F49602;
}
</style>