Shades of Persimmon #F25217
Tints of Persimmon #F25217
RGB
CMYK
RGB Variations
Color information
#F25217 (or 0xF25217) is known color: Persimmon. HEX triplet: F2, 52 and 17. RGB value is (242,82,23). Sum of RGB (Red+Green+Blue) = 242+82+23=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F25217 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25217 is #0DADE8. Grayscale: #7B7B7B. Windows color (decimal): -896489 or 1528562. OLE color: 1528562.
HSL color Cylindrical-coordinate representation of color #F25217: hue angle of 16.16º 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 #F25217 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 23 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.05 |
| HSL | 16.16º | 0.89% | 0.52% | - |
| HSV(B) | 16.16º | 0.9% | 0.95% | - |
| XYZ | 39.79 | 24.97 | 3.53 | - |
| YUV | 123.11 | 71.51 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 23 | 0 | 0.66 | 0.90 | 0.05 | 16.16 | 0.89 | 0.52 |
| Hex | F2 | 52 | 17 | 0 | 42 | 5A | 5 | 10 | 59 | 34 |
| Octal | 362 | 122 | 27 | 0 | 102 | 132 | 5 | 20 | 131 | 64 |
| Binary | 11110010 | 1010010 | 10111 | 0 | 1000010 | 1011010 | 101 | 10000 | 1011001 | 110100 |
Color Harmonies of #F25217
Complementary color
Monochromatic Colors of #F25217
Black with #F25217
Text Example
Text Example
White with #F25217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25217; }
p { color: rgb(242,82,23); }
H1.HeaderClassName
{
color: #F25217;
}
.AnyTagClassName
{
color: #F25217;
}
</style>
background-color css
<style>
a { background-color: #F25217; }
a { background-color: rgb(242,82,23); }
div.DivClassName
{
background-color: #F25217;
}
.BgClassName
{
background-color: #F25217;
}
</style>
border-color css
<style>
span { border-color: #F25217; }
span { border-color: rgb(242,82,23); }
td.TdClassName
{
border-color: #F25217;
}
.TagClassName
{
border-color: #F25217;
}
</style>