Shades of Orange Peel #F09A00
Tints of Orange Peel #F09A00
RGB
CMYK
RGB Variations
Color information
#F09A00 (or 0xF09A00) is known color: Orange Peel. HEX triplet: F0, 9A and 00. RGB value is (240,154,0). Sum of RGB (Red+Green+Blue) = 240+154+0=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09A00 is #0F65FF. Grayscale: #A2A2A2. Windows color (decimal): -1009152 or 39664. OLE color: 39664.
HSL color Cylindrical-coordinate representation of color #F09A00: hue angle of 38.5º 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 #F09A00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.06 |
| HSL | 38.5º | 1% | 0.47% | - |
| HSV(B) | 38.5º | 1% | 0.94% | - |
| XYZ | 47.49 | 41.64 | 5.53 | - |
| YUV | 162.16 | 36.49 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 0 | 0 | 0.36 | 1 | 0.06 | 38.5 | 1 | 0.47 |
| Hex | F0 | 9A | 0 | 0 | 24 | 64 | 6 | 26 | 64 | 2F |
| Octal | 360 | 232 | 0 | 0 | 44 | 144 | 6 | 46 | 144 | 57 |
| Binary | 11110000 | 10011010 | 0 | 0 | 100100 | 1100100 | 110 | 100110 | 1100100 | 101111 |
Color Harmonies of #F09A00
Complementary color
Monochromatic Colors of #F09A00
Black with #F09A00
Text Example
Text Example
White with #F09A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09A00; }
p { color: rgb(240,154,0); }
H1.HeaderClassName
{
color: #F09A00;
}
.AnyTagClassName
{
color: #F09A00;
}
</style>
background-color css
<style>
a { background-color: #F09A00; }
a { background-color: rgb(240,154,0); }
div.DivClassName
{
background-color: #F09A00;
}
.BgClassName
{
background-color: #F09A00;
}
</style>
border-color css
<style>
span { border-color: #F09A00; }
span { border-color: rgb(240,154,0); }
td.TdClassName
{
border-color: #F09A00;
}
.TagClassName
{
border-color: #F09A00;
}
</style>