Shades of Persimmon #F15802
Tints of Persimmon #F15802
RGB
CMYK
RGB Variations
Color information
#F15802 (or 0xF15802) is known color: Persimmon. HEX triplet: F1, 58 and 02. RGB value is (241,88,2). Sum of RGB (Red+Green+Blue) = 241+88+2=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F15802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15802 is #0EA7FD. Grayscale: #7C7C7C. Windows color (decimal): -960510 or 153841. OLE color: 153841.
HSL color Cylindrical-coordinate representation of color #F15802: hue angle of 21.59º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F15802 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.05 |
| HSL | 21.59º | 0.98% | 0.48% | - |
| HSV(B) | 21.59º | 0.99% | 0.95% | - |
| XYZ | 39.78 | 25.68 | 2.92 | - |
| YUV | 123.94 | 59.19 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 2 | 0 | 0.63 | 0.99 | 0.05 | 21.59 | 0.98 | 0.48 |
| Hex | F1 | 58 | 2 | 0 | 3F | 63 | 5 | 16 | 62 | 30 |
| Octal | 361 | 130 | 2 | 0 | 77 | 143 | 5 | 26 | 142 | 60 |
| Binary | 11110001 | 1011000 | 10 | 0 | 111111 | 1100011 | 101 | 10110 | 1100010 | 110000 |
Color Harmonies of #F15802
Complementary color
Monochromatic Colors of #F15802
Black with #F15802
Text Example
Text Example
White with #F15802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15802; }
p { color: rgb(241,88,2); }
H1.HeaderClassName
{
color: #F15802;
}
.AnyTagClassName
{
color: #F15802;
}
</style>
background-color css
<style>
a { background-color: #F15802; }
a { background-color: rgb(241,88,2); }
div.DivClassName
{
background-color: #F15802;
}
.BgClassName
{
background-color: #F15802;
}
</style>
border-color css
<style>
span { border-color: #F15802; }
span { border-color: rgb(241,88,2); }
td.TdClassName
{
border-color: #F15802;
}
.TagClassName
{
border-color: #F15802;
}
</style>