Shades of Orange Peel #F89600
Tints of Orange Peel #F89600
RGB
CMYK
RGB Variations
Color information
#F89600 (or 0xF89600) is known color: Orange Peel. HEX triplet: F8, 96 and 00. RGB value is (248,150,0). Sum of RGB (Red+Green+Blue) = 248+150+0=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F89600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89600 is #0769FF. Grayscale: #A2A2A2. Windows color (decimal): -485888 or 38648. OLE color: 38648.
HSL color Cylindrical-coordinate representation of color #F89600: hue angle of 36.29º 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 #F89600 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.03 |
| HSL | 36.29º | 1% | 0.49% | - |
| HSV(B) | 36.29º | 1% | 0.97% | - |
| XYZ | 49.62 | 41.77 | 5.45 | - |
| YUV | 162.2 | 36.47 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 0 | 0 | 0.40 | 1 | 0.03 | 36.29 | 1 | 0.49 |
| Hex | F8 | 96 | 0 | 0 | 28 | 64 | 3 | 24 | 64 | 31 |
| Octal | 370 | 226 | 0 | 0 | 50 | 144 | 3 | 44 | 144 | 61 |
| Binary | 11111000 | 10010110 | 0 | 0 | 101000 | 1100100 | 11 | 100100 | 1100100 | 110001 |
Color Harmonies of #F89600
Complementary color
Monochromatic Colors of #F89600
Black with #F89600
Text Example
Text Example
White with #F89600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89600; }
p { color: rgb(248,150,0); }
H1.HeaderClassName
{
color: #F89600;
}
.AnyTagClassName
{
color: #F89600;
}
</style>
background-color css
<style>
a { background-color: #F89600; }
a { background-color: rgb(248,150,0); }
div.DivClassName
{
background-color: #F89600;
}
.BgClassName
{
background-color: #F89600;
}
</style>
border-color css
<style>
span { border-color: #F89600; }
span { border-color: rgb(248,150,0); }
td.TdClassName
{
border-color: #F89600;
}
.TagClassName
{
border-color: #F89600;
}
</style>