Shades of Persimmon #F15502
Tints of Persimmon #F15502
RGB
CMYK
RGB Variations
Color information
#F15502 (or 0xF15502) is known color: Persimmon. HEX triplet: F1, 55 and 02. RGB value is (241,85,2). Sum of RGB (Red+Green+Blue) = 241+85+2=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F15502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15502 is #0EAAFD. Grayscale: #7A7A7A. Windows color (decimal): -961278 or 153073. OLE color: 153073.
HSL color Cylindrical-coordinate representation of color #F15502: hue angle of 20.84º 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 #F15502 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.05 |
| HSL | 20.84º | 0.98% | 0.48% | - |
| HSV(B) | 20.84º | 0.99% | 0.95% | - |
| XYZ | 39.54 | 25.2 | 2.84 | - |
| YUV | 122.18 | 60.18 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 2 | 0 | 0.65 | 0.99 | 0.05 | 20.84 | 0.98 | 0.48 |
| Hex | F1 | 55 | 2 | 0 | 41 | 63 | 5 | 15 | 62 | 30 |
| Octal | 361 | 125 | 2 | 0 | 101 | 143 | 5 | 25 | 142 | 60 |
| Binary | 11110001 | 1010101 | 10 | 0 | 1000001 | 1100011 | 101 | 10101 | 1100010 | 110000 |
Color Harmonies of #F15502
Complementary color
Monochromatic Colors of #F15502
Black with #F15502
Text Example
Text Example
White with #F15502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15502; }
p { color: rgb(241,85,2); }
H1.HeaderClassName
{
color: #F15502;
}
.AnyTagClassName
{
color: #F15502;
}
</style>
background-color css
<style>
a { background-color: #F15502; }
a { background-color: rgb(241,85,2); }
div.DivClassName
{
background-color: #F15502;
}
.BgClassName
{
background-color: #F15502;
}
</style>
border-color css
<style>
span { border-color: #F15502; }
span { border-color: rgb(241,85,2); }
td.TdClassName
{
border-color: #F15502;
}
.TagClassName
{
border-color: #F15502;
}
</style>