Shades of Persimmon #F0500E
Tints of Persimmon #F0500E
RGB
CMYK
RGB Variations
Color information
#F0500E (or 0xF0500E) is known color: Persimmon. HEX triplet: F0, 50 and 0E. RGB value is (240,80,14). Sum of RGB (Red+Green+Blue) = 240+80+14=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F0500E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0500E is #0FAFF1. Grayscale: #787878. Windows color (decimal): -1028082 or 938224. OLE color: 938224.
HSL color Cylindrical-coordinate representation of color #F0500E: hue angle of 17.52º 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 #F0500E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.06 |
| HSL | 17.52º | 0.89% | 0.5% | - |
| HSV(B) | 17.52º | 0.94% | 0.94% | - |
| XYZ | 38.88 | 24.29 | 3.06 | - |
| YUV | 120.32 | 68.01 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 14 | 0 | 0.67 | 0.94 | 0.06 | 17.52 | 0.89 | 0.5 |
| Hex | F0 | 50 | E | 0 | 43 | 5E | 6 | 12 | 59 | 32 |
| Octal | 360 | 120 | 16 | 0 | 103 | 136 | 6 | 22 | 131 | 62 |
| Binary | 11110000 | 1010000 | 1110 | 0 | 1000011 | 1011110 | 110 | 10010 | 1011001 | 110010 |
Color Harmonies of #F0500E
Complementary color
Monochromatic Colors of #F0500E
Black with #F0500E
Text Example
Text Example
White with #F0500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0500E; }
p { color: rgb(240,80,14); }
H1.HeaderClassName
{
color: #F0500E;
}
.AnyTagClassName
{
color: #F0500E;
}
</style>
background-color css
<style>
a { background-color: #F0500E; }
a { background-color: rgb(240,80,14); }
div.DivClassName
{
background-color: #F0500E;
}
.BgClassName
{
background-color: #F0500E;
}
</style>
border-color css
<style>
span { border-color: #F0500E; }
span { border-color: rgb(240,80,14); }
td.TdClassName
{
border-color: #F0500E;
}
.TagClassName
{
border-color: #F0500E;
}
</style>