Shades of Persimmon #F25719
Tints of Persimmon #F25719
RGB
CMYK
RGB Variations
Color information
#F25719 (or 0xF25719) is known color: Persimmon. HEX triplet: F2, 57 and 19. RGB value is (242,87,25). Sum of RGB (Red+Green+Blue) = 242+87+25=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F25719 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25719 is #0DA8E6. Grayscale: #7E7E7E. Windows color (decimal): -895207 or 1660914. OLE color: 1660914.
HSL color Cylindrical-coordinate representation of color #F25719: hue angle of 17.14º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F25719 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 25 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.05 |
| HSL | 17.14º | 0.89% | 0.52% | - |
| HSV(B) | 17.14º | 0.9% | 0.95% | - |
| XYZ | 40.2 | 25.76 | 3.77 | - |
| YUV | 126.28 | 70.85 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 25 | 0 | 0.64 | 0.90 | 0.05 | 17.14 | 0.89 | 0.52 |
| Hex | F2 | 57 | 19 | 0 | 40 | 5A | 5 | 11 | 59 | 34 |
| Octal | 362 | 127 | 31 | 0 | 100 | 132 | 5 | 21 | 131 | 64 |
| Binary | 11110010 | 1010111 | 11001 | 0 | 1000000 | 1011010 | 101 | 10001 | 1011001 | 110100 |
Color Harmonies of #F25719
Complementary color
Monochromatic Colors of #F25719
Black with #F25719
Text Example
Text Example
White with #F25719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25719; }
p { color: rgb(242,87,25); }
H1.HeaderClassName
{
color: #F25719;
}
.AnyTagClassName
{
color: #F25719;
}
</style>
background-color css
<style>
a { background-color: #F25719; }
a { background-color: rgb(242,87,25); }
div.DivClassName
{
background-color: #F25719;
}
.BgClassName
{
background-color: #F25719;
}
</style>
border-color css
<style>
span { border-color: #F25719; }
span { border-color: rgb(242,87,25); }
td.TdClassName
{
border-color: #F25719;
}
.TagClassName
{
border-color: #F25719;
}
</style>