Shades of Orange Peel #F49D09
Tints of Orange Peel #F49D09
RGB
CMYK
RGB Variations
Color information
#F49D09 (or 0xF49D09) is known color: Orange Peel. HEX triplet: F4, 9D and 09. RGB value is (244,157,9). Sum of RGB (Red+Green+Blue) = 244+157+9=410 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.51% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49D09 is #0B62F6. Grayscale: #A6A6A6. Windows color (decimal): -746231 or 630260. OLE color: 630260.
HSL color Cylindrical-coordinate representation of color #F49D09: hue angle of 37.79º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F49D09 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 157 | 9 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.04 |
| HSL | 37.79º | 0.93% | 0.5% | - |
| HSV(B) | 37.79º | 0.96% | 0.96% | - |
| XYZ | 49.41 | 43.37 | 6.02 | - |
| YUV | 166.14 | 39.32 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 157 | 9 | 0 | 0.36 | 0.96 | 0.04 | 37.79 | 0.93 | 0.5 |
| Hex | F4 | 9D | 9 | 0 | 24 | 60 | 4 | 26 | 5D | 32 |
| Octal | 364 | 235 | 11 | 0 | 44 | 140 | 4 | 46 | 135 | 62 |
| Binary | 11110100 | 10011101 | 1001 | 0 | 100100 | 1100000 | 100 | 100110 | 1011101 | 110010 |
Color Harmonies of #F49D09
Complementary color
Monochromatic Colors of #F49D09
Black with #F49D09
Text Example
Text Example
White with #F49D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49D09; }
p { color: rgb(244,157,9); }
H1.HeaderClassName
{
color: #F49D09;
}
.AnyTagClassName
{
color: #F49D09;
}
</style>
background-color css
<style>
a { background-color: #F49D09; }
a { background-color: rgb(244,157,9); }
div.DivClassName
{
background-color: #F49D09;
}
.BgClassName
{
background-color: #F49D09;
}
</style>
border-color css
<style>
span { border-color: #F49D09; }
span { border-color: rgb(244,157,9); }
td.TdClassName
{
border-color: #F49D09;
}
.TagClassName
{
border-color: #F49D09;
}
</style>