Shades of Persimmon #F1500F
Tints of Persimmon #F1500F
RGB
CMYK
RGB Variations
Color information
#F1500F (or 0xF1500F) is known color: Persimmon. HEX triplet: F1, 50 and 0F. RGB value is (241,80,15). Sum of RGB (Red+Green+Blue) = 241+80+15=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F1500F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1500F is #0EAFF0. Grayscale: #797979. Windows color (decimal): -962545 or 1003761. OLE color: 1003761.
HSL color Cylindrical-coordinate representation of color #F1500F: hue angle of 17.26º 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 #F1500F is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 15 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.05 |
| HSL | 17.26º | 0.89% | 0.5% | - |
| HSV(B) | 17.26º | 0.94% | 0.95% | - |
| XYZ | 39.23 | 24.47 | 3.11 | - |
| YUV | 120.73 | 68.34 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 15 | 0 | 0.67 | 0.94 | 0.05 | 17.26 | 0.89 | 0.5 |
| Hex | F1 | 50 | F | 0 | 43 | 5E | 5 | 11 | 59 | 32 |
| Octal | 361 | 120 | 17 | 0 | 103 | 136 | 5 | 21 | 131 | 62 |
| Binary | 11110001 | 1010000 | 1111 | 0 | 1000011 | 1011110 | 101 | 10001 | 1011001 | 110010 |
Color Harmonies of #F1500F
Complementary color
Monochromatic Colors of #F1500F
Black with #F1500F
Text Example
Text Example
White with #F1500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1500F; }
p { color: rgb(241,80,15); }
H1.HeaderClassName
{
color: #F1500F;
}
.AnyTagClassName
{
color: #F1500F;
}
</style>
background-color css
<style>
a { background-color: #F1500F; }
a { background-color: rgb(241,80,15); }
div.DivClassName
{
background-color: #F1500F;
}
.BgClassName
{
background-color: #F1500F;
}
</style>
border-color css
<style>
span { border-color: #F1500F; }
span { border-color: rgb(241,80,15); }
td.TdClassName
{
border-color: #F1500F;
}
.TagClassName
{
border-color: #F1500F;
}
</style>