Shades of Persimmon #F1520D
Tints of Persimmon #F1520D
RGB
CMYK
RGB Variations
Color information
#F1520D (or 0xF1520D) is known color: Persimmon. HEX triplet: F1, 52 and 0D. RGB value is (241,82,13). Sum of RGB (Red+Green+Blue) = 241+82+13=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F1520D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1520D is #0EADF2. Grayscale: #7A7A7A. Windows color (decimal): -962035 or 873201. OLE color: 873201.
HSL color Cylindrical-coordinate representation of color #F1520D: hue angle of 18.16º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1520D is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 13 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.05 |
| HSL | 18.16º | 0.9% | 0.5% | - |
| HSV(B) | 18.16º | 0.95% | 0.95% | - |
| XYZ | 39.37 | 24.76 | 3.09 | - |
| YUV | 121.68 | 66.68 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 13 | 0 | 0.66 | 0.95 | 0.05 | 18.16 | 0.9 | 0.5 |
| Hex | F1 | 52 | D | 0 | 42 | 5F | 5 | 12 | 5A | 32 |
| Octal | 361 | 122 | 15 | 0 | 102 | 137 | 5 | 22 | 132 | 62 |
| Binary | 11110001 | 1010010 | 1101 | 0 | 1000010 | 1011111 | 101 | 10010 | 1011010 | 110010 |
Color Harmonies of #F1520D
Complementary color
Monochromatic Colors of #F1520D
Black with #F1520D
Text Example
Text Example
White with #F1520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1520D; }
p { color: rgb(241,82,13); }
H1.HeaderClassName
{
color: #F1520D;
}
.AnyTagClassName
{
color: #F1520D;
}
</style>
background-color css
<style>
a { background-color: #F1520D; }
a { background-color: rgb(241,82,13); }
div.DivClassName
{
background-color: #F1520D;
}
.BgClassName
{
background-color: #F1520D;
}
</style>
border-color css
<style>
span { border-color: #F1520D; }
span { border-color: rgb(241,82,13); }
td.TdClassName
{
border-color: #F1520D;
}
.TagClassName
{
border-color: #F1520D;
}
</style>