Shades of Persimmon #F15908
Tints of Persimmon #F15908
RGB
CMYK
RGB Variations
Color information
#F15908 (or 0xF15908) is known color: Persimmon. HEX triplet: F1, 59 and 08. RGB value is (241,89,8). Sum of RGB (Red+Green+Blue) = 241+89+8=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F15908 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15908 is #0EA6F7. Grayscale: #7D7D7D. Windows color (decimal): -960248 or 547313. OLE color: 547313.
HSL color Cylindrical-coordinate representation of color #F15908: hue angle of 20.86º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F15908 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 8 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.05 |
| HSL | 20.86º | 0.94% | 0.49% | - |
| HSV(B) | 20.86º | 0.97% | 0.95% | - |
| XYZ | 39.89 | 25.86 | 3.12 | - |
| YUV | 125.21 | 61.86 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 8 | 0 | 0.63 | 0.97 | 0.05 | 20.86 | 0.94 | 0.49 |
| Hex | F1 | 59 | 8 | 0 | 3F | 61 | 5 | 15 | 5E | 31 |
| Octal | 361 | 131 | 10 | 0 | 77 | 141 | 5 | 25 | 136 | 61 |
| Binary | 11110001 | 1011001 | 1000 | 0 | 111111 | 1100001 | 101 | 10101 | 1011110 | 110001 |
Color Harmonies of #F15908
Complementary color
Monochromatic Colors of #F15908
Black with #F15908
Text Example
Text Example
White with #F15908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15908; }
p { color: rgb(241,89,8); }
H1.HeaderClassName
{
color: #F15908;
}
.AnyTagClassName
{
color: #F15908;
}
</style>
background-color css
<style>
a { background-color: #F15908; }
a { background-color: rgb(241,89,8); }
div.DivClassName
{
background-color: #F15908;
}
.BgClassName
{
background-color: #F15908;
}
</style>
border-color css
<style>
span { border-color: #F15908; }
span { border-color: rgb(241,89,8); }
td.TdClassName
{
border-color: #F15908;
}
.TagClassName
{
border-color: #F15908;
}
</style>