Shades of Persimmon #F14F17
Tints of Persimmon #F14F17
RGB
CMYK
RGB Variations
Color information
#F14F17 (or 0xF14F17) is known color: Persimmon. HEX triplet: F1, 4F and 17. RGB value is (241,79,23). Sum of RGB (Red+Green+Blue) = 241+79+23=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F14F17 is #0EB0E8. Grayscale: #797979. Windows color (decimal): -962793 or 1527793. OLE color: 1527793.
HSL color Cylindrical-coordinate representation of color #F14F17: hue angle of 15.41º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F14F17 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 79 | 23 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.05 |
| HSL | 15.41º | 0.89% | 0.52% | - |
| HSV(B) | 15.41º | 0.9% | 0.95% | - |
| XYZ | 39.23 | 24.35 | 3.44 | - |
| YUV | 121.05 | 72.67 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 79 | 23 | 0 | 0.67 | 0.90 | 0.05 | 15.41 | 0.89 | 0.52 |
| Hex | F1 | 4F | 17 | 0 | 43 | 5A | 5 | F | 59 | 34 |
| Octal | 361 | 117 | 27 | 0 | 103 | 132 | 5 | 17 | 131 | 64 |
| Binary | 11110001 | 1001111 | 10111 | 0 | 1000011 | 1011010 | 101 | 1111 | 1011001 | 110100 |
Color Harmonies of #F14F17
Complementary color
Monochromatic Colors of #F14F17
Black with #F14F17
Text Example
Text Example
White with #F14F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14F17; }
p { color: rgb(241,79,23); }
H1.HeaderClassName
{
color: #F14F17;
}
.AnyTagClassName
{
color: #F14F17;
}
</style>
background-color css
<style>
a { background-color: #F14F17; }
a { background-color: rgb(241,79,23); }
div.DivClassName
{
background-color: #F14F17;
}
.BgClassName
{
background-color: #F14F17;
}
</style>
border-color css
<style>
span { border-color: #F14F17; }
span { border-color: rgb(241,79,23); }
td.TdClassName
{
border-color: #F14F17;
}
.TagClassName
{
border-color: #F14F17;
}
</style>