Shades of Persimmon #F1500D
Tints of Persimmon #F1500D
RGB
CMYK
RGB Variations
Color information
#F1500D (or 0xF1500D) is known color: Persimmon. HEX triplet: F1, 50 and 0D. RGB value is (241,80,13). Sum of RGB (Red+Green+Blue) = 241+80+13=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F1500D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1500D is #0EAFF2. Grayscale: #787878. Windows color (decimal): -962547 or 872689. OLE color: 872689.
HSL color Cylindrical-coordinate representation of color #F1500D: hue angle of 17.63º 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 #F1500D is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 13 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.05 |
| HSL | 17.63º | 0.9% | 0.5% | - |
| HSV(B) | 17.63º | 0.95% | 0.95% | - |
| XYZ | 39.22 | 24.47 | 3.04 | - |
| YUV | 120.5 | 67.34 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 13 | 0 | 0.67 | 0.95 | 0.05 | 17.63 | 0.9 | 0.5 |
| Hex | F1 | 50 | D | 0 | 43 | 5F | 5 | 12 | 5A | 32 |
| Octal | 361 | 120 | 15 | 0 | 103 | 137 | 5 | 22 | 132 | 62 |
| Binary | 11110001 | 1010000 | 1101 | 0 | 1000011 | 1011111 | 101 | 10010 | 1011010 | 110010 |
Color Harmonies of #F1500D
Complementary color
Monochromatic Colors of #F1500D
Black with #F1500D
Text Example
Text Example
White with #F1500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1500D; }
p { color: rgb(241,80,13); }
H1.HeaderClassName
{
color: #F1500D;
}
.AnyTagClassName
{
color: #F1500D;
}
</style>
background-color css
<style>
a { background-color: #F1500D; }
a { background-color: rgb(241,80,13); }
div.DivClassName
{
background-color: #F1500D;
}
.BgClassName
{
background-color: #F1500D;
}
</style>
border-color css
<style>
span { border-color: #F1500D; }
span { border-color: rgb(241,80,13); }
td.TdClassName
{
border-color: #F1500D;
}
.TagClassName
{
border-color: #F1500D;
}
</style>