Shades of Orange Peel #F6980A
Tints of Orange Peel #F6980A
RGB
CMYK
RGB Variations
Color information
#F6980A (or 0xF6980A) is known color: Orange Peel. HEX triplet: F6, 98 and 0A. RGB value is (246,152,10). Sum of RGB (Red+Green+Blue) = 246+152+10=408 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.29% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 246 - color contains mainly: red. Hex color #F6980A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6980A is #0967F5. Grayscale: #A4A4A4. Windows color (decimal): -616438 or 694518. OLE color: 694518.
HSL color Cylindrical-coordinate representation of color #F6980A: hue angle of 36.1º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6980A is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 10 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.04 |
| HSL | 36.1º | 0.93% | 0.5% | - |
| HSV(B) | 36.1º | 0.96% | 0.96% | - |
| XYZ | 49.29 | 42.07 | 5.81 | - |
| YUV | 163.92 | 41.14 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 10 | 0 | 0.38 | 0.96 | 0.04 | 36.1 | 0.93 | 0.5 |
| Hex | F6 | 98 | A | 0 | 26 | 60 | 4 | 24 | 5D | 32 |
| Octal | 366 | 230 | 12 | 0 | 46 | 140 | 4 | 44 | 135 | 62 |
| Binary | 11110110 | 10011000 | 1010 | 0 | 100110 | 1100000 | 100 | 100100 | 1011101 | 110010 |
Color Harmonies of #F6980A
Complementary color
Monochromatic Colors of #F6980A
Black with #F6980A
Text Example
Text Example
White with #F6980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6980A; }
p { color: rgb(246,152,10); }
H1.HeaderClassName
{
color: #F6980A;
}
.AnyTagClassName
{
color: #F6980A;
}
</style>
background-color css
<style>
a { background-color: #F6980A; }
a { background-color: rgb(246,152,10); }
div.DivClassName
{
background-color: #F6980A;
}
.BgClassName
{
background-color: #F6980A;
}
</style>
border-color css
<style>
span { border-color: #F6980A; }
span { border-color: rgb(246,152,10); }
td.TdClassName
{
border-color: #F6980A;
}
.TagClassName
{
border-color: #F6980A;
}
</style>