Shades of Orange Peel #F09900
Tints of Orange Peel #F09900
RGB
CMYK
RGB Variations
Color information
#F09900 (or 0xF09900) is known color: Orange Peel. HEX triplet: F0, 99 and 00. RGB value is (240,153,0). Sum of RGB (Red+Green+Blue) = 240+153+0=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F09900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09900 is #0F66FF. Grayscale: #A2A2A2. Windows color (decimal): -1009408 or 39408. OLE color: 39408.
HSL color Cylindrical-coordinate representation of color #F09900: hue angle of 38.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 #F09900 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.06 |
| HSL | 38.25º | 1% | 0.47% | - |
| HSV(B) | 38.25º | 1% | 0.94% | - |
| XYZ | 47.33 | 41.31 | 5.48 | - |
| YUV | 161.57 | 36.82 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 0 | 0 | 0.36 | 1 | 0.06 | 38.25 | 1 | 0.47 |
| Hex | F0 | 99 | 0 | 0 | 24 | 64 | 6 | 26 | 64 | 2F |
| Octal | 360 | 231 | 0 | 0 | 44 | 144 | 6 | 46 | 144 | 57 |
| Binary | 11110000 | 10011001 | 0 | 0 | 100100 | 1100100 | 110 | 100110 | 1100100 | 101111 |
Color Harmonies of #F09900
Complementary color
Monochromatic Colors of #F09900
Black with #F09900
Text Example
Text Example
White with #F09900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09900; }
p { color: rgb(240,153,0); }
H1.HeaderClassName
{
color: #F09900;
}
.AnyTagClassName
{
color: #F09900;
}
</style>
background-color css
<style>
a { background-color: #F09900; }
a { background-color: rgb(240,153,0); }
div.DivClassName
{
background-color: #F09900;
}
.BgClassName
{
background-color: #F09900;
}
</style>
border-color css
<style>
span { border-color: #F09900; }
span { border-color: rgb(240,153,0); }
td.TdClassName
{
border-color: #F09900;
}
.TagClassName
{
border-color: #F09900;
}
</style>