Shades of Orange Peel #F99805
Tints of Orange Peel #F99805
RGB
CMYK
RGB Variations
Color information
#F99805 (or 0xF99805) is known color: Orange Peel. HEX triplet: F9, 98 and 05. RGB value is (249,152,5). Sum of RGB (Red+Green+Blue) = 249+152+5=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F99805 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99805 is #0667FA. Grayscale: #A4A4A4. Windows color (decimal): -419835 or 366841. OLE color: 366841.
HSL color Cylindrical-coordinate representation of color #F99805: hue angle of 36.15º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F99805 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 5 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.02 |
| HSL | 36.15º | 0.96% | 0.5% | - |
| HSV(B) | 36.15º | 0.98% | 0.98% | - |
| XYZ | 50.32 | 42.61 | 5.72 | - |
| YUV | 164.25 | 38.14 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 5 | 0 | 0.39 | 0.98 | 0.02 | 36.15 | 0.96 | 0.5 |
| Hex | F9 | 98 | 5 | 0 | 27 | 62 | 2 | 24 | 60 | 32 |
| Octal | 371 | 230 | 5 | 0 | 47 | 142 | 2 | 44 | 140 | 62 |
| Binary | 11111001 | 10011000 | 101 | 0 | 100111 | 1100010 | 10 | 100100 | 1100000 | 110010 |
Color Harmonies of #F99805
Complementary color
Monochromatic Colors of #F99805
Black with #F99805
Text Example
Text Example
White with #F99805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99805; }
p { color: rgb(249,152,5); }
H1.HeaderClassName
{
color: #F99805;
}
.AnyTagClassName
{
color: #F99805;
}
</style>
background-color css
<style>
a { background-color: #F99805; }
a { background-color: rgb(249,152,5); }
div.DivClassName
{
background-color: #F99805;
}
.BgClassName
{
background-color: #F99805;
}
</style>
border-color css
<style>
span { border-color: #F99805; }
span { border-color: rgb(249,152,5); }
td.TdClassName
{
border-color: #F99805;
}
.TagClassName
{
border-color: #F99805;
}
</style>