Shades of Orange Peel #F49902
Tints of Orange Peel #F49902
RGB
CMYK
RGB Variations
Color information
#F49902 (or 0xF49902) is known color: Orange Peel. HEX triplet: F4, 99 and 02. RGB value is (244,153,2). Sum of RGB (Red+Green+Blue) = 244+153+2=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F49902 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49902 is #0B66FD. Grayscale: #A3A3A3. Windows color (decimal): -747262 or 170484. OLE color: 170484.
HSL color Cylindrical-coordinate representation of color #F49902: hue angle of 37.44º 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 #F49902 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.04 |
| HSL | 37.44º | 0.98% | 0.48% | - |
| HSV(B) | 37.44º | 0.99% | 0.96% | - |
| XYZ | 48.71 | 42.02 | 5.6 | - |
| YUV | 163 | 37.15 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 2 | 0 | 0.37 | 0.99 | 0.04 | 37.44 | 0.98 | 0.48 |
| Hex | F4 | 99 | 2 | 0 | 25 | 63 | 4 | 25 | 62 | 30 |
| Octal | 364 | 231 | 2 | 0 | 45 | 143 | 4 | 45 | 142 | 60 |
| Binary | 11110100 | 10011001 | 10 | 0 | 100101 | 1100011 | 100 | 100101 | 1100010 | 110000 |
Color Harmonies of #F49902
Complementary color
Monochromatic Colors of #F49902
Black with #F49902
Text Example
Text Example
White with #F49902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49902; }
p { color: rgb(244,153,2); }
H1.HeaderClassName
{
color: #F49902;
}
.AnyTagClassName
{
color: #F49902;
}
</style>
background-color css
<style>
a { background-color: #F49902; }
a { background-color: rgb(244,153,2); }
div.DivClassName
{
background-color: #F49902;
}
.BgClassName
{
background-color: #F49902;
}
</style>
border-color css
<style>
span { border-color: #F49902; }
span { border-color: rgb(244,153,2); }
td.TdClassName
{
border-color: #F49902;
}
.TagClassName
{
border-color: #F49902;
}
</style>