Shades of Persimmon #F05917
Tints of Persimmon #F05917
RGB
CMYK
RGB Variations
Color information
#F05917 (or 0xF05917) is known color: Persimmon. HEX triplet: F0, 59 and 17. RGB value is (240,89,23). Sum of RGB (Red+Green+Blue) = 240+89+23=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F05917 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05917 is #0FA6E8. Grayscale: #7F7F7F. Windows color (decimal): -1025769 or 1530352. OLE color: 1530352.
HSL color Cylindrical-coordinate representation of color #F05917: hue angle of 18.25º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F05917 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 23 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.06 |
| HSL | 18.25º | 0.88% | 0.52% | - |
| HSV(B) | 18.25º | 0.9% | 0.94% | - |
| XYZ | 39.66 | 25.73 | 3.69 | - |
| YUV | 126.63 | 69.53 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 23 | 0 | 0.63 | 0.90 | 0.06 | 18.25 | 0.88 | 0.52 |
| Hex | F0 | 59 | 17 | 0 | 3F | 5A | 6 | 12 | 58 | 34 |
| Octal | 360 | 131 | 27 | 0 | 77 | 132 | 6 | 22 | 130 | 64 |
| Binary | 11110000 | 1011001 | 10111 | 0 | 111111 | 1011010 | 110 | 10010 | 1011000 | 110100 |
Color Harmonies of #F05917
Complementary color
Monochromatic Colors of #F05917
Black with #F05917
Text Example
Text Example
White with #F05917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05917; }
p { color: rgb(240,89,23); }
H1.HeaderClassName
{
color: #F05917;
}
.AnyTagClassName
{
color: #F05917;
}
</style>
background-color css
<style>
a { background-color: #F05917; }
a { background-color: rgb(240,89,23); }
div.DivClassName
{
background-color: #F05917;
}
.BgClassName
{
background-color: #F05917;
}
</style>
border-color css
<style>
span { border-color: #F05917; }
span { border-color: rgb(240,89,23); }
td.TdClassName
{
border-color: #F05917;
}
.TagClassName
{
border-color: #F05917;
}
</style>