Shades of Persimmon #F25318
Tints of Persimmon #F25318
RGB
CMYK
RGB Variations
Color information
#F25318 (or 0xF25318) is known color: Persimmon. HEX triplet: F2, 53 and 18. RGB value is (242,83,24). Sum of RGB (Red+Green+Blue) = 242+83+24=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F25318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25318 is #0DACE7. Grayscale: #7C7C7C. Windows color (decimal): -896232 or 1594354. OLE color: 1594354.
HSL color Cylindrical-coordinate representation of color #F25318: hue angle of 16.24º 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 #F25318 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 24 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.05 |
| HSL | 16.24º | 0.89% | 0.52% | - |
| HSV(B) | 16.24º | 0.9% | 0.95% | - |
| XYZ | 39.88 | 25.13 | 3.61 | - |
| YUV | 123.82 | 71.68 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 24 | 0 | 0.66 | 0.90 | 0.05 | 16.24 | 0.89 | 0.52 |
| Hex | F2 | 53 | 18 | 0 | 42 | 5A | 5 | 10 | 59 | 34 |
| Octal | 362 | 123 | 30 | 0 | 102 | 132 | 5 | 20 | 131 | 64 |
| Binary | 11110010 | 1010011 | 11000 | 0 | 1000010 | 1011010 | 101 | 10000 | 1011001 | 110100 |
Color Harmonies of #F25318
Complementary color
Monochromatic Colors of #F25318
Black with #F25318
Text Example
Text Example
White with #F25318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25318; }
p { color: rgb(242,83,24); }
H1.HeaderClassName
{
color: #F25318;
}
.AnyTagClassName
{
color: #F25318;
}
</style>
background-color css
<style>
a { background-color: #F25318; }
a { background-color: rgb(242,83,24); }
div.DivClassName
{
background-color: #F25318;
}
.BgClassName
{
background-color: #F25318;
}
</style>
border-color css
<style>
span { border-color: #F25318; }
span { border-color: rgb(242,83,24); }
td.TdClassName
{
border-color: #F25318;
}
.TagClassName
{
border-color: #F25318;
}
</style>