Shades of Persimmon #F15109
Tints of Persimmon #F15109
RGB
CMYK
RGB Variations
Color information
#F15109 (or 0xF15109) is known color: Persimmon. HEX triplet: F1, 51 and 09. RGB value is (241,81,9). Sum of RGB (Red+Green+Blue) = 241+81+9=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F15109 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15109 is #0EAEF6. Grayscale: #797979. Windows color (decimal): -962295 or 610801. OLE color: 610801.
HSL color Cylindrical-coordinate representation of color #F15109: hue angle of 18.62º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F15109 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 9 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.05 |
| HSL | 18.62º | 0.93% | 0.49% | - |
| HSV(B) | 18.62º | 0.96% | 0.95% | - |
| XYZ | 39.27 | 24.61 | 2.94 | - |
| YUV | 120.63 | 65.01 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 9 | 0 | 0.66 | 0.96 | 0.05 | 18.62 | 0.93 | 0.49 |
| Hex | F1 | 51 | 9 | 0 | 42 | 60 | 5 | 13 | 5D | 31 |
| Octal | 361 | 121 | 11 | 0 | 102 | 140 | 5 | 23 | 135 | 61 |
| Binary | 11110001 | 1010001 | 1001 | 0 | 1000010 | 1100000 | 101 | 10011 | 1011101 | 110001 |
Color Harmonies of #F15109
Complementary color
Monochromatic Colors of #F15109
Black with #F15109
Text Example
Text Example
White with #F15109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15109; }
p { color: rgb(241,81,9); }
H1.HeaderClassName
{
color: #F15109;
}
.AnyTagClassName
{
color: #F15109;
}
</style>
background-color css
<style>
a { background-color: #F15109; }
a { background-color: rgb(241,81,9); }
div.DivClassName
{
background-color: #F15109;
}
.BgClassName
{
background-color: #F15109;
}
</style>
border-color css
<style>
span { border-color: #F15109; }
span { border-color: rgb(241,81,9); }
td.TdClassName
{
border-color: #F15109;
}
.TagClassName
{
border-color: #F15109;
}
</style>