Shades of Orange Peel #F89C06
Tints of Orange Peel #F89C06
RGB
CMYK
RGB Variations
Color information
#F89C06 (or 0xF89C06) is known color: Orange Peel. HEX triplet: F8, 9C and 06. RGB value is (248,156,6). Sum of RGB (Red+Green+Blue) = 248+156+6=410 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.49% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 6 (2.73% from 255 or 1.46% from 410); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89C06 is #0763F9. Grayscale: #A7A7A7. Windows color (decimal): -484346 or 433400. OLE color: 433400.
HSL color Cylindrical-coordinate representation of color #F89C06: hue angle of 37.19º degrees, saturation: 0.95, 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 #F89C06 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 6 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.03 |
| HSL | 37.19º | 0.95% | 0.5% | - |
| HSV(B) | 37.19º | 0.98% | 0.97% | - |
| XYZ | 50.63 | 43.75 | 5.95 | - |
| YUV | 166.41 | 37.48 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 6 | 0 | 0.37 | 0.98 | 0.03 | 37.19 | 0.95 | 0.5 |
| Hex | F8 | 9C | 6 | 0 | 25 | 62 | 3 | 25 | 5F | 32 |
| Octal | 370 | 234 | 6 | 0 | 45 | 142 | 3 | 45 | 137 | 62 |
| Binary | 11111000 | 10011100 | 110 | 0 | 100101 | 1100010 | 11 | 100101 | 1011111 | 110010 |
Color Harmonies of #F89C06
Complementary color
Monochromatic Colors of #F89C06
Black with #F89C06
Text Example
Text Example
White with #F89C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C06; }
p { color: rgb(248,156,6); }
H1.HeaderClassName
{
color: #F89C06;
}
.AnyTagClassName
{
color: #F89C06;
}
</style>
background-color css
<style>
a { background-color: #F89C06; }
a { background-color: rgb(248,156,6); }
div.DivClassName
{
background-color: #F89C06;
}
.BgClassName
{
background-color: #F89C06;
}
</style>
border-color css
<style>
span { border-color: #F89C06; }
span { border-color: rgb(248,156,6); }
td.TdClassName
{
border-color: #F89C06;
}
.TagClassName
{
border-color: #F89C06;
}
</style>