Shades of Orange Peel #F6980C
Tints of Orange Peel #F6980C
RGB
CMYK
RGB Variations
Color information
#F6980C (or 0xF6980C) is known color: Orange Peel. HEX triplet: F6, 98 and 0C. RGB value is (246,152,12). Sum of RGB (Red+Green+Blue) = 246+152+12=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F6980C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6980C is #0967F3. Grayscale: #A4A4A4. Windows color (decimal): -616436 or 825590. OLE color: 825590.
HSL color Cylindrical-coordinate representation of color #F6980C: hue angle of 35.9º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F6980C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.04 |
| HSL | 35.9º | 0.93% | 0.51% | - |
| HSV(B) | 35.9º | 0.95% | 0.96% | - |
| XYZ | 49.3 | 42.08 | 5.87 | - |
| YUV | 164.15 | 42.14 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 12 | 0 | 0.38 | 0.95 | 0.04 | 35.9 | 0.93 | 0.51 |
| Hex | F6 | 98 | C | 0 | 26 | 5F | 4 | 24 | 5D | 33 |
| Octal | 366 | 230 | 14 | 0 | 46 | 137 | 4 | 44 | 135 | 63 |
| Binary | 11110110 | 10011000 | 1100 | 0 | 100110 | 1011111 | 100 | 100100 | 1011101 | 110011 |
Color Harmonies of #F6980C
Complementary color
Monochromatic Colors of #F6980C
Black with #F6980C
Text Example
Text Example
White with #F6980C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6980C; }
p { color: rgb(246,152,12); }
H1.HeaderClassName
{
color: #F6980C;
}
.AnyTagClassName
{
color: #F6980C;
}
</style>
background-color css
<style>
a { background-color: #F6980C; }
a { background-color: rgb(246,152,12); }
div.DivClassName
{
background-color: #F6980C;
}
.BgClassName
{
background-color: #F6980C;
}
</style>
border-color css
<style>
span { border-color: #F6980C; }
span { border-color: rgb(246,152,12); }
td.TdClassName
{
border-color: #F6980C;
}
.TagClassName
{
border-color: #F6980C;
}
</style>