Shades of Orange Peel #F69C0A
Tints of Orange Peel #F69C0A
RGB
CMYK
RGB Variations
Color information
#F69C0A (or 0xF69C0A) is known color: Orange Peel. HEX triplet: F6, 9C and 0A. RGB value is (246,156,10). Sum of RGB (Red+Green+Blue) = 246+156+10=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69C0A is #0963F5. Grayscale: #A6A6A6. Windows color (decimal): -615414 or 695542. OLE color: 695542.
HSL color Cylindrical-coordinate representation of color #F69C0A: hue angle of 37.12º 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 #F69C0A is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 10 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.04 |
| HSL | 37.12º | 0.93% | 0.5% | - |
| HSV(B) | 37.12º | 0.96% | 0.96% | - |
| XYZ | 49.95 | 43.39 | 6.03 | - |
| YUV | 166.27 | 39.82 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 10 | 0 | 0.37 | 0.96 | 0.04 | 37.12 | 0.93 | 0.5 |
| Hex | F6 | 9C | A | 0 | 25 | 60 | 4 | 25 | 5D | 32 |
| Octal | 366 | 234 | 12 | 0 | 45 | 140 | 4 | 45 | 135 | 62 |
| Binary | 11110110 | 10011100 | 1010 | 0 | 100101 | 1100000 | 100 | 100101 | 1011101 | 110010 |
Color Harmonies of #F69C0A
Complementary color
Monochromatic Colors of #F69C0A
Black with #F69C0A
Text Example
Text Example
White with #F69C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C0A; }
p { color: rgb(246,156,10); }
H1.HeaderClassName
{
color: #F69C0A;
}
.AnyTagClassName
{
color: #F69C0A;
}
</style>
background-color css
<style>
a { background-color: #F69C0A; }
a { background-color: rgb(246,156,10); }
div.DivClassName
{
background-color: #F69C0A;
}
.BgClassName
{
background-color: #F69C0A;
}
</style>
border-color css
<style>
span { border-color: #F69C0A; }
span { border-color: rgb(246,156,10); }
td.TdClassName
{
border-color: #F69C0A;
}
.TagClassName
{
border-color: #F69C0A;
}
</style>