Shades of Persimmon #F06607
Tints of Persimmon #F06607
RGB
CMYK
RGB Variations
Color information
#F06607 (or 0xF06607) is known color: Persimmon. HEX triplet: F0, 66 and 07. RGB value is (240,102,7). Sum of RGB (Red+Green+Blue) = 240+102+7=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 7 (3.12% from 255 or 2.01% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F06607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06607 is #0F99F8. Grayscale: #848484. Windows color (decimal): -1022457 or 485104. OLE color: 485104.
HSL color Cylindrical-coordinate representation of color #F06607: hue angle of 24.46º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F06607 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 7 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.06 |
| HSL | 24.46º | 0.94% | 0.48% | - |
| HSV(B) | 24.46º | 0.97% | 0.94% | - |
| XYZ | 40.72 | 28.04 | 3.47 | - |
| YUV | 132.43 | 57.22 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 7 | 0 | 0.58 | 0.97 | 0.06 | 24.46 | 0.94 | 0.48 |
| Hex | F0 | 66 | 7 | 0 | 3A | 61 | 6 | 18 | 5E | 30 |
| Octal | 360 | 146 | 7 | 0 | 72 | 141 | 6 | 30 | 136 | 60 |
| Binary | 11110000 | 1100110 | 111 | 0 | 111010 | 1100001 | 110 | 11000 | 1011110 | 110000 |
Color Harmonies of #F06607
Complementary color
Monochromatic Colors of #F06607
Black with #F06607
Text Example
Text Example
White with #F06607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06607; }
p { color: rgb(240,102,7); }
H1.HeaderClassName
{
color: #F06607;
}
.AnyTagClassName
{
color: #F06607;
}
</style>
background-color css
<style>
a { background-color: #F06607; }
a { background-color: rgb(240,102,7); }
div.DivClassName
{
background-color: #F06607;
}
.BgClassName
{
background-color: #F06607;
}
</style>
border-color css
<style>
span { border-color: #F06607; }
span { border-color: rgb(240,102,7); }
td.TdClassName
{
border-color: #F06607;
}
.TagClassName
{
border-color: #F06607;
}
</style>