Shades of Persimmon #F15019
Tints of Persimmon #F15019
RGB
CMYK
RGB Variations
Color information
#F15019 (or 0xF15019) is known color: Persimmon. HEX triplet: F1, 50 and 19. RGB value is (241,80,25). Sum of RGB (Red+Green+Blue) = 241+80+25=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F15019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15019 is #0EAFE6. Grayscale: #7A7A7A. Windows color (decimal): -962535 or 1659121. OLE color: 1659121.
HSL color Cylindrical-coordinate representation of color #F15019: hue angle of 15.28º 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 #F15019 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 25 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.05 |
| HSL | 15.28º | 0.89% | 0.52% | - |
| HSV(B) | 15.28º | 0.9% | 0.95% | - |
| XYZ | 39.32 | 24.51 | 3.58 | - |
| YUV | 121.87 | 73.34 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 25 | 0 | 0.67 | 0.90 | 0.05 | 15.28 | 0.89 | 0.52 |
| Hex | F1 | 50 | 19 | 0 | 43 | 5A | 5 | F | 59 | 34 |
| Octal | 361 | 120 | 31 | 0 | 103 | 132 | 5 | 17 | 131 | 64 |
| Binary | 11110001 | 1010000 | 11001 | 0 | 1000011 | 1011010 | 101 | 1111 | 1011001 | 110100 |
Color Harmonies of #F15019
Complementary color
Monochromatic Colors of #F15019
Black with #F15019
Text Example
Text Example
White with #F15019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15019; }
p { color: rgb(241,80,25); }
H1.HeaderClassName
{
color: #F15019;
}
.AnyTagClassName
{
color: #F15019;
}
</style>
background-color css
<style>
a { background-color: #F15019; }
a { background-color: rgb(241,80,25); }
div.DivClassName
{
background-color: #F15019;
}
.BgClassName
{
background-color: #F15019;
}
</style>
border-color css
<style>
span { border-color: #F15019; }
span { border-color: rgb(241,80,25); }
td.TdClassName
{
border-color: #F15019;
}
.TagClassName
{
border-color: #F15019;
}
</style>