Shades of Orange Peel #F69706
Tints of Orange Peel #F69706
RGB
CMYK
RGB Variations
Color information
#F69706 (or 0xF69706) is known color: Orange Peel. HEX triplet: F6, 97 and 06. RGB value is (246,151,6). Sum of RGB (Red+Green+Blue) = 246+151+6=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 6 (2.73% from 255 or 1.49% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F69706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69706 is #0968F9. Grayscale: #A3A3A3. Windows color (decimal): -616698 or 432118. OLE color: 432118.
HSL color Cylindrical-coordinate representation of color #F69706: hue angle of 36.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F69706 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 151 | 6 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.04 |
| HSL | 36.25º | 0.95% | 0.49% | - |
| HSV(B) | 36.25º | 0.98% | 0.96% | - |
| XYZ | 49.11 | 41.74 | 5.64 | - |
| YUV | 162.88 | 39.47 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 151 | 6 | 0 | 0.39 | 0.98 | 0.04 | 36.25 | 0.95 | 0.49 |
| Hex | F6 | 97 | 6 | 0 | 27 | 62 | 4 | 24 | 5F | 31 |
| Octal | 366 | 227 | 6 | 0 | 47 | 142 | 4 | 44 | 137 | 61 |
| Binary | 11110110 | 10010111 | 110 | 0 | 100111 | 1100010 | 100 | 100100 | 1011111 | 110001 |
Color Harmonies of #F69706
Complementary color
Monochromatic Colors of #F69706
Black with #F69706
Text Example
Text Example
White with #F69706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69706; }
p { color: rgb(246,151,6); }
H1.HeaderClassName
{
color: #F69706;
}
.AnyTagClassName
{
color: #F69706;
}
</style>
background-color css
<style>
a { background-color: #F69706; }
a { background-color: rgb(246,151,6); }
div.DivClassName
{
background-color: #F69706;
}
.BgClassName
{
background-color: #F69706;
}
</style>
border-color css
<style>
span { border-color: #F69706; }
span { border-color: rgb(246,151,6); }
td.TdClassName
{
border-color: #F69706;
}
.TagClassName
{
border-color: #F69706;
}
</style>