Shades of Persimmon #F0660F
Tints of Persimmon #F0660F
RGB
CMYK
RGB Variations
Color information
#F0660F (or 0xF0660F) is known color: Persimmon. HEX triplet: F0, 66 and 0F. RGB value is (240,102,15). Sum of RGB (Red+Green+Blue) = 240+102+15=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F0660F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0660F is #0F99F0. Grayscale: #858585. Windows color (decimal): -1022449 or 1009392. OLE color: 1009392.
HSL color Cylindrical-coordinate representation of color #F0660F: hue angle of 23.2º degrees, saturation: 0.88, 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 #F0660F is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 15 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.06 |
| HSL | 23.2º | 0.88% | 0.5% | - |
| HSV(B) | 23.2º | 0.94% | 0.94% | - |
| XYZ | 40.77 | 28.06 | 3.72 | - |
| YUV | 133.34 | 61.22 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 15 | 0 | 0.58 | 0.94 | 0.06 | 23.2 | 0.88 | 0.5 |
| Hex | F0 | 66 | F | 0 | 3A | 5E | 6 | 17 | 58 | 32 |
| Octal | 360 | 146 | 17 | 0 | 72 | 136 | 6 | 27 | 130 | 62 |
| Binary | 11110000 | 1100110 | 1111 | 0 | 111010 | 1011110 | 110 | 10111 | 1011000 | 110010 |
Color Harmonies of #F0660F
Complementary color
Monochromatic Colors of #F0660F
Black with #F0660F
Text Example
Text Example
White with #F0660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0660F; }
p { color: rgb(240,102,15); }
H1.HeaderClassName
{
color: #F0660F;
}
.AnyTagClassName
{
color: #F0660F;
}
</style>
background-color css
<style>
a { background-color: #F0660F; }
a { background-color: rgb(240,102,15); }
div.DivClassName
{
background-color: #F0660F;
}
.BgClassName
{
background-color: #F0660F;
}
</style>
border-color css
<style>
span { border-color: #F0660F; }
span { border-color: rgb(240,102,15); }
td.TdClassName
{
border-color: #F0660F;
}
.TagClassName
{
border-color: #F0660F;
}
</style>