Shades of Orange Peel #F79F0A
Tints of Orange Peel #F79F0A
RGB
CMYK
RGB Variations
Color information
#F79F0A (or 0xF79F0A) is known color: Orange Peel. HEX triplet: F7, 9F and 0A. RGB value is (247,159,10). Sum of RGB (Red+Green+Blue) = 247+159+10=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F79F0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F79F0A is #0860F5. Grayscale: #A9A9A9. Windows color (decimal): -549110 or 696311. OLE color: 696311.
HSL color Cylindrical-coordinate representation of color #F79F0A: hue angle of 37.72º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F79F0A is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 159 | 10 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.03 |
| HSL | 37.72º | 0.94% | 0.5% | - |
| HSV(B) | 37.72º | 0.96% | 0.97% | - |
| XYZ | 50.81 | 44.59 | 6.22 | - |
| YUV | 168.33 | 38.65 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 159 | 10 | 0 | 0.36 | 0.96 | 0.03 | 37.72 | 0.94 | 0.5 |
| Hex | F7 | 9F | A | 0 | 24 | 60 | 3 | 26 | 5E | 32 |
| Octal | 367 | 237 | 12 | 0 | 44 | 140 | 3 | 46 | 136 | 62 |
| Binary | 11110111 | 10011111 | 1010 | 0 | 100100 | 1100000 | 11 | 100110 | 1011110 | 110010 |
Color Harmonies of #F79F0A
Complementary color
Monochromatic Colors of #F79F0A
Black with #F79F0A
Text Example
Text Example
White with #F79F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79F0A; }
p { color: rgb(247,159,10); }
H1.HeaderClassName
{
color: #F79F0A;
}
.AnyTagClassName
{
color: #F79F0A;
}
</style>
background-color css
<style>
a { background-color: #F79F0A; }
a { background-color: rgb(247,159,10); }
div.DivClassName
{
background-color: #F79F0A;
}
.BgClassName
{
background-color: #F79F0A;
}
</style>
border-color css
<style>
span { border-color: #F79F0A; }
span { border-color: rgb(247,159,10); }
td.TdClassName
{
border-color: #F79F0A;
}
.TagClassName
{
border-color: #F79F0A;
}
</style>