Shades of Orange Peel #F89C02
Tints of Orange Peel #F89C02
RGB
CMYK
RGB Variations
Color information
#F89C02 (or 0xF89C02) is known color: Orange Peel. HEX triplet: F8, 9C and 02. RGB value is (248,156,2). Sum of RGB (Red+Green+Blue) = 248+156+2=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89C02 is #0763FD. Grayscale: #A6A6A6. Windows color (decimal): -484350 or 171256. OLE color: 171256.
HSL color Cylindrical-coordinate representation of color #F89C02: hue angle of 37.56º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F89C02 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.03 |
| HSL | 37.56º | 0.98% | 0.49% | - |
| HSV(B) | 37.56º | 0.99% | 0.97% | - |
| XYZ | 50.61 | 43.74 | 5.83 | - |
| YUV | 165.95 | 35.48 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 2 | 0 | 0.37 | 0.99 | 0.03 | 37.56 | 0.98 | 0.49 |
| Hex | F8 | 9C | 2 | 0 | 25 | 63 | 3 | 26 | 62 | 31 |
| Octal | 370 | 234 | 2 | 0 | 45 | 143 | 3 | 46 | 142 | 61 |
| Binary | 11111000 | 10011100 | 10 | 0 | 100101 | 1100011 | 11 | 100110 | 1100010 | 110001 |
Color Harmonies of #F89C02
Complementary color
Monochromatic Colors of #F89C02
Black with #F89C02
Text Example
Text Example
White with #F89C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C02; }
p { color: rgb(248,156,2); }
H1.HeaderClassName
{
color: #F89C02;
}
.AnyTagClassName
{
color: #F89C02;
}
</style>
background-color css
<style>
a { background-color: #F89C02; }
a { background-color: rgb(248,156,2); }
div.DivClassName
{
background-color: #F89C02;
}
.BgClassName
{
background-color: #F89C02;
}
</style>
border-color css
<style>
span { border-color: #F89C02; }
span { border-color: rgb(248,156,2); }
td.TdClassName
{
border-color: #F89C02;
}
.TagClassName
{
border-color: #F89C02;
}
</style>