Shades of Orange Peel #F09901
Tints of Orange Peel #F09901
RGB
CMYK
RGB Variations
Color information
#F09901 (or 0xF09901) is known color: Orange Peel. HEX triplet: F0, 99 and 01. RGB value is (240,153,1). Sum of RGB (Red+Green+Blue) = 240+153+1=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F09901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09901 is #0F66FE. Grayscale: #A2A2A2. Windows color (decimal): -1009407 or 104944. OLE color: 104944.
HSL color Cylindrical-coordinate representation of color #F09901: hue angle of 38.16º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F09901 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 1 | - |
| CMYK | 0 | 0.36 | 1.00 | 0.06 |
| HSL | 38.16º | 0.99% | 0.47% | - |
| HSV(B) | 38.16º | 1% | 0.94% | - |
| XYZ | 47.33 | 41.31 | 5.51 | - |
| YUV | 161.69 | 37.32 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 1 | 0 | 0.36 | 1.00 | 0.06 | 38.16 | 0.99 | 0.47 |
| Hex | F0 | 99 | 1 | 0 | 24 | 64 | 6 | 26 | 63 | 2F |
| Octal | 360 | 231 | 1 | 0 | 44 | 144 | 6 | 46 | 143 | 57 |
| Binary | 11110000 | 10011001 | 1 | 0 | 100100 | 1100100 | 110 | 100110 | 1100011 | 101111 |
Color Harmonies of #F09901
Complementary color
Monochromatic Colors of #F09901
Black with #F09901
Text Example
Text Example
White with #F09901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09901; }
p { color: rgb(240,153,1); }
H1.HeaderClassName
{
color: #F09901;
}
.AnyTagClassName
{
color: #F09901;
}
</style>
background-color css
<style>
a { background-color: #F09901; }
a { background-color: rgb(240,153,1); }
div.DivClassName
{
background-color: #F09901;
}
.BgClassName
{
background-color: #F09901;
}
</style>
border-color css
<style>
span { border-color: #F09901; }
span { border-color: rgb(240,153,1); }
td.TdClassName
{
border-color: #F09901;
}
.TagClassName
{
border-color: #F09901;
}
</style>