Shades of Persimmon #F0510E
Tints of Persimmon #F0510E
RGB
CMYK
RGB Variations
Color information
#F0510E (or 0xF0510E) is known color: Persimmon. HEX triplet: F0, 51 and 0E. RGB value is (240,81,14). Sum of RGB (Red+Green+Blue) = 240+81+14=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F0510E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0510E is #0FAEF1. Grayscale: #797979. Windows color (decimal): -1027826 or 938480. OLE color: 938480.
HSL color Cylindrical-coordinate representation of color #F0510E: hue angle of 17.79º 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 #F0510E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 14 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.06 |
| HSL | 17.79º | 0.89% | 0.5% | - |
| HSV(B) | 17.79º | 0.94% | 0.94% | - |
| XYZ | 38.96 | 24.44 | 3.08 | - |
| YUV | 120.9 | 67.68 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 14 | 0 | 0.66 | 0.94 | 0.06 | 17.79 | 0.89 | 0.5 |
| Hex | F0 | 51 | E | 0 | 42 | 5E | 6 | 12 | 59 | 32 |
| Octal | 360 | 121 | 16 | 0 | 102 | 136 | 6 | 22 | 131 | 62 |
| Binary | 11110000 | 1010001 | 1110 | 0 | 1000010 | 1011110 | 110 | 10010 | 1011001 | 110010 |
Color Harmonies of #F0510E
Complementary color
Monochromatic Colors of #F0510E
Black with #F0510E
Text Example
Text Example
White with #F0510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0510E; }
p { color: rgb(240,81,14); }
H1.HeaderClassName
{
color: #F0510E;
}
.AnyTagClassName
{
color: #F0510E;
}
</style>
background-color css
<style>
a { background-color: #F0510E; }
a { background-color: rgb(240,81,14); }
div.DivClassName
{
background-color: #F0510E;
}
.BgClassName
{
background-color: #F0510E;
}
</style>
border-color css
<style>
span { border-color: #F0510E; }
span { border-color: rgb(240,81,14); }
td.TdClassName
{
border-color: #F0510E;
}
.TagClassName
{
border-color: #F0510E;
}
</style>