Shades of Persimmon #F25509
Tints of Persimmon #F25509
RGB
CMYK
RGB Variations
Color information
#F25509 (or 0xF25509) is known color: Persimmon. HEX triplet: F2, 55 and 09. RGB value is (242,85,9). Sum of RGB (Red+Green+Blue) = 242+85+9=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F25509 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25509 is #0DAAF6. Grayscale: #7B7B7B. Windows color (decimal): -895735 or 611826. OLE color: 611826.
HSL color Cylindrical-coordinate representation of color #F25509: hue angle of 19.57º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F25509 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 9 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.05 |
| HSL | 19.57º | 0.93% | 0.49% | - |
| HSV(B) | 19.57º | 0.96% | 0.95% | - |
| XYZ | 39.92 | 25.39 | 3.06 | - |
| YUV | 123.28 | 63.51 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 9 | 0 | 0.65 | 0.96 | 0.05 | 19.57 | 0.93 | 0.49 |
| Hex | F2 | 55 | 9 | 0 | 41 | 60 | 5 | 14 | 5D | 31 |
| Octal | 362 | 125 | 11 | 0 | 101 | 140 | 5 | 24 | 135 | 61 |
| Binary | 11110010 | 1010101 | 1001 | 0 | 1000001 | 1100000 | 101 | 10100 | 1011101 | 110001 |
Color Harmonies of #F25509
Complementary color
Monochromatic Colors of #F25509
Black with #F25509
Text Example
Text Example
White with #F25509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25509; }
p { color: rgb(242,85,9); }
H1.HeaderClassName
{
color: #F25509;
}
.AnyTagClassName
{
color: #F25509;
}
</style>
background-color css
<style>
a { background-color: #F25509; }
a { background-color: rgb(242,85,9); }
div.DivClassName
{
background-color: #F25509;
}
.BgClassName
{
background-color: #F25509;
}
</style>
border-color css
<style>
span { border-color: #F25509; }
span { border-color: rgb(242,85,9); }
td.TdClassName
{
border-color: #F25509;
}
.TagClassName
{
border-color: #F25509;
}
</style>