Shades of Persimmon #F25B19
Tints of Persimmon #F25B19
RGB
CMYK
RGB Variations
Color information
#F25B19 (or 0xF25B19) is known color: Persimmon. HEX triplet: F2, 5B and 19. RGB value is (242,91,25). Sum of RGB (Red+Green+Blue) = 242+91+25=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25B19 is #0DA4E6. Grayscale: #818181. Windows color (decimal): -894183 or 1661938. OLE color: 1661938.
HSL color Cylindrical-coordinate representation of color #F25B19: hue angle of 18.25º 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 #F25B19 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 25 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.05 |
| HSL | 18.25º | 0.89% | 0.52% | - |
| HSV(B) | 18.25º | 0.9% | 0.95% | - |
| XYZ | 40.53 | 26.43 | 3.88 | - |
| YUV | 128.63 | 69.53 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 25 | 0 | 0.62 | 0.90 | 0.05 | 18.25 | 0.89 | 0.52 |
| Hex | F2 | 5B | 19 | 0 | 3E | 5A | 5 | 12 | 59 | 34 |
| Octal | 362 | 133 | 31 | 0 | 76 | 132 | 5 | 22 | 131 | 64 |
| Binary | 11110010 | 1011011 | 11001 | 0 | 111110 | 1011010 | 101 | 10010 | 1011001 | 110100 |
Color Harmonies of #F25B19
Complementary color
Monochromatic Colors of #F25B19
Black with #F25B19
Text Example
Text Example
White with #F25B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25B19; }
p { color: rgb(242,91,25); }
H1.HeaderClassName
{
color: #F25B19;
}
.AnyTagClassName
{
color: #F25B19;
}
</style>
background-color css
<style>
a { background-color: #F25B19; }
a { background-color: rgb(242,91,25); }
div.DivClassName
{
background-color: #F25B19;
}
.BgClassName
{
background-color: #F25B19;
}
</style>
border-color css
<style>
span { border-color: #F25B19; }
span { border-color: rgb(242,91,25); }
td.TdClassName
{
border-color: #F25B19;
}
.TagClassName
{
border-color: #F25B19;
}
</style>