Shades of Orange Peel #F79D0A
Tints of Orange Peel #F79D0A
RGB
CMYK
RGB Variations
Color information
#F79D0A (or 0xF79D0A) is known color: Orange Peel. HEX triplet: F7, 9D and 0A. RGB value is (247,157,10). Sum of RGB (Red+Green+Blue) = 247+157+10=414 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.66% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 247 - color contains mainly: red. Hex color #F79D0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F79D0A is #0862F5. Grayscale: #A7A7A7. Windows color (decimal): -549622 or 695799. OLE color: 695799.
HSL color Cylindrical-coordinate representation of color #F79D0A: hue angle of 37.22º 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 #F79D0A is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 157 | 10 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.03 |
| HSL | 37.22º | 0.94% | 0.5% | - |
| HSV(B) | 37.22º | 0.96% | 0.97% | - |
| XYZ | 50.47 | 43.91 | 6.1 | - |
| YUV | 167.15 | 39.32 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 157 | 10 | 0 | 0.36 | 0.96 | 0.03 | 37.22 | 0.94 | 0.5 |
| Hex | F7 | 9D | A | 0 | 24 | 60 | 3 | 25 | 5E | 32 |
| Octal | 367 | 235 | 12 | 0 | 44 | 140 | 3 | 45 | 136 | 62 |
| Binary | 11110111 | 10011101 | 1010 | 0 | 100100 | 1100000 | 11 | 100101 | 1011110 | 110010 |
Color Harmonies of #F79D0A
Complementary color
Monochromatic Colors of #F79D0A
Black with #F79D0A
Text Example
Text Example
White with #F79D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79D0A; }
p { color: rgb(247,157,10); }
H1.HeaderClassName
{
color: #F79D0A;
}
.AnyTagClassName
{
color: #F79D0A;
}
</style>
background-color css
<style>
a { background-color: #F79D0A; }
a { background-color: rgb(247,157,10); }
div.DivClassName
{
background-color: #F79D0A;
}
.BgClassName
{
background-color: #F79D0A;
}
</style>
border-color css
<style>
span { border-color: #F79D0A; }
span { border-color: rgb(247,157,10); }
td.TdClassName
{
border-color: #F79D0A;
}
.TagClassName
{
border-color: #F79D0A;
}
</style>