Shades of Orange Peel #F89705
Tints of Orange Peel #F89705
RGB
CMYK
RGB Variations
Color information
#F89705 (or 0xF89705) is known color: Orange Peel. HEX triplet: F8, 97 and 05. RGB value is (248,151,5). Sum of RGB (Red+Green+Blue) = 248+151+5=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F89705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89705 is #0768FA. Grayscale: #A4A4A4. Windows color (decimal): -485627 or 366584. OLE color: 366584.
HSL color Cylindrical-coordinate representation of color #F89705: hue angle of 36.05º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F89705 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 5 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.03 |
| HSL | 36.05º | 0.96% | 0.5% | - |
| HSV(B) | 36.05º | 0.98% | 0.97% | - |
| XYZ | 49.81 | 42.1 | 5.64 | - |
| YUV | 163.36 | 38.64 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 5 | 0 | 0.39 | 0.98 | 0.03 | 36.05 | 0.96 | 0.5 |
| Hex | F8 | 97 | 5 | 0 | 27 | 62 | 3 | 24 | 60 | 32 |
| Octal | 370 | 227 | 5 | 0 | 47 | 142 | 3 | 44 | 140 | 62 |
| Binary | 11111000 | 10010111 | 101 | 0 | 100111 | 1100010 | 11 | 100100 | 1100000 | 110010 |
Color Harmonies of #F89705
Complementary color
Monochromatic Colors of #F89705
Black with #F89705
Text Example
Text Example
White with #F89705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89705; }
p { color: rgb(248,151,5); }
H1.HeaderClassName
{
color: #F89705;
}
.AnyTagClassName
{
color: #F89705;
}
</style>
background-color css
<style>
a { background-color: #F89705; }
a { background-color: rgb(248,151,5); }
div.DivClassName
{
background-color: #F89705;
}
.BgClassName
{
background-color: #F89705;
}
</style>
border-color css
<style>
span { border-color: #F89705; }
span { border-color: rgb(248,151,5); }
td.TdClassName
{
border-color: #F89705;
}
.TagClassName
{
border-color: #F89705;
}
</style>