Shades of Orange Peel #F79A0C
Tints of Orange Peel #F79A0C
RGB
CMYK
RGB Variations
Color information
#F79A0C (or 0xF79A0C) is known color: Orange Peel. HEX triplet: F7, 9A and 0C. RGB value is (247,154,12). Sum of RGB (Red+Green+Blue) = 247+154+12=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F79A0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F79A0C is #0865F3. Grayscale: #A6A6A6. Windows color (decimal): -550388 or 826103. OLE color: 826103.
HSL color Cylindrical-coordinate representation of color #F79A0C: hue angle of 36.26º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F79A0C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 154 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.03 |
| HSL | 36.26º | 0.94% | 0.51% | - |
| HSV(B) | 36.26º | 0.95% | 0.97% | - |
| XYZ | 49.98 | 42.91 | 6 | - |
| YUV | 165.62 | 41.31 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 154 | 12 | 0 | 0.38 | 0.95 | 0.03 | 36.26 | 0.94 | 0.51 |
| Hex | F7 | 9A | C | 0 | 26 | 5F | 3 | 24 | 5E | 33 |
| Octal | 367 | 232 | 14 | 0 | 46 | 137 | 3 | 44 | 136 | 63 |
| Binary | 11110111 | 10011010 | 1100 | 0 | 100110 | 1011111 | 11 | 100100 | 1011110 | 110011 |
Color Harmonies of #F79A0C
Complementary color
Monochromatic Colors of #F79A0C
Black with #F79A0C
Text Example
Text Example
White with #F79A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79A0C; }
p { color: rgb(247,154,12); }
H1.HeaderClassName
{
color: #F79A0C;
}
.AnyTagClassName
{
color: #F79A0C;
}
</style>
background-color css
<style>
a { background-color: #F79A0C; }
a { background-color: rgb(247,154,12); }
div.DivClassName
{
background-color: #F79A0C;
}
.BgClassName
{
background-color: #F79A0C;
}
</style>
border-color css
<style>
span { border-color: #F79A0C; }
span { border-color: rgb(247,154,12); }
td.TdClassName
{
border-color: #F79A0C;
}
.TagClassName
{
border-color: #F79A0C;
}
</style>