Shades of Orange Peel #F09700
Tints of Orange Peel #F09700
RGB
CMYK
RGB Variations
Color information
#F09700 (or 0xF09700) is known color: Orange Peel. HEX triplet: F0, 97 and 00. RGB value is (240,151,0). Sum of RGB (Red+Green+Blue) = 240+151+0=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F09700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09700 is #0F68FF. Grayscale: #A1A1A1. Windows color (decimal): -1009920 or 38896. OLE color: 38896.
HSL color Cylindrical-coordinate representation of color #F09700: hue angle of 37.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F09700 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 151 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.06 |
| HSL | 37.75º | 1% | 0.47% | - |
| HSV(B) | 37.75º | 1% | 0.94% | - |
| XYZ | 47 | 40.66 | 5.37 | - |
| YUV | 160.4 | 37.49 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 151 | 0 | 0 | 0.37 | 1 | 0.06 | 37.75 | 1 | 0.47 |
| Hex | F0 | 97 | 0 | 0 | 25 | 64 | 6 | 26 | 64 | 2F |
| Octal | 360 | 227 | 0 | 0 | 45 | 144 | 6 | 46 | 144 | 57 |
| Binary | 11110000 | 10010111 | 0 | 0 | 100101 | 1100100 | 110 | 100110 | 1100100 | 101111 |
Color Harmonies of #F09700
Complementary color
Monochromatic Colors of #F09700
Black with #F09700
Text Example
Text Example
White with #F09700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09700; }
p { color: rgb(240,151,0); }
H1.HeaderClassName
{
color: #F09700;
}
.AnyTagClassName
{
color: #F09700;
}
</style>
background-color css
<style>
a { background-color: #F09700; }
a { background-color: rgb(240,151,0); }
div.DivClassName
{
background-color: #F09700;
}
.BgClassName
{
background-color: #F09700;
}
</style>
border-color css
<style>
span { border-color: #F09700; }
span { border-color: rgb(240,151,0); }
td.TdClassName
{
border-color: #F09700;
}
.TagClassName
{
border-color: #F09700;
}
</style>