Shades of Orange Peel #F69805
Tints of Orange Peel #F69805
RGB
CMYK
RGB Variations
Color information
#F69805 (or 0xF69805) is known color: Orange Peel. HEX triplet: F6, 98 and 05. RGB value is (246,152,5). Sum of RGB (Red+Green+Blue) = 246+152+5=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F69805 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69805 is #0967FA. Grayscale: #A4A4A4. Windows color (decimal): -616443 or 366838. OLE color: 366838.
HSL color Cylindrical-coordinate representation of color #F69805: hue angle of 36.6º degrees, saturation: 0.96, 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 #F69805 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 152 | 5 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.04 |
| HSL | 36.6º | 0.96% | 0.49% | - |
| HSV(B) | 36.6º | 0.98% | 0.96% | - |
| XYZ | 49.26 | 42.06 | 5.67 | - |
| YUV | 163.35 | 38.64 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 152 | 5 | 0 | 0.38 | 0.98 | 0.04 | 36.6 | 0.96 | 0.49 |
| Hex | F6 | 98 | 5 | 0 | 26 | 62 | 4 | 25 | 60 | 31 |
| Octal | 366 | 230 | 5 | 0 | 46 | 142 | 4 | 45 | 140 | 61 |
| Binary | 11110110 | 10011000 | 101 | 0 | 100110 | 1100010 | 100 | 100101 | 1100000 | 110001 |
Color Harmonies of #F69805
Complementary color
Monochromatic Colors of #F69805
Black with #F69805
Text Example
Text Example
White with #F69805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69805; }
p { color: rgb(246,152,5); }
H1.HeaderClassName
{
color: #F69805;
}
.AnyTagClassName
{
color: #F69805;
}
</style>
background-color css
<style>
a { background-color: #F69805; }
a { background-color: rgb(246,152,5); }
div.DivClassName
{
background-color: #F69805;
}
.BgClassName
{
background-color: #F69805;
}
</style>
border-color css
<style>
span { border-color: #F69805; }
span { border-color: rgb(246,152,5); }
td.TdClassName
{
border-color: #F69805;
}
.TagClassName
{
border-color: #F69805;
}
</style>