Shades of Persimmon #F25615
Tints of Persimmon #F25615
RGB
CMYK
RGB Variations
Color information
#F25615 (or 0xF25615) is known color: Persimmon. HEX triplet: F2, 56 and 15. RGB value is (242,86,21). Sum of RGB (Red+Green+Blue) = 242+86+21=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F25615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25615 is #0DA9EA. Grayscale: #7D7D7D. Windows color (decimal): -895467 or 1398514. OLE color: 1398514.
HSL color Cylindrical-coordinate representation of color #F25615: hue angle of 17.65º 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 #F25615 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 21 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.05 |
| HSL | 17.65º | 0.89% | 0.52% | - |
| HSV(B) | 17.65º | 0.91% | 0.95% | - |
| XYZ | 40.08 | 25.59 | 3.54 | - |
| YUV | 125.23 | 69.18 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 21 | 0 | 0.64 | 0.91 | 0.05 | 17.65 | 0.89 | 0.52 |
| Hex | F2 | 56 | 15 | 0 | 40 | 5B | 5 | 12 | 59 | 34 |
| Octal | 362 | 126 | 25 | 0 | 100 | 133 | 5 | 22 | 131 | 64 |
| Binary | 11110010 | 1010110 | 10101 | 0 | 1000000 | 1011011 | 101 | 10010 | 1011001 | 110100 |
Color Harmonies of #F25615
Complementary color
Monochromatic Colors of #F25615
Black with #F25615
Text Example
Text Example
White with #F25615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25615; }
p { color: rgb(242,86,21); }
H1.HeaderClassName
{
color: #F25615;
}
.AnyTagClassName
{
color: #F25615;
}
</style>
background-color css
<style>
a { background-color: #F25615; }
a { background-color: rgb(242,86,21); }
div.DivClassName
{
background-color: #F25615;
}
.BgClassName
{
background-color: #F25615;
}
</style>
border-color css
<style>
span { border-color: #F25615; }
span { border-color: rgb(242,86,21); }
td.TdClassName
{
border-color: #F25615;
}
.TagClassName
{
border-color: #F25615;
}
</style>