Shades of Orange Peel #F89901
Tints of Orange Peel #F89901
RGB
CMYK
RGB Variations
Color information
#F89901 (or 0xF89901) is known color: Orange Peel. HEX triplet: F8, 99 and 01. RGB value is (248,153,1). Sum of RGB (Red+Green+Blue) = 248+153+1=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F89901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89901 is #0766FE. Grayscale: #A4A4A4. Windows color (decimal): -485119 or 104952. OLE color: 104952.
HSL color Cylindrical-coordinate representation of color #F89901: hue angle of 36.92º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F89901 is Cyan = 0, Magento = 0.38, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 1 | - |
| CMYK | 0 | 0.38 | 1.00 | 0.03 |
| HSL | 36.92º | 0.99% | 0.49% | - |
| HSV(B) | 36.92º | 1% | 0.97% | - |
| XYZ | 50.11 | 42.74 | 5.64 | - |
| YUV | 164.08 | 35.97 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 1 | 0 | 0.38 | 1.00 | 0.03 | 36.92 | 0.99 | 0.49 |
| Hex | F8 | 99 | 1 | 0 | 26 | 64 | 3 | 25 | 63 | 31 |
| Octal | 370 | 231 | 1 | 0 | 46 | 144 | 3 | 45 | 143 | 61 |
| Binary | 11111000 | 10011001 | 1 | 0 | 100110 | 1100100 | 11 | 100101 | 1100011 | 110001 |
Color Harmonies of #F89901
Complementary color
Monochromatic Colors of #F89901
Black with #F89901
Text Example
Text Example
White with #F89901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89901; }
p { color: rgb(248,153,1); }
H1.HeaderClassName
{
color: #F89901;
}
.AnyTagClassName
{
color: #F89901;
}
</style>
background-color css
<style>
a { background-color: #F89901; }
a { background-color: rgb(248,153,1); }
div.DivClassName
{
background-color: #F89901;
}
.BgClassName
{
background-color: #F89901;
}
</style>
border-color css
<style>
span { border-color: #F89901; }
span { border-color: rgb(248,153,1); }
td.TdClassName
{
border-color: #F89901;
}
.TagClassName
{
border-color: #F89901;
}
</style>