Shades of Persimmon #F06000
Tints of Persimmon #F06000
RGB
CMYK
RGB Variations
Color information
#F06000 (or 0xF06000) is known color: Persimmon. HEX triplet: F0, 60 and 00. RGB value is (240,96,0). Sum of RGB (Red+Green+Blue) = 240+96+0=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F06000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06000 is #0F9FFF. Grayscale: #808080. Windows color (decimal): -1024000 or 24816. OLE color: 24816.
HSL color Cylindrical-coordinate representation of color #F06000: hue angle of 24º 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 #F06000 is Cyan = 0, Magento = 0.6, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 0 | - |
| CMYK | 0 | 0.6 | 1 | 0.06 |
| HSL | 24º | 1% | 0.47% | - |
| HSV(B) | 24º | 1% | 0.94% | - |
| XYZ | 40.12 | 26.89 | 3.08 | - |
| YUV | 128.11 | 55.71 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 0 | 0 | 0.6 | 1 | 0.06 | 24 | 1 | 0.47 |
| Hex | F0 | 60 | 0 | 0 | 3C | 64 | 6 | 18 | 64 | 2F |
| Octal | 360 | 140 | 0 | 0 | 74 | 144 | 6 | 30 | 144 | 57 |
| Binary | 11110000 | 1100000 | 0 | 0 | 111100 | 1100100 | 110 | 11000 | 1100100 | 101111 |
Color Harmonies of #F06000
Complementary color
Monochromatic Colors of #F06000
Black with #F06000
Text Example
Text Example
White with #F06000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06000; }
p { color: rgb(240,96,0); }
H1.HeaderClassName
{
color: #F06000;
}
.AnyTagClassName
{
color: #F06000;
}
</style>
background-color css
<style>
a { background-color: #F06000; }
a { background-color: rgb(240,96,0); }
div.DivClassName
{
background-color: #F06000;
}
.BgClassName
{
background-color: #F06000;
}
</style>
border-color css
<style>
span { border-color: #F06000; }
span { border-color: rgb(240,96,0); }
td.TdClassName
{
border-color: #F06000;
}
.TagClassName
{
border-color: #F06000;
}
</style>