Shades of Orange Peel #F89C05
Tints of Orange Peel #F89C05
RGB
CMYK
RGB Variations
Color information
#F89C05 (or 0xF89C05) is known color: Orange Peel. HEX triplet: F8, 9C and 05. RGB value is (248,156,5). Sum of RGB (Red+Green+Blue) = 248+156+5=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89C05 is #0763FA. Grayscale: #A6A6A6. Windows color (decimal): -484347 or 367864. OLE color: 367864.
HSL color Cylindrical-coordinate representation of color #F89C05: hue angle of 37.28º 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 #F89C05 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 5 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.03 |
| HSL | 37.28º | 0.96% | 0.5% | - |
| HSV(B) | 37.28º | 0.98% | 0.97% | - |
| XYZ | 50.63 | 43.74 | 5.92 | - |
| YUV | 166.29 | 36.98 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 5 | 0 | 0.37 | 0.98 | 0.03 | 37.28 | 0.96 | 0.5 |
| Hex | F8 | 9C | 5 | 0 | 25 | 62 | 3 | 25 | 60 | 32 |
| Octal | 370 | 234 | 5 | 0 | 45 | 142 | 3 | 45 | 140 | 62 |
| Binary | 11111000 | 10011100 | 101 | 0 | 100101 | 1100010 | 11 | 100101 | 1100000 | 110010 |
Color Harmonies of #F89C05
Complementary color
Monochromatic Colors of #F89C05
Black with #F89C05
Text Example
Text Example
White with #F89C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C05; }
p { color: rgb(248,156,5); }
H1.HeaderClassName
{
color: #F89C05;
}
.AnyTagClassName
{
color: #F89C05;
}
</style>
background-color css
<style>
a { background-color: #F89C05; }
a { background-color: rgb(248,156,5); }
div.DivClassName
{
background-color: #F89C05;
}
.BgClassName
{
background-color: #F89C05;
}
</style>
border-color css
<style>
span { border-color: #F89C05; }
span { border-color: rgb(248,156,5); }
td.TdClassName
{
border-color: #F89C05;
}
.TagClassName
{
border-color: #F89C05;
}
</style>