Shades of Persimmon #F25910
Tints of Persimmon #F25910
RGB
CMYK
RGB Variations
Color information
#F25910 (or 0xF25910) is known color: Persimmon. HEX triplet: F2, 59 and 10. RGB value is (242,89,16). Sum of RGB (Red+Green+Blue) = 242+89+16=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F25910 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25910 is #0DA6EF. Grayscale: #7E7E7E. Windows color (decimal): -894704 or 1071602. OLE color: 1071602.
HSL color Cylindrical-coordinate representation of color #F25910: hue angle of 19.38º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F25910 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 16 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.05 |
| HSL | 19.38º | 0.9% | 0.51% | - |
| HSV(B) | 19.38º | 0.93% | 0.95% | - |
| XYZ | 40.28 | 26.06 | 3.4 | - |
| YUV | 126.43 | 65.69 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 16 | 0 | 0.63 | 0.93 | 0.05 | 19.38 | 0.9 | 0.51 |
| Hex | F2 | 59 | 10 | 0 | 3F | 5D | 5 | 13 | 5A | 33 |
| Octal | 362 | 131 | 20 | 0 | 77 | 135 | 5 | 23 | 132 | 63 |
| Binary | 11110010 | 1011001 | 10000 | 0 | 111111 | 1011101 | 101 | 10011 | 1011010 | 110011 |
Color Harmonies of #F25910
Complementary color
Monochromatic Colors of #F25910
Black with #F25910
Text Example
Text Example
White with #F25910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25910; }
p { color: rgb(242,89,16); }
H1.HeaderClassName
{
color: #F25910;
}
.AnyTagClassName
{
color: #F25910;
}
</style>
background-color css
<style>
a { background-color: #F25910; }
a { background-color: rgb(242,89,16); }
div.DivClassName
{
background-color: #F25910;
}
.BgClassName
{
background-color: #F25910;
}
</style>
border-color css
<style>
span { border-color: #F25910; }
span { border-color: rgb(242,89,16); }
td.TdClassName
{
border-color: #F25910;
}
.TagClassName
{
border-color: #F25910;
}
</style>