Shades of Orange Peel #F99607
Tints of Orange Peel #F99607
RGB
CMYK
RGB Variations
Color information
#F99607 (or 0xF99607) is known color: Orange Peel. HEX triplet: F9, 96 and 07. RGB value is (249,150,7). Sum of RGB (Red+Green+Blue) = 249+150+7=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 7 (3.12% from 255 or 1.72% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F99607 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99607 is #0669F8. Grayscale: #A3A3A3. Windows color (decimal): -420345 or 497401. OLE color: 497401.
HSL color Cylindrical-coordinate representation of color #F99607: hue angle of 35.45º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F99607 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 7 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.02 |
| HSL | 35.45º | 0.95% | 0.5% | - |
| HSV(B) | 35.45º | 0.97% | 0.98% | - |
| XYZ | 50.01 | 41.97 | 5.67 | - |
| YUV | 163.3 | 39.8 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 7 | 0 | 0.40 | 0.97 | 0.02 | 35.45 | 0.95 | 0.5 |
| Hex | F9 | 96 | 7 | 0 | 28 | 61 | 2 | 23 | 5F | 32 |
| Octal | 371 | 226 | 7 | 0 | 50 | 141 | 2 | 43 | 137 | 62 |
| Binary | 11111001 | 10010110 | 111 | 0 | 101000 | 1100001 | 10 | 100011 | 1011111 | 110010 |
Color Harmonies of #F99607
Complementary color
Monochromatic Colors of #F99607
Black with #F99607
Text Example
Text Example
White with #F99607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99607; }
p { color: rgb(249,150,7); }
H1.HeaderClassName
{
color: #F99607;
}
.AnyTagClassName
{
color: #F99607;
}
</style>
background-color css
<style>
a { background-color: #F99607; }
a { background-color: rgb(249,150,7); }
div.DivClassName
{
background-color: #F99607;
}
.BgClassName
{
background-color: #F99607;
}
</style>
border-color css
<style>
span { border-color: #F99607; }
span { border-color: rgb(249,150,7); }
td.TdClassName
{
border-color: #F99607;
}
.TagClassName
{
border-color: #F99607;
}
</style>