Shades of Persimmon #F04F0E
Tints of Persimmon #F04F0E
RGB
CMYK
RGB Variations
Color information
#F04F0E (or 0xF04F0E) is known color: Persimmon. HEX triplet: F0, 4F and 0E. RGB value is (240,79,14). Sum of RGB (Red+Green+Blue) = 240+79+14=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04F0E is #0FB0F1. Grayscale: #787878. Windows color (decimal): -1028338 or 937968. OLE color: 937968.
HSL color Cylindrical-coordinate representation of color #F04F0E: hue angle of 17.26º 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 #F04F0E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.06 |
| HSL | 17.26º | 0.89% | 0.5% | - |
| HSV(B) | 17.26º | 0.94% | 0.94% | - |
| XYZ | 38.81 | 24.15 | 3.03 | - |
| YUV | 119.73 | 68.34 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 14 | 0 | 0.67 | 0.94 | 0.06 | 17.26 | 0.89 | 0.5 |
| Hex | F0 | 4F | E | 0 | 43 | 5E | 6 | 11 | 59 | 32 |
| Octal | 360 | 117 | 16 | 0 | 103 | 136 | 6 | 21 | 131 | 62 |
| Binary | 11110000 | 1001111 | 1110 | 0 | 1000011 | 1011110 | 110 | 10001 | 1011001 | 110010 |
Color Harmonies of #F04F0E
Complementary color
Monochromatic Colors of #F04F0E
Black with #F04F0E
Text Example
Text Example
White with #F04F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F0E; }
p { color: rgb(240,79,14); }
H1.HeaderClassName
{
color: #F04F0E;
}
.AnyTagClassName
{
color: #F04F0E;
}
</style>
background-color css
<style>
a { background-color: #F04F0E; }
a { background-color: rgb(240,79,14); }
div.DivClassName
{
background-color: #F04F0E;
}
.BgClassName
{
background-color: #F04F0E;
}
</style>
border-color css
<style>
span { border-color: #F04F0E; }
span { border-color: rgb(240,79,14); }
td.TdClassName
{
border-color: #F04F0E;
}
.TagClassName
{
border-color: #F04F0E;
}
</style>