Shades of Persimmon #F15D09
Tints of Persimmon #F15D09
RGB
CMYK
RGB Variations
Color information
#F15D09 (or 0xF15D09) is known color: Persimmon. HEX triplet: F1, 5D and 09. RGB value is (241,93,9). Sum of RGB (Red+Green+Blue) = 241+93+9=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15D09 is #0EA2F6. Grayscale: #808080. Windows color (decimal): -959223 or 613873. OLE color: 613873.
HSL color Cylindrical-coordinate representation of color #F15D09: hue angle of 21.72º 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 #F15D09 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 9 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.05 |
| HSL | 21.72º | 0.93% | 0.49% | - |
| HSV(B) | 21.72º | 0.96% | 0.95% | - |
| XYZ | 40.24 | 26.55 | 3.26 | - |
| YUV | 127.68 | 61.03 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 9 | 0 | 0.61 | 0.96 | 0.05 | 21.72 | 0.93 | 0.49 |
| Hex | F1 | 5D | 9 | 0 | 3D | 60 | 5 | 16 | 5D | 31 |
| Octal | 361 | 135 | 11 | 0 | 75 | 140 | 5 | 26 | 135 | 61 |
| Binary | 11110001 | 1011101 | 1001 | 0 | 111101 | 1100000 | 101 | 10110 | 1011101 | 110001 |
Color Harmonies of #F15D09
Complementary color
Monochromatic Colors of #F15D09
Black with #F15D09
Text Example
Text Example
White with #F15D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15D09; }
p { color: rgb(241,93,9); }
H1.HeaderClassName
{
color: #F15D09;
}
.AnyTagClassName
{
color: #F15D09;
}
</style>
background-color css
<style>
a { background-color: #F15D09; }
a { background-color: rgb(241,93,9); }
div.DivClassName
{
background-color: #F15D09;
}
.BgClassName
{
background-color: #F15D09;
}
</style>
border-color css
<style>
span { border-color: #F15D09; }
span { border-color: rgb(241,93,9); }
td.TdClassName
{
border-color: #F15D09;
}
.TagClassName
{
border-color: #F15D09;
}
</style>