Shades of Persimmon #F1580F
Tints of Persimmon #F1580F
RGB
CMYK
RGB Variations
Color information
#F1580F (or 0xF1580F) is known color: Persimmon. HEX triplet: F1, 58 and 0F. RGB value is (241,88,15). Sum of RGB (Red+Green+Blue) = 241+88+15=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F1580F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1580F is #0EA7F0. Grayscale: #7D7D7D. Windows color (decimal): -960497 or 1005809. OLE color: 1005809.
HSL color Cylindrical-coordinate representation of color #F1580F: hue angle of 19.38º 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 #F1580F is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 15 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.05 |
| HSL | 19.38º | 0.89% | 0.5% | - |
| HSV(B) | 19.38º | 0.94% | 0.95% | - |
| XYZ | 39.85 | 25.71 | 3.31 | - |
| YUV | 125.43 | 65.69 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 15 | 0 | 0.63 | 0.94 | 0.05 | 19.38 | 0.89 | 0.5 |
| Hex | F1 | 58 | F | 0 | 3F | 5E | 5 | 13 | 59 | 32 |
| Octal | 361 | 130 | 17 | 0 | 77 | 136 | 5 | 23 | 131 | 62 |
| Binary | 11110001 | 1011000 | 1111 | 0 | 111111 | 1011110 | 101 | 10011 | 1011001 | 110010 |
Color Harmonies of #F1580F
Complementary color
Monochromatic Colors of #F1580F
Black with #F1580F
Text Example
Text Example
White with #F1580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1580F; }
p { color: rgb(241,88,15); }
H1.HeaderClassName
{
color: #F1580F;
}
.AnyTagClassName
{
color: #F1580F;
}
</style>
background-color css
<style>
a { background-color: #F1580F; }
a { background-color: rgb(241,88,15); }
div.DivClassName
{
background-color: #F1580F;
}
.BgClassName
{
background-color: #F1580F;
}
</style>
border-color css
<style>
span { border-color: #F1580F; }
span { border-color: rgb(241,88,15); }
td.TdClassName
{
border-color: #F1580F;
}
.TagClassName
{
border-color: #F1580F;
}
</style>