Shades of Persimmon #F1520E
Tints of Persimmon #F1520E
RGB
CMYK
RGB Variations
Color information
#F1520E (or 0xF1520E) is known color: Persimmon. HEX triplet: F1, 52 and 0E. RGB value is (241,82,14). Sum of RGB (Red+Green+Blue) = 241+82+14=337 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.51% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 241 - color contains mainly: red. Hex color #F1520E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1520E is #0EADF1. Grayscale: #7A7A7A. Windows color (decimal): -962034 or 938737. OLE color: 938737.
HSL color Cylindrical-coordinate representation of color #F1520E: hue angle of 17.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 #F1520E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 14 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.05 |
| HSL | 17.97º | 0.89% | 0.5% | - |
| HSV(B) | 17.97º | 0.94% | 0.95% | - |
| XYZ | 39.37 | 24.77 | 3.12 | - |
| YUV | 121.79 | 67.18 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 14 | 0 | 0.66 | 0.94 | 0.05 | 17.97 | 0.89 | 0.5 |
| Hex | F1 | 52 | E | 0 | 42 | 5E | 5 | 12 | 59 | 32 |
| Octal | 361 | 122 | 16 | 0 | 102 | 136 | 5 | 22 | 131 | 62 |
| Binary | 11110001 | 1010010 | 1110 | 0 | 1000010 | 1011110 | 101 | 10010 | 1011001 | 110010 |
Color Harmonies of #F1520E
Complementary color
Monochromatic Colors of #F1520E
Black with #F1520E
Text Example
Text Example
White with #F1520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1520E; }
p { color: rgb(241,82,14); }
H1.HeaderClassName
{
color: #F1520E;
}
.AnyTagClassName
{
color: #F1520E;
}
</style>
background-color css
<style>
a { background-color: #F1520E; }
a { background-color: rgb(241,82,14); }
div.DivClassName
{
background-color: #F1520E;
}
.BgClassName
{
background-color: #F1520E;
}
</style>
border-color css
<style>
span { border-color: #F1520E; }
span { border-color: rgb(241,82,14); }
td.TdClassName
{
border-color: #F1520E;
}
.TagClassName
{
border-color: #F1520E;
}
</style>