Shades of Orange Peel #F6A00A
Tints of Orange Peel #F6A00A
RGB
CMYK
RGB Variations
Color information
#F6A00A (or 0xF6A00A) is known color: Orange Peel. HEX triplet: F6, A0 and 0A. RGB value is (246,160,10). Sum of RGB (Red+Green+Blue) = 246+160+10=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A00A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A00A is #095FF5. Grayscale: #A9A9A9. Windows color (decimal): -614390 or 696566. OLE color: 696566.
HSL color Cylindrical-coordinate representation of color #F6A00A: hue angle of 38.14º 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 #F6A00A is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 160 | 10 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.04 |
| HSL | 38.14º | 0.93% | 0.5% | - |
| HSV(B) | 38.14º | 0.96% | 0.96% | - |
| XYZ | 50.63 | 44.76 | 6.26 | - |
| YUV | 168.61 | 38.49 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 160 | 10 | 0 | 0.35 | 0.96 | 0.04 | 38.14 | 0.93 | 0.5 |
| Hex | F6 | A0 | A | 0 | 23 | 60 | 4 | 26 | 5D | 32 |
| Octal | 366 | 240 | 12 | 0 | 43 | 140 | 4 | 46 | 135 | 62 |
| Binary | 11110110 | 10100000 | 1010 | 0 | 100011 | 1100000 | 100 | 100110 | 1011101 | 110010 |
Color Harmonies of #F6A00A
Complementary color
Monochromatic Colors of #F6A00A
Black with #F6A00A
Text Example
Text Example
White with #F6A00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A00A; }
p { color: rgb(246,160,10); }
H1.HeaderClassName
{
color: #F6A00A;
}
.AnyTagClassName
{
color: #F6A00A;
}
</style>
background-color css
<style>
a { background-color: #F6A00A; }
a { background-color: rgb(246,160,10); }
div.DivClassName
{
background-color: #F6A00A;
}
.BgClassName
{
background-color: #F6A00A;
}
</style>
border-color css
<style>
span { border-color: #F6A00A; }
span { border-color: rgb(246,160,10); }
td.TdClassName
{
border-color: #F6A00A;
}
.TagClassName
{
border-color: #F6A00A;
}
</style>