Shades of Persimmon #F25518
Tints of Persimmon #F25518
RGB
CMYK
RGB Variations
Color information
#F25518 (or 0xF25518) is known color: Persimmon. HEX triplet: F2, 55 and 18. RGB value is (242,85,24). Sum of RGB (Red+Green+Blue) = 242+85+24=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F25518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25518 is #0DAAE7. Grayscale: #7D7D7D. Windows color (decimal): -895720 or 1594866. OLE color: 1594866.
HSL color Cylindrical-coordinate representation of color #F25518: hue angle of 16.79º 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 #F25518 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 24 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.05 |
| HSL | 16.79º | 0.89% | 0.52% | - |
| HSV(B) | 16.79º | 0.9% | 0.95% | - |
| XYZ | 40.03 | 25.44 | 3.66 | - |
| YUV | 124.99 | 71.01 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 24 | 0 | 0.65 | 0.90 | 0.05 | 16.79 | 0.89 | 0.52 |
| Hex | F2 | 55 | 18 | 0 | 41 | 5A | 5 | 11 | 59 | 34 |
| Octal | 362 | 125 | 30 | 0 | 101 | 132 | 5 | 21 | 131 | 64 |
| Binary | 11110010 | 1010101 | 11000 | 0 | 1000001 | 1011010 | 101 | 10001 | 1011001 | 110100 |
Color Harmonies of #F25518
Complementary color
Monochromatic Colors of #F25518
Black with #F25518
Text Example
Text Example
White with #F25518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25518; }
p { color: rgb(242,85,24); }
H1.HeaderClassName
{
color: #F25518;
}
.AnyTagClassName
{
color: #F25518;
}
</style>
background-color css
<style>
a { background-color: #F25518; }
a { background-color: rgb(242,85,24); }
div.DivClassName
{
background-color: #F25518;
}
.BgClassName
{
background-color: #F25518;
}
</style>
border-color css
<style>
span { border-color: #F25518; }
span { border-color: rgb(242,85,24); }
td.TdClassName
{
border-color: #F25518;
}
.TagClassName
{
border-color: #F25518;
}
</style>