Shades of Persimmon #F1580D
Tints of Persimmon #F1580D
RGB
CMYK
RGB Variations
Color information
#F1580D (or 0xF1580D) is known color: Persimmon. HEX triplet: F1, 58 and 0D. RGB value is (241,88,13). Sum of RGB (Red+Green+Blue) = 241+88+13=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F1580D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1580D is #0EA7F2. Grayscale: #7D7D7D. Windows color (decimal): -960499 or 874737. OLE color: 874737.
HSL color Cylindrical-coordinate representation of color #F1580D: hue angle of 19.74º 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 #F1580D is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 13 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.05 |
| HSL | 19.74º | 0.9% | 0.5% | - |
| HSV(B) | 19.74º | 0.95% | 0.95% | - |
| XYZ | 39.84 | 25.71 | 3.24 | - |
| YUV | 125.2 | 64.69 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 13 | 0 | 0.63 | 0.95 | 0.05 | 19.74 | 0.9 | 0.5 |
| Hex | F1 | 58 | D | 0 | 3F | 5F | 5 | 14 | 5A | 32 |
| Octal | 361 | 130 | 15 | 0 | 77 | 137 | 5 | 24 | 132 | 62 |
| Binary | 11110001 | 1011000 | 1101 | 0 | 111111 | 1011111 | 101 | 10100 | 1011010 | 110010 |
Color Harmonies of #F1580D
Complementary color
Monochromatic Colors of #F1580D
Black with #F1580D
Text Example
Text Example
White with #F1580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1580D; }
p { color: rgb(241,88,13); }
H1.HeaderClassName
{
color: #F1580D;
}
.AnyTagClassName
{
color: #F1580D;
}
</style>
background-color css
<style>
a { background-color: #F1580D; }
a { background-color: rgb(241,88,13); }
div.DivClassName
{
background-color: #F1580D;
}
.BgClassName
{
background-color: #F1580D;
}
</style>
border-color css
<style>
span { border-color: #F1580D; }
span { border-color: rgb(241,88,13); }
td.TdClassName
{
border-color: #F1580D;
}
.TagClassName
{
border-color: #F1580D;
}
</style>