Shades of Orange Peel #F09802
Tints of Orange Peel #F09802
RGB
CMYK
RGB Variations
Color information
#F09802 (or 0xF09802) is known color: Orange Peel. HEX triplet: F0, 98 and 02. RGB value is (240,152,2). Sum of RGB (Red+Green+Blue) = 240+152+2=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F09802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09802 is #0F67FD. Grayscale: #A1A1A1. Windows color (decimal): -1009662 or 170224. OLE color: 170224.
HSL color Cylindrical-coordinate representation of color #F09802: hue angle of 37.82º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F09802 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.06 |
| HSL | 37.82º | 0.98% | 0.47% | - |
| HSV(B) | 37.82º | 0.99% | 0.94% | - |
| XYZ | 47.17 | 40.99 | 5.48 | - |
| YUV | 161.21 | 38.15 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 2 | 0 | 0.37 | 0.99 | 0.06 | 37.82 | 0.98 | 0.47 |
| Hex | F0 | 98 | 2 | 0 | 25 | 63 | 6 | 26 | 62 | 2F |
| Octal | 360 | 230 | 2 | 0 | 45 | 143 | 6 | 46 | 142 | 57 |
| Binary | 11110000 | 10011000 | 10 | 0 | 100101 | 1100011 | 110 | 100110 | 1100010 | 101111 |
Color Harmonies of #F09802
Complementary color
Monochromatic Colors of #F09802
Black with #F09802
Text Example
Text Example
White with #F09802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09802; }
p { color: rgb(240,152,2); }
H1.HeaderClassName
{
color: #F09802;
}
.AnyTagClassName
{
color: #F09802;
}
</style>
background-color css
<style>
a { background-color: #F09802; }
a { background-color: rgb(240,152,2); }
div.DivClassName
{
background-color: #F09802;
}
.BgClassName
{
background-color: #F09802;
}
</style>
border-color css
<style>
span { border-color: #F09802; }
span { border-color: rgb(240,152,2); }
td.TdClassName
{
border-color: #F09802;
}
.TagClassName
{
border-color: #F09802;
}
</style>