Shades of Persimmon #F25515
Tints of Persimmon #F25515
RGB
CMYK
RGB Variations
Color information
#F25515 (or 0xF25515) is known color: Persimmon. HEX triplet: F2, 55 and 15. RGB value is (242,85,21). Sum of RGB (Red+Green+Blue) = 242+85+21=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F25515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25515 is #0DAAEA. Grayscale: #7D7D7D. Windows color (decimal): -895723 or 1398258. OLE color: 1398258.
HSL color Cylindrical-coordinate representation of color #F25515: hue angle of 17.38º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F25515 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 21 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.05 |
| HSL | 17.38º | 0.89% | 0.52% | - |
| HSV(B) | 17.38º | 0.91% | 0.95% | - |
| XYZ | 40 | 25.43 | 3.51 | - |
| YUV | 124.65 | 69.51 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 21 | 0 | 0.65 | 0.91 | 0.05 | 17.38 | 0.89 | 0.52 |
| Hex | F2 | 55 | 15 | 0 | 41 | 5B | 5 | 11 | 59 | 34 |
| Octal | 362 | 125 | 25 | 0 | 101 | 133 | 5 | 21 | 131 | 64 |
| Binary | 11110010 | 1010101 | 10101 | 0 | 1000001 | 1011011 | 101 | 10001 | 1011001 | 110100 |
Color Harmonies of #F25515
Complementary color
Monochromatic Colors of #F25515
Black with #F25515
Text Example
Text Example
White with #F25515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25515; }
p { color: rgb(242,85,21); }
H1.HeaderClassName
{
color: #F25515;
}
.AnyTagClassName
{
color: #F25515;
}
</style>
background-color css
<style>
a { background-color: #F25515; }
a { background-color: rgb(242,85,21); }
div.DivClassName
{
background-color: #F25515;
}
.BgClassName
{
background-color: #F25515;
}
</style>
border-color css
<style>
span { border-color: #F25515; }
span { border-color: rgb(242,85,21); }
td.TdClassName
{
border-color: #F25515;
}
.TagClassName
{
border-color: #F25515;
}
</style>