Shades of Persimmon #F15018
Tints of Persimmon #F15018
RGB
CMYK
RGB Variations
Color information
#F15018 (or 0xF15018) is known color: Persimmon. HEX triplet: F1, 50 and 18. RGB value is (241,80,24). Sum of RGB (Red+Green+Blue) = 241+80+24=345 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.86% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 241 - color contains mainly: red. Hex color #F15018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15018 is #0EAFE7. Grayscale: #7A7A7A. Windows color (decimal): -962536 or 1593585. OLE color: 1593585.
HSL color Cylindrical-coordinate representation of color #F15018: hue angle of 15.48º 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 #F15018 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 24 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.05 |
| HSL | 15.48º | 0.89% | 0.52% | - |
| HSV(B) | 15.48º | 0.9% | 0.95% | - |
| XYZ | 39.31 | 24.5 | 3.52 | - |
| YUV | 121.76 | 72.84 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 24 | 0 | 0.67 | 0.90 | 0.05 | 15.48 | 0.89 | 0.52 |
| Hex | F1 | 50 | 18 | 0 | 43 | 5A | 5 | F | 59 | 34 |
| Octal | 361 | 120 | 30 | 0 | 103 | 132 | 5 | 17 | 131 | 64 |
| Binary | 11110001 | 1010000 | 11000 | 0 | 1000011 | 1011010 | 101 | 1111 | 1011001 | 110100 |
Color Harmonies of #F15018
Complementary color
Monochromatic Colors of #F15018
Black with #F15018
Text Example
Text Example
White with #F15018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15018; }
p { color: rgb(241,80,24); }
H1.HeaderClassName
{
color: #F15018;
}
.AnyTagClassName
{
color: #F15018;
}
</style>
background-color css
<style>
a { background-color: #F15018; }
a { background-color: rgb(241,80,24); }
div.DivClassName
{
background-color: #F15018;
}
.BgClassName
{
background-color: #F15018;
}
</style>
border-color css
<style>
span { border-color: #F15018; }
span { border-color: rgb(241,80,24); }
td.TdClassName
{
border-color: #F15018;
}
.TagClassName
{
border-color: #F15018;
}
</style>