Shades of Orange Peel #F49705
Tints of Orange Peel #F49705
RGB
CMYK
RGB Variations
Color information
#F49705 (or 0xF49705) is known color: Orange Peel. HEX triplet: F4, 97 and 05. RGB value is (244,151,5). Sum of RGB (Red+Green+Blue) = 244+151+5=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F49705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49705 is #0B68FA. Grayscale: #A2A2A2. Windows color (decimal): -747771 or 366580. OLE color: 366580.
HSL color Cylindrical-coordinate representation of color #F49705: hue angle of 36.65º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F49705 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 151 | 5 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.04 |
| HSL | 36.65º | 0.96% | 0.49% | - |
| HSV(B) | 36.65º | 0.98% | 0.96% | - |
| XYZ | 48.4 | 41.38 | 5.58 | - |
| YUV | 162.16 | 39.31 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 151 | 5 | 0 | 0.38 | 0.98 | 0.04 | 36.65 | 0.96 | 0.49 |
| Hex | F4 | 97 | 5 | 0 | 26 | 62 | 4 | 25 | 60 | 31 |
| Octal | 364 | 227 | 5 | 0 | 46 | 142 | 4 | 45 | 140 | 61 |
| Binary | 11110100 | 10010111 | 101 | 0 | 100110 | 1100010 | 100 | 100101 | 1100000 | 110001 |
Color Harmonies of #F49705
Complementary color
Monochromatic Colors of #F49705
Black with #F49705
Text Example
Text Example
White with #F49705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49705; }
p { color: rgb(244,151,5); }
H1.HeaderClassName
{
color: #F49705;
}
.AnyTagClassName
{
color: #F49705;
}
</style>
background-color css
<style>
a { background-color: #F49705; }
a { background-color: rgb(244,151,5); }
div.DivClassName
{
background-color: #F49705;
}
.BgClassName
{
background-color: #F49705;
}
</style>
border-color css
<style>
span { border-color: #F49705; }
span { border-color: rgb(244,151,5); }
td.TdClassName
{
border-color: #F49705;
}
.TagClassName
{
border-color: #F49705;
}
</style>