Shades of Persimmon #F15509
Tints of Persimmon #F15509
RGB
CMYK
RGB Variations
Color information
#F15509 (or 0xF15509) is known color: Persimmon. HEX triplet: F1, 55 and 09. RGB value is (241,85,9). Sum of RGB (Red+Green+Blue) = 241+85+9=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F15509 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15509 is #0EAAF6. Grayscale: #7B7B7B. Windows color (decimal): -961271 or 611825. OLE color: 611825.
HSL color Cylindrical-coordinate representation of color #F15509: hue angle of 19.66º 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 #F15509 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 9 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.05 |
| HSL | 19.66º | 0.93% | 0.49% | - |
| HSV(B) | 19.66º | 0.96% | 0.95% | - |
| XYZ | 39.57 | 25.22 | 3.04 | - |
| YUV | 122.98 | 63.68 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 9 | 0 | 0.65 | 0.96 | 0.05 | 19.66 | 0.93 | 0.49 |
| Hex | F1 | 55 | 9 | 0 | 41 | 60 | 5 | 14 | 5D | 31 |
| Octal | 361 | 125 | 11 | 0 | 101 | 140 | 5 | 24 | 135 | 61 |
| Binary | 11110001 | 1010101 | 1001 | 0 | 1000001 | 1100000 | 101 | 10100 | 1011101 | 110001 |
Color Harmonies of #F15509
Complementary color
Monochromatic Colors of #F15509
Black with #F15509
Text Example
Text Example
White with #F15509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15509; }
p { color: rgb(241,85,9); }
H1.HeaderClassName
{
color: #F15509;
}
.AnyTagClassName
{
color: #F15509;
}
</style>
background-color css
<style>
a { background-color: #F15509; }
a { background-color: rgb(241,85,9); }
div.DivClassName
{
background-color: #F15509;
}
.BgClassName
{
background-color: #F15509;
}
</style>
border-color css
<style>
span { border-color: #F15509; }
span { border-color: rgb(241,85,9); }
td.TdClassName
{
border-color: #F15509;
}
.TagClassName
{
border-color: #F15509;
}
</style>