Shades of Orange Peel #F89800
Tints of Orange Peel #F89800
RGB
CMYK
RGB Variations
Color information
#F89800 (or 0xF89800) is known color: Orange Peel. HEX triplet: F8, 98 and 00. RGB value is (248,152,0). Sum of RGB (Red+Green+Blue) = 248+152+0=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F89800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89800 is #0767FF. Grayscale: #A4A4A4. Windows color (decimal): -485376 or 39160. OLE color: 39160.
HSL color Cylindrical-coordinate representation of color #F89800: hue angle of 36.77º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F89800 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.03 |
| HSL | 36.77º | 1% | 0.49% | - |
| HSV(B) | 36.77º | 1% | 0.97% | - |
| XYZ | 49.94 | 42.41 | 5.55 | - |
| YUV | 163.38 | 35.8 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 0 | 0 | 0.39 | 1 | 0.03 | 36.77 | 1 | 0.49 |
| Hex | F8 | 98 | 0 | 0 | 27 | 64 | 3 | 25 | 64 | 31 |
| Octal | 370 | 230 | 0 | 0 | 47 | 144 | 3 | 45 | 144 | 61 |
| Binary | 11111000 | 10011000 | 0 | 0 | 100111 | 1100100 | 11 | 100101 | 1100100 | 110001 |
Color Harmonies of #F89800
Complementary color
Monochromatic Colors of #F89800
Black with #F89800
Text Example
Text Example
White with #F89800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89800; }
p { color: rgb(248,152,0); }
H1.HeaderClassName
{
color: #F89800;
}
.AnyTagClassName
{
color: #F89800;
}
</style>
background-color css
<style>
a { background-color: #F89800; }
a { background-color: rgb(248,152,0); }
div.DivClassName
{
background-color: #F89800;
}
.BgClassName
{
background-color: #F89800;
}
</style>
border-color css
<style>
span { border-color: #F89800; }
span { border-color: rgb(248,152,0); }
td.TdClassName
{
border-color: #F89800;
}
.TagClassName
{
border-color: #F89800;
}
</style>