Shades of Orange Peel #F99705
Tints of Orange Peel #F99705
RGB
CMYK
RGB Variations
Color information
#F99705 (or 0xF99705) is known color: Orange Peel. HEX triplet: F9, 97 and 05. RGB value is (249,151,5). Sum of RGB (Red+Green+Blue) = 249+151+5=405 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.48% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 249 - color contains mainly: red. Hex color #F99705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99705 is #0668FA. Grayscale: #A4A4A4. Windows color (decimal): -420091 or 366585. OLE color: 366585.
HSL color Cylindrical-coordinate representation of color #F99705: hue angle of 35.9º 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 #F99705 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 5 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.02 |
| HSL | 35.9º | 0.96% | 0.5% | - |
| HSV(B) | 35.9º | 0.98% | 0.98% | - |
| XYZ | 50.16 | 42.28 | 5.66 | - |
| YUV | 163.66 | 38.47 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 5 | 0 | 0.39 | 0.98 | 0.02 | 35.9 | 0.96 | 0.5 |
| Hex | F9 | 97 | 5 | 0 | 27 | 62 | 2 | 24 | 60 | 32 |
| Octal | 371 | 227 | 5 | 0 | 47 | 142 | 2 | 44 | 140 | 62 |
| Binary | 11111001 | 10010111 | 101 | 0 | 100111 | 1100010 | 10 | 100100 | 1100000 | 110010 |
Color Harmonies of #F99705
Complementary color
Monochromatic Colors of #F99705
Black with #F99705
Text Example
Text Example
White with #F99705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99705; }
p { color: rgb(249,151,5); }
H1.HeaderClassName
{
color: #F99705;
}
.AnyTagClassName
{
color: #F99705;
}
</style>
background-color css
<style>
a { background-color: #F99705; }
a { background-color: rgb(249,151,5); }
div.DivClassName
{
background-color: #F99705;
}
.BgClassName
{
background-color: #F99705;
}
</style>
border-color css
<style>
span { border-color: #F99705; }
span { border-color: rgb(249,151,5); }
td.TdClassName
{
border-color: #F99705;
}
.TagClassName
{
border-color: #F99705;
}
</style>