Shades of Persimmon #F06609
Tints of Persimmon #F06609
RGB
CMYK
RGB Variations
Color information
#F06609 (or 0xF06609) is known color: Persimmon. HEX triplet: F0, 66 and 09. RGB value is (240,102,9). Sum of RGB (Red+Green+Blue) = 240+102+9=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F06609 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06609 is #0F99F6. Grayscale: #858585. Windows color (decimal): -1022455 or 616176. OLE color: 616176.
HSL color Cylindrical-coordinate representation of color #F06609: hue angle of 24.16º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F06609 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 9 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.06 |
| HSL | 24.16º | 0.93% | 0.49% | - |
| HSV(B) | 24.16º | 0.96% | 0.94% | - |
| XYZ | 40.74 | 28.05 | 3.53 | - |
| YUV | 132.66 | 58.22 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 9 | 0 | 0.58 | 0.96 | 0.06 | 24.16 | 0.93 | 0.49 |
| Hex | F0 | 66 | 9 | 0 | 3A | 60 | 6 | 18 | 5D | 31 |
| Octal | 360 | 146 | 11 | 0 | 72 | 140 | 6 | 30 | 135 | 61 |
| Binary | 11110000 | 1100110 | 1001 | 0 | 111010 | 1100000 | 110 | 11000 | 1011101 | 110001 |
Color Harmonies of #F06609
Complementary color
Monochromatic Colors of #F06609
Black with #F06609
Text Example
Text Example
White with #F06609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06609; }
p { color: rgb(240,102,9); }
H1.HeaderClassName
{
color: #F06609;
}
.AnyTagClassName
{
color: #F06609;
}
</style>
background-color css
<style>
a { background-color: #F06609; }
a { background-color: rgb(240,102,9); }
div.DivClassName
{
background-color: #F06609;
}
.BgClassName
{
background-color: #F06609;
}
</style>
border-color css
<style>
span { border-color: #F06609; }
span { border-color: rgb(240,102,9); }
td.TdClassName
{
border-color: #F06609;
}
.TagClassName
{
border-color: #F06609;
}
</style>