Shades of Persimmon #F25C19
Tints of Persimmon #F25C19
RGB
CMYK
RGB Variations
Color information
#F25C19 (or 0xF25C19) is known color: Persimmon. HEX triplet: F2, 5C and 19. RGB value is (242,92,25). Sum of RGB (Red+Green+Blue) = 242+92+25=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25C19 is #0DA3E6. Grayscale: #818181. Windows color (decimal): -893927 or 1662194. OLE color: 1662194.
HSL color Cylindrical-coordinate representation of color #F25C19: hue angle of 18.53º 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 #F25C19 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 25 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.05 |
| HSL | 18.53º | 0.89% | 0.52% | - |
| HSV(B) | 18.53º | 0.9% | 0.95% | - |
| XYZ | 40.62 | 26.6 | 3.91 | - |
| YUV | 129.21 | 69.2 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 25 | 0 | 0.62 | 0.90 | 0.05 | 18.53 | 0.89 | 0.52 |
| Hex | F2 | 5C | 19 | 0 | 3E | 5A | 5 | 13 | 59 | 34 |
| Octal | 362 | 134 | 31 | 0 | 76 | 132 | 5 | 23 | 131 | 64 |
| Binary | 11110010 | 1011100 | 11001 | 0 | 111110 | 1011010 | 101 | 10011 | 1011001 | 110100 |
Color Harmonies of #F25C19
Complementary color
Monochromatic Colors of #F25C19
Black with #F25C19
Text Example
Text Example
White with #F25C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25C19; }
p { color: rgb(242,92,25); }
H1.HeaderClassName
{
color: #F25C19;
}
.AnyTagClassName
{
color: #F25C19;
}
</style>
background-color css
<style>
a { background-color: #F25C19; }
a { background-color: rgb(242,92,25); }
div.DivClassName
{
background-color: #F25C19;
}
.BgClassName
{
background-color: #F25C19;
}
</style>
border-color css
<style>
span { border-color: #F25C19; }
span { border-color: rgb(242,92,25); }
td.TdClassName
{
border-color: #F25C19;
}
.TagClassName
{
border-color: #F25C19;
}
</style>