Shades of Persimmon #F14E0A
Tints of Persimmon #F14E0A
RGB
CMYK
RGB Variations
Color information
#F14E0A (or 0xF14E0A) is known color: Persimmon. HEX triplet: F1, 4E and 0A. RGB value is (241,78,10). Sum of RGB (Red+Green+Blue) = 241+78+10=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F14E0A is #0EB1F5. Grayscale: #777777. Windows color (decimal): -963062 or 675569. OLE color: 675569.
HSL color Cylindrical-coordinate representation of color #F14E0A: hue angle of 17.66º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F14E0A is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 10 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.05 |
| HSL | 17.66º | 0.92% | 0.49% | - |
| HSV(B) | 17.66º | 0.96% | 0.95% | - |
| XYZ | 39.05 | 24.17 | 2.89 | - |
| YUV | 118.99 | 66.5 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 10 | 0 | 0.68 | 0.96 | 0.05 | 17.66 | 0.92 | 0.49 |
| Hex | F1 | 4E | A | 0 | 44 | 60 | 5 | 12 | 5C | 31 |
| Octal | 361 | 116 | 12 | 0 | 104 | 140 | 5 | 22 | 134 | 61 |
| Binary | 11110001 | 1001110 | 1010 | 0 | 1000100 | 1100000 | 101 | 10010 | 1011100 | 110001 |
Color Harmonies of #F14E0A
Complementary color
Monochromatic Colors of #F14E0A
Black with #F14E0A
Text Example
Text Example
White with #F14E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14E0A; }
p { color: rgb(241,78,10); }
H1.HeaderClassName
{
color: #F14E0A;
}
.AnyTagClassName
{
color: #F14E0A;
}
</style>
background-color css
<style>
a { background-color: #F14E0A; }
a { background-color: rgb(241,78,10); }
div.DivClassName
{
background-color: #F14E0A;
}
.BgClassName
{
background-color: #F14E0A;
}
</style>
border-color css
<style>
span { border-color: #F14E0A; }
span { border-color: rgb(241,78,10); }
td.TdClassName
{
border-color: #F14E0A;
}
.TagClassName
{
border-color: #F14E0A;
}
</style>