Shades of Orange Peel #F09D00
Tints of Orange Peel #F09D00
RGB
CMYK
RGB Variations
Color information
#F09D00 (or 0xF09D00) is known color: Orange Peel. HEX triplet: F0, 9D and 00. RGB value is (240,157,0). Sum of RGB (Red+Green+Blue) = 240+157+0=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09D00 is #0F62FF. Grayscale: #A4A4A4. Windows color (decimal): -1008384 or 40432. OLE color: 40432.
HSL color Cylindrical-coordinate representation of color #F09D00: hue angle of 39.25º 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 #F09D00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 157 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.06 |
| HSL | 39.25º | 1% | 0.47% | - |
| HSV(B) | 39.25º | 1% | 0.94% | - |
| XYZ | 47.99 | 42.64 | 5.7 | - |
| YUV | 163.92 | 35.5 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 0 | 0 | 0.35 | 1 | 0.06 | 39.25 | 1 | 0.47 |
| Hex | F0 | 9D | 0 | 0 | 23 | 64 | 6 | 27 | 64 | 2F |
| Octal | 360 | 235 | 0 | 0 | 43 | 144 | 6 | 47 | 144 | 57 |
| Binary | 11110000 | 10011101 | 0 | 0 | 100011 | 1100100 | 110 | 100111 | 1100100 | 101111 |
Color Harmonies of #F09D00
Complementary color
Monochromatic Colors of #F09D00
Black with #F09D00
Text Example
Text Example
White with #F09D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09D00; }
p { color: rgb(240,157,0); }
H1.HeaderClassName
{
color: #F09D00;
}
.AnyTagClassName
{
color: #F09D00;
}
</style>
background-color css
<style>
a { background-color: #F09D00; }
a { background-color: rgb(240,157,0); }
div.DivClassName
{
background-color: #F09D00;
}
.BgClassName
{
background-color: #F09D00;
}
</style>
border-color css
<style>
span { border-color: #F09D00; }
span { border-color: rgb(240,157,0); }
td.TdClassName
{
border-color: #F09D00;
}
.TagClassName
{
border-color: #F09D00;
}
</style>