Shades of Persimmon #F14F0E
Tints of Persimmon #F14F0E
RGB
CMYK
RGB Variations
Color information
#F14F0E (or 0xF14F0E) is known color: Persimmon. HEX triplet: F1, 4F and 0E. RGB value is (241,79,14). Sum of RGB (Red+Green+Blue) = 241+79+14=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F14F0E is #0EB0F1. Grayscale: #787878. Windows color (decimal): -962802 or 937969. OLE color: 937969.
HSL color Cylindrical-coordinate representation of color #F14F0E: hue angle of 17.18º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F14F0E is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 79 | 14 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.05 |
| HSL | 17.18º | 0.89% | 0.5% | - |
| HSV(B) | 17.18º | 0.94% | 0.95% | - |
| XYZ | 39.15 | 24.32 | 3.05 | - |
| YUV | 120.03 | 68.17 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 79 | 14 | 0 | 0.67 | 0.94 | 0.05 | 17.18 | 0.89 | 0.5 |
| Hex | F1 | 4F | E | 0 | 43 | 5E | 5 | 11 | 59 | 32 |
| Octal | 361 | 117 | 16 | 0 | 103 | 136 | 5 | 21 | 131 | 62 |
| Binary | 11110001 | 1001111 | 1110 | 0 | 1000011 | 1011110 | 101 | 10001 | 1011001 | 110010 |
Color Harmonies of #F14F0E
Complementary color
Monochromatic Colors of #F14F0E
Black with #F14F0E
Text Example
Text Example
White with #F14F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14F0E; }
p { color: rgb(241,79,14); }
H1.HeaderClassName
{
color: #F14F0E;
}
.AnyTagClassName
{
color: #F14F0E;
}
</style>
background-color css
<style>
a { background-color: #F14F0E; }
a { background-color: rgb(241,79,14); }
div.DivClassName
{
background-color: #F14F0E;
}
.BgClassName
{
background-color: #F14F0E;
}
</style>
border-color css
<style>
span { border-color: #F14F0E; }
span { border-color: rgb(241,79,14); }
td.TdClassName
{
border-color: #F14F0E;
}
.TagClassName
{
border-color: #F14F0E;
}
</style>