Shades of Persimmon #F0660E
Tints of Persimmon #F0660E
RGB
CMYK
RGB Variations
Color information
#F0660E (or 0xF0660E) is known color: Persimmon. HEX triplet: F0, 66 and 0E. RGB value is (240,102,14). Sum of RGB (Red+Green+Blue) = 240+102+14=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F0660E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0660E is #0F99F1. Grayscale: #858585. Windows color (decimal): -1022450 or 943856. OLE color: 943856.
HSL color Cylindrical-coordinate representation of color #F0660E: hue angle of 23.36º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0660E is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 14 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.06 |
| HSL | 23.36º | 0.89% | 0.5% | - |
| HSV(B) | 23.36º | 0.94% | 0.94% | - |
| XYZ | 40.77 | 28.06 | 3.68 | - |
| YUV | 133.23 | 60.72 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 14 | 0 | 0.58 | 0.94 | 0.06 | 23.36 | 0.89 | 0.5 |
| Hex | F0 | 66 | E | 0 | 3A | 5E | 6 | 17 | 59 | 32 |
| Octal | 360 | 146 | 16 | 0 | 72 | 136 | 6 | 27 | 131 | 62 |
| Binary | 11110000 | 1100110 | 1110 | 0 | 111010 | 1011110 | 110 | 10111 | 1011001 | 110010 |
Color Harmonies of #F0660E
Complementary color
Monochromatic Colors of #F0660E
Black with #F0660E
Text Example
Text Example
White with #F0660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0660E; }
p { color: rgb(240,102,14); }
H1.HeaderClassName
{
color: #F0660E;
}
.AnyTagClassName
{
color: #F0660E;
}
</style>
background-color css
<style>
a { background-color: #F0660E; }
a { background-color: rgb(240,102,14); }
div.DivClassName
{
background-color: #F0660E;
}
.BgClassName
{
background-color: #F0660E;
}
</style>
border-color css
<style>
span { border-color: #F0660E; }
span { border-color: rgb(240,102,14); }
td.TdClassName
{
border-color: #F0660E;
}
.TagClassName
{
border-color: #F0660E;
}
</style>