Shades of Orange Peel #F89A05
Tints of Orange Peel #F89A05
RGB
CMYK
RGB Variations
Color information
#F89A05 (or 0xF89A05) is known color: Orange Peel. HEX triplet: F8, 9A and 05. RGB value is (248,154,5). Sum of RGB (Red+Green+Blue) = 248+154+5=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89A05 is #0765FA. Grayscale: #A5A5A5. Windows color (decimal): -484859 or 367352. OLE color: 367352.
HSL color Cylindrical-coordinate representation of color #F89A05: hue angle of 36.79º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F89A05 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 5 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.03 |
| HSL | 36.79º | 0.96% | 0.5% | - |
| HSV(B) | 36.79º | 0.98% | 0.97% | - |
| XYZ | 50.29 | 43.08 | 5.81 | - |
| YUV | 165.12 | 37.64 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 5 | 0 | 0.38 | 0.98 | 0.03 | 36.79 | 0.96 | 0.5 |
| Hex | F8 | 9A | 5 | 0 | 26 | 62 | 3 | 25 | 60 | 32 |
| Octal | 370 | 232 | 5 | 0 | 46 | 142 | 3 | 45 | 140 | 62 |
| Binary | 11111000 | 10011010 | 101 | 0 | 100110 | 1100010 | 11 | 100101 | 1100000 | 110010 |
Color Harmonies of #F89A05
Complementary color
Monochromatic Colors of #F89A05
Black with #F89A05
Text Example
Text Example
White with #F89A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A05; }
p { color: rgb(248,154,5); }
H1.HeaderClassName
{
color: #F89A05;
}
.AnyTagClassName
{
color: #F89A05;
}
</style>
background-color css
<style>
a { background-color: #F89A05; }
a { background-color: rgb(248,154,5); }
div.DivClassName
{
background-color: #F89A05;
}
.BgClassName
{
background-color: #F89A05;
}
</style>
border-color css
<style>
span { border-color: #F89A05; }
span { border-color: rgb(248,154,5); }
td.TdClassName
{
border-color: #F89A05;
}
.TagClassName
{
border-color: #F89A05;
}
</style>