Shades of Orange Peel #F89B0A
Tints of Orange Peel #F89B0A
RGB
CMYK
RGB Variations
Color information
#F89B0A (or 0xF89B0A) is known color: Orange Peel. HEX triplet: F8, 9B and 0A. RGB value is (248,155,10). Sum of RGB (Red+Green+Blue) = 248+155+10=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89B0A is #0764F5. Grayscale: #A6A6A6. Windows color (decimal): -484598 or 695288. OLE color: 695288.
HSL color Cylindrical-coordinate representation of color #F89B0A: hue angle of 36.55º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F89B0A is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 10 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.03 |
| HSL | 36.55º | 0.94% | 0.51% | - |
| HSV(B) | 36.55º | 0.96% | 0.97% | - |
| XYZ | 50.49 | 43.42 | 6.01 | - |
| YUV | 166.28 | 39.81 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 10 | 0 | 0.38 | 0.96 | 0.03 | 36.55 | 0.94 | 0.51 |
| Hex | F8 | 9B | A | 0 | 26 | 60 | 3 | 25 | 5E | 33 |
| Octal | 370 | 233 | 12 | 0 | 46 | 140 | 3 | 45 | 136 | 63 |
| Binary | 11111000 | 10011011 | 1010 | 0 | 100110 | 1100000 | 11 | 100101 | 1011110 | 110011 |
Color Harmonies of #F89B0A
Complementary color
Monochromatic Colors of #F89B0A
Black with #F89B0A
Text Example
Text Example
White with #F89B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B0A; }
p { color: rgb(248,155,10); }
H1.HeaderClassName
{
color: #F89B0A;
}
.AnyTagClassName
{
color: #F89B0A;
}
</style>
background-color css
<style>
a { background-color: #F89B0A; }
a { background-color: rgb(248,155,10); }
div.DivClassName
{
background-color: #F89B0A;
}
.BgClassName
{
background-color: #F89B0A;
}
</style>
border-color css
<style>
span { border-color: #F89B0A; }
span { border-color: rgb(248,155,10); }
td.TdClassName
{
border-color: #F89B0A;
}
.TagClassName
{
border-color: #F89B0A;
}
</style>