Shades of Orange Peel #F69C07
Tints of Orange Peel #F69C07
RGB
CMYK
RGB Variations
Color information
#F69C07 (or 0xF69C07) is known color: Orange Peel. HEX triplet: F6, 9C and 07. RGB value is (246,156,7). Sum of RGB (Red+Green+Blue) = 246+156+7=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69C07 is #0963F8. Grayscale: #A6A6A6. Windows color (decimal): -615417 or 498934. OLE color: 498934.
HSL color Cylindrical-coordinate representation of color #F69C07: hue angle of 37.41º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F69C07 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 7 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.04 |
| HSL | 37.41º | 0.94% | 0.5% | - |
| HSV(B) | 37.41º | 0.97% | 0.96% | - |
| XYZ | 49.93 | 43.39 | 5.94 | - |
| YUV | 165.92 | 38.32 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 7 | 0 | 0.37 | 0.97 | 0.04 | 37.41 | 0.94 | 0.5 |
| Hex | F6 | 9C | 7 | 0 | 25 | 61 | 4 | 25 | 5E | 32 |
| Octal | 366 | 234 | 7 | 0 | 45 | 141 | 4 | 45 | 136 | 62 |
| Binary | 11110110 | 10011100 | 111 | 0 | 100101 | 1100001 | 100 | 100101 | 1011110 | 110010 |
Color Harmonies of #F69C07
Complementary color
Monochromatic Colors of #F69C07
Black with #F69C07
Text Example
Text Example
White with #F69C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C07; }
p { color: rgb(246,156,7); }
H1.HeaderClassName
{
color: #F69C07;
}
.AnyTagClassName
{
color: #F69C07;
}
</style>
background-color css
<style>
a { background-color: #F69C07; }
a { background-color: rgb(246,156,7); }
div.DivClassName
{
background-color: #F69C07;
}
.BgClassName
{
background-color: #F69C07;
}
</style>
border-color css
<style>
span { border-color: #F69C07; }
span { border-color: rgb(246,156,7); }
td.TdClassName
{
border-color: #F69C07;
}
.TagClassName
{
border-color: #F69C07;
}
</style>