Shades of Persimmon #F15102
Tints of Persimmon #F15102
RGB
CMYK
RGB Variations
Color information
#F15102 (or 0xF15102) is known color: Persimmon. HEX triplet: F1, 51 and 02. RGB value is (241,81,2). Sum of RGB (Red+Green+Blue) = 241+81+2=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F15102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15102 is #0EAEFD. Grayscale: #787878. Windows color (decimal): -962302 or 152049. OLE color: 152049.
HSL color Cylindrical-coordinate representation of color #F15102: hue angle of 19.83º 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 #F15102 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 81 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.05 |
| HSL | 19.83º | 0.98% | 0.48% | - |
| HSV(B) | 19.83º | 0.99% | 0.95% | - |
| XYZ | 39.23 | 24.59 | 2.74 | - |
| YUV | 119.83 | 61.51 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 2 | 0 | 0.66 | 0.99 | 0.05 | 19.83 | 0.98 | 0.48 |
| Hex | F1 | 51 | 2 | 0 | 42 | 63 | 5 | 14 | 62 | 30 |
| Octal | 361 | 121 | 2 | 0 | 102 | 143 | 5 | 24 | 142 | 60 |
| Binary | 11110001 | 1010001 | 10 | 0 | 1000010 | 1100011 | 101 | 10100 | 1100010 | 110000 |
Color Harmonies of #F15102
Complementary color
Monochromatic Colors of #F15102
Black with #F15102
Text Example
Text Example
White with #F15102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15102; }
p { color: rgb(241,81,2); }
H1.HeaderClassName
{
color: #F15102;
}
.AnyTagClassName
{
color: #F15102;
}
</style>
background-color css
<style>
a { background-color: #F15102; }
a { background-color: rgb(241,81,2); }
div.DivClassName
{
background-color: #F15102;
}
.BgClassName
{
background-color: #F15102;
}
</style>
border-color css
<style>
span { border-color: #F15102; }
span { border-color: rgb(241,81,2); }
td.TdClassName
{
border-color: #F15102;
}
.TagClassName
{
border-color: #F15102;
}
</style>