Shades of Persimmon #F15E0F
Tints of Persimmon #F15E0F
RGB
CMYK
RGB Variations
Color information
#F15E0F (or 0xF15E0F) is known color: Persimmon. HEX triplet: F1, 5E and 0F. RGB value is (241,94,15). Sum of RGB (Red+Green+Blue) = 241+94+15=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F15E0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15E0F is #0EA1F0. Grayscale: #818181. Windows color (decimal): -958961 or 1007345. OLE color: 1007345.
HSL color Cylindrical-coordinate representation of color #F15E0F: hue angle of 20.97º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F15E0F is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 94 | 15 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.05 |
| HSL | 20.97º | 0.89% | 0.5% | - |
| HSV(B) | 20.97º | 0.94% | 0.95% | - |
| XYZ | 40.36 | 26.74 | 3.49 | - |
| YUV | 128.95 | 63.7 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 94 | 15 | 0 | 0.61 | 0.94 | 0.05 | 20.97 | 0.89 | 0.5 |
| Hex | F1 | 5E | F | 0 | 3D | 5E | 5 | 15 | 59 | 32 |
| Octal | 361 | 136 | 17 | 0 | 75 | 136 | 5 | 25 | 131 | 62 |
| Binary | 11110001 | 1011110 | 1111 | 0 | 111101 | 1011110 | 101 | 10101 | 1011001 | 110010 |
Color Harmonies of #F15E0F
Complementary color
Monochromatic Colors of #F15E0F
Black with #F15E0F
Text Example
Text Example
White with #F15E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15E0F; }
p { color: rgb(241,94,15); }
H1.HeaderClassName
{
color: #F15E0F;
}
.AnyTagClassName
{
color: #F15E0F;
}
</style>
background-color css
<style>
a { background-color: #F15E0F; }
a { background-color: rgb(241,94,15); }
div.DivClassName
{
background-color: #F15E0F;
}
.BgClassName
{
background-color: #F15E0F;
}
</style>
border-color css
<style>
span { border-color: #F15E0F; }
span { border-color: rgb(241,94,15); }
td.TdClassName
{
border-color: #F15E0F;
}
.TagClassName
{
border-color: #F15E0F;
}
</style>