Shades of Persimmon #F06008
Tints of Persimmon #F06008
RGB
CMYK
RGB Variations
Color information
#F06008 (or 0xF06008) is known color: Persimmon. HEX triplet: F0, 60 and 08. RGB value is (240,96,8). Sum of RGB (Red+Green+Blue) = 240+96+8=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F06008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06008 is #0F9FF7. Grayscale: #818181. Windows color (decimal): -1023992 or 549104. OLE color: 549104.
HSL color Cylindrical-coordinate representation of color #F06008: hue angle of 22.76º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F06008 is Cyan = 0, Magento = 0.6, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 8 | - |
| CMYK | 0 | 0.6 | 0.97 | 0.06 |
| HSL | 22.76º | 0.94% | 0.49% | - |
| HSV(B) | 22.76º | 0.97% | 0.94% | - |
| XYZ | 40.16 | 26.91 | 3.31 | - |
| YUV | 129.02 | 59.71 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 8 | 0 | 0.6 | 0.97 | 0.06 | 22.76 | 0.94 | 0.49 |
| Hex | F0 | 60 | 8 | 0 | 3C | 61 | 6 | 17 | 5E | 31 |
| Octal | 360 | 140 | 10 | 0 | 74 | 141 | 6 | 27 | 136 | 61 |
| Binary | 11110000 | 1100000 | 1000 | 0 | 111100 | 1100001 | 110 | 10111 | 1011110 | 110001 |
Color Harmonies of #F06008
Complementary color
Monochromatic Colors of #F06008
Black with #F06008
Text Example
Text Example
White with #F06008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06008; }
p { color: rgb(240,96,8); }
H1.HeaderClassName
{
color: #F06008;
}
.AnyTagClassName
{
color: #F06008;
}
</style>
background-color css
<style>
a { background-color: #F06008; }
a { background-color: rgb(240,96,8); }
div.DivClassName
{
background-color: #F06008;
}
.BgClassName
{
background-color: #F06008;
}
</style>
border-color css
<style>
span { border-color: #F06008; }
span { border-color: rgb(240,96,8); }
td.TdClassName
{
border-color: #F06008;
}
.TagClassName
{
border-color: #F06008;
}
</style>