Shades of Persimmon #F04E18
Tints of Persimmon #F04E18
RGB
CMYK
RGB Variations
Color information
#F04E18 (or 0xF04E18) is known color: Persimmon. HEX triplet: F0, 4E and 18. RGB value is (240,78,24). Sum of RGB (Red+Green+Blue) = 240+78+24=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04E18 is #0FB1E7. Grayscale: #787878. Windows color (decimal): -1028584 or 1593072. OLE color: 1593072.
HSL color Cylindrical-coordinate representation of color #F04E18: hue angle of 15º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F04E18 is Cyan = 0, Magento = 0.68, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 24 | - |
| CMYK | 0 | 0.68 | 0.9 | 0.06 |
| HSL | 15º | 0.88% | 0.52% | - |
| HSV(B) | 15º | 0.9% | 0.94% | - |
| XYZ | 38.82 | 24.04 | 3.46 | - |
| YUV | 120.28 | 73.67 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 24 | 0 | 0.68 | 0.9 | 0.06 | 15 | 0.88 | 0.52 |
| Hex | F0 | 4E | 18 | 0 | 44 | 5A | 6 | F | 58 | 34 |
| Octal | 360 | 116 | 30 | 0 | 104 | 132 | 6 | 17 | 130 | 64 |
| Binary | 11110000 | 1001110 | 11000 | 0 | 1000100 | 1011010 | 110 | 1111 | 1011000 | 110100 |
Color Harmonies of #F04E18
Complementary color
Monochromatic Colors of #F04E18
Black with #F04E18
Text Example
Text Example
White with #F04E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04E18; }
p { color: rgb(240,78,24); }
H1.HeaderClassName
{
color: #F04E18;
}
.AnyTagClassName
{
color: #F04E18;
}
</style>
background-color css
<style>
a { background-color: #F04E18; }
a { background-color: rgb(240,78,24); }
div.DivClassName
{
background-color: #F04E18;
}
.BgClassName
{
background-color: #F04E18;
}
</style>
border-color css
<style>
span { border-color: #F04E18; }
span { border-color: rgb(240,78,24); }
td.TdClassName
{
border-color: #F04E18;
}
.TagClassName
{
border-color: #F04E18;
}
</style>