Shades of Orange Peel #F89900
Tints of Orange Peel #F89900
RGB
CMYK
RGB Variations
Color information
#F89900 (or 0xF89900) is known color: Orange Peel. HEX triplet: F8, 99 and 00. RGB value is (248,153,0). Sum of RGB (Red+Green+Blue) = 248+153+0=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F89900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89900 is #0766FF. Grayscale: #A4A4A4. Windows color (decimal): -485120 or 39416. OLE color: 39416.
HSL color Cylindrical-coordinate representation of color #F89900: hue angle of 37.02º 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 #F89900 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.03 |
| HSL | 37.02º | 1% | 0.49% | - |
| HSV(B) | 37.02º | 1% | 0.97% | - |
| XYZ | 50.1 | 42.74 | 5.61 | - |
| YUV | 163.96 | 35.47 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 0 | 0 | 0.38 | 1 | 0.03 | 37.02 | 1 | 0.49 |
| Hex | F8 | 99 | 0 | 0 | 26 | 64 | 3 | 25 | 64 | 31 |
| Octal | 370 | 231 | 0 | 0 | 46 | 144 | 3 | 45 | 144 | 61 |
| Binary | 11111000 | 10011001 | 0 | 0 | 100110 | 1100100 | 11 | 100101 | 1100100 | 110001 |
Color Harmonies of #F89900
Complementary color
Monochromatic Colors of #F89900
Black with #F89900
Text Example
Text Example
White with #F89900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89900; }
p { color: rgb(248,153,0); }
H1.HeaderClassName
{
color: #F89900;
}
.AnyTagClassName
{
color: #F89900;
}
</style>
background-color css
<style>
a { background-color: #F89900; }
a { background-color: rgb(248,153,0); }
div.DivClassName
{
background-color: #F89900;
}
.BgClassName
{
background-color: #F89900;
}
</style>
border-color css
<style>
span { border-color: #F89900; }
span { border-color: rgb(248,153,0); }
td.TdClassName
{
border-color: #F89900;
}
.TagClassName
{
border-color: #F89900;
}
</style>