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