Shades of Persimmon #F15516
Tints of Persimmon #F15516
RGB
CMYK
RGB Variations
Color information
#F15516 (or 0xF15516) is known color: Persimmon. HEX triplet: F1, 55 and 16. RGB value is (241,85,22). Sum of RGB (Red+Green+Blue) = 241+85+22=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F15516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15516 is #0EAAE9. Grayscale: #7C7C7C. Windows color (decimal): -961258 or 1463793. OLE color: 1463793.
HSL color Cylindrical-coordinate representation of color #F15516: hue angle of 17.26º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F15516 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 22 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.05 |
| HSL | 17.26º | 0.89% | 0.52% | - |
| HSV(B) | 17.26º | 0.91% | 0.95% | - |
| XYZ | 39.67 | 25.26 | 3.54 | - |
| YUV | 124.46 | 70.18 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 22 | 0 | 0.65 | 0.91 | 0.05 | 17.26 | 0.89 | 0.52 |
| Hex | F1 | 55 | 16 | 0 | 41 | 5B | 5 | 11 | 59 | 34 |
| Octal | 361 | 125 | 26 | 0 | 101 | 133 | 5 | 21 | 131 | 64 |
| Binary | 11110001 | 1010101 | 10110 | 0 | 1000001 | 1011011 | 101 | 10001 | 1011001 | 110100 |
Color Harmonies of #F15516
Complementary color
Monochromatic Colors of #F15516
Black with #F15516
Text Example
Text Example
White with #F15516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15516; }
p { color: rgb(241,85,22); }
H1.HeaderClassName
{
color: #F15516;
}
.AnyTagClassName
{
color: #F15516;
}
</style>
background-color css
<style>
a { background-color: #F15516; }
a { background-color: rgb(241,85,22); }
div.DivClassName
{
background-color: #F15516;
}
.BgClassName
{
background-color: #F15516;
}
</style>
border-color css
<style>
span { border-color: #F15516; }
span { border-color: rgb(241,85,22); }
td.TdClassName
{
border-color: #F15516;
}
.TagClassName
{
border-color: #F15516;
}
</style>