Shades of Orange Peel #F79C0A
Tints of Orange Peel #F79C0A
RGB
CMYK
RGB Variations
Color information
#F79C0A (or 0xF79C0A) is known color: Orange Peel. HEX triplet: F7, 9C and 0A. RGB value is (247,156,10). Sum of RGB (Red+Green+Blue) = 247+156+10=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F79C0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F79C0A is #0863F5. Grayscale: #A7A7A7. Windows color (decimal): -549878 or 695543. OLE color: 695543.
HSL color Cylindrical-coordinate representation of color #F79C0A: hue angle of 36.96º 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 #F79C0A is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 156 | 10 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.03 |
| HSL | 36.96º | 0.94% | 0.5% | - |
| HSV(B) | 36.96º | 0.96% | 0.97% | - |
| XYZ | 50.3 | 43.57 | 6.05 | - |
| YUV | 166.57 | 39.65 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 156 | 10 | 0 | 0.37 | 0.96 | 0.03 | 36.96 | 0.94 | 0.5 |
| Hex | F7 | 9C | A | 0 | 25 | 60 | 3 | 25 | 5E | 32 |
| Octal | 367 | 234 | 12 | 0 | 45 | 140 | 3 | 45 | 136 | 62 |
| Binary | 11110111 | 10011100 | 1010 | 0 | 100101 | 1100000 | 11 | 100101 | 1011110 | 110010 |
Color Harmonies of #F79C0A
Complementary color
Monochromatic Colors of #F79C0A
Black with #F79C0A
Text Example
Text Example
White with #F79C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79C0A; }
p { color: rgb(247,156,10); }
H1.HeaderClassName
{
color: #F79C0A;
}
.AnyTagClassName
{
color: #F79C0A;
}
</style>
background-color css
<style>
a { background-color: #F79C0A; }
a { background-color: rgb(247,156,10); }
div.DivClassName
{
background-color: #F79C0A;
}
.BgClassName
{
background-color: #F79C0A;
}
</style>
border-color css
<style>
span { border-color: #F79C0A; }
span { border-color: rgb(247,156,10); }
td.TdClassName
{
border-color: #F79C0A;
}
.TagClassName
{
border-color: #F79C0A;
}
</style>