Shades of Persimmon #F25915
Tints of Persimmon #F25915
RGB
CMYK
RGB Variations
Color information
#F25915 (or 0xF25915) is known color: Persimmon. HEX triplet: F2, 59 and 15. RGB value is (242,89,21). Sum of RGB (Red+Green+Blue) = 242+89+21=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F25915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25915 is #0DA6EA. Grayscale: #7F7F7F. Windows color (decimal): -894699 or 1399282. OLE color: 1399282.
HSL color Cylindrical-coordinate representation of color #F25915: hue angle of 18.46º 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 #F25915 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 21 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.05 |
| HSL | 18.46º | 0.89% | 0.52% | - |
| HSV(B) | 18.46º | 0.91% | 0.95% | - |
| XYZ | 40.33 | 26.08 | 3.62 | - |
| YUV | 127 | 68.19 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 21 | 0 | 0.63 | 0.91 | 0.05 | 18.46 | 0.89 | 0.52 |
| Hex | F2 | 59 | 15 | 0 | 3F | 5B | 5 | 12 | 59 | 34 |
| Octal | 362 | 131 | 25 | 0 | 77 | 133 | 5 | 22 | 131 | 64 |
| Binary | 11110010 | 1011001 | 10101 | 0 | 111111 | 1011011 | 101 | 10010 | 1011001 | 110100 |
Color Harmonies of #F25915
Complementary color
Monochromatic Colors of #F25915
Black with #F25915
Text Example
Text Example
White with #F25915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25915; }
p { color: rgb(242,89,21); }
H1.HeaderClassName
{
color: #F25915;
}
.AnyTagClassName
{
color: #F25915;
}
</style>
background-color css
<style>
a { background-color: #F25915; }
a { background-color: rgb(242,89,21); }
div.DivClassName
{
background-color: #F25915;
}
.BgClassName
{
background-color: #F25915;
}
</style>
border-color css
<style>
span { border-color: #F25915; }
span { border-color: rgb(242,89,21); }
td.TdClassName
{
border-color: #F25915;
}
.TagClassName
{
border-color: #F25915;
}
</style>