Shades of Persimmon #F15D15
Tints of Persimmon #F15D15
RGB
CMYK
RGB Variations
Color information
#F15D15 (or 0xF15D15) is known color: Persimmon. HEX triplet: F1, 5D and 15. RGB value is (241,93,21). Sum of RGB (Red+Green+Blue) = 241+93+21=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15D15 is #0EA2EA. Grayscale: #818181. Windows color (decimal): -959211 or 1400305. OLE color: 1400305.
HSL color Cylindrical-coordinate representation of color #F15D15: hue angle of 19.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F15D15 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 21 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.05 |
| HSL | 19.64º | 0.89% | 0.51% | - |
| HSV(B) | 19.64º | 0.91% | 0.95% | - |
| XYZ | 40.33 | 26.58 | 3.72 | - |
| YUV | 129.04 | 67.03 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 21 | 0 | 0.61 | 0.91 | 0.05 | 19.64 | 0.89 | 0.51 |
| Hex | F1 | 5D | 15 | 0 | 3D | 5B | 5 | 14 | 59 | 33 |
| Octal | 361 | 135 | 25 | 0 | 75 | 133 | 5 | 24 | 131 | 63 |
| Binary | 11110001 | 1011101 | 10101 | 0 | 111101 | 1011011 | 101 | 10100 | 1011001 | 110011 |
Color Harmonies of #F15D15
Complementary color
Monochromatic Colors of #F15D15
Black with #F15D15
Text Example
Text Example
White with #F15D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15D15; }
p { color: rgb(241,93,21); }
H1.HeaderClassName
{
color: #F15D15;
}
.AnyTagClassName
{
color: #F15D15;
}
</style>
background-color css
<style>
a { background-color: #F15D15; }
a { background-color: rgb(241,93,21); }
div.DivClassName
{
background-color: #F15D15;
}
.BgClassName
{
background-color: #F15D15;
}
</style>
border-color css
<style>
span { border-color: #F15D15; }
span { border-color: rgb(241,93,21); }
td.TdClassName
{
border-color: #F15D15;
}
.TagClassName
{
border-color: #F15D15;
}
</style>