Shades of Persimmon #F15219
Tints of Persimmon #F15219
RGB
CMYK
RGB Variations
Color information
#F15219 (or 0xF15219) is known color: Persimmon. HEX triplet: F1, 52 and 19. RGB value is (241,82,25). Sum of RGB (Red+Green+Blue) = 241+82+25=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F15219 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15219 is #0EADE6. Grayscale: #7B7B7B. Windows color (decimal): -962023 or 1659633. OLE color: 1659633.
HSL color Cylindrical-coordinate representation of color #F15219: hue angle of 15.83º 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 #F15219 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 25 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.05 |
| HSL | 15.83º | 0.89% | 0.52% | - |
| HSV(B) | 15.83º | 0.9% | 0.95% | - |
| XYZ | 39.47 | 24.81 | 3.63 | - |
| YUV | 123.04 | 72.68 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 25 | 0 | 0.66 | 0.90 | 0.05 | 15.83 | 0.89 | 0.52 |
| Hex | F1 | 52 | 19 | 0 | 42 | 5A | 5 | 10 | 59 | 34 |
| Octal | 361 | 122 | 31 | 0 | 102 | 132 | 5 | 20 | 131 | 64 |
| Binary | 11110001 | 1010010 | 11001 | 0 | 1000010 | 1011010 | 101 | 10000 | 1011001 | 110100 |
Color Harmonies of #F15219
Complementary color
Monochromatic Colors of #F15219
Black with #F15219
Text Example
Text Example
White with #F15219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15219; }
p { color: rgb(241,82,25); }
H1.HeaderClassName
{
color: #F15219;
}
.AnyTagClassName
{
color: #F15219;
}
</style>
background-color css
<style>
a { background-color: #F15219; }
a { background-color: rgb(241,82,25); }
div.DivClassName
{
background-color: #F15219;
}
.BgClassName
{
background-color: #F15219;
}
</style>
border-color css
<style>
span { border-color: #F15219; }
span { border-color: rgb(241,82,25); }
td.TdClassName
{
border-color: #F15219;
}
.TagClassName
{
border-color: #F15219;
}
</style>