Shades of Persimmon #F05517
Tints of Persimmon #F05517
RGB
CMYK
RGB Variations
Color information
#F05517 (or 0xF05517) is known color: Persimmon. HEX triplet: F0, 55 and 17. RGB value is (240,85,23). Sum of RGB (Red+Green+Blue) = 240+85+23=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F05517 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05517 is #0FAAE8. Grayscale: #7C7C7C. Windows color (decimal): -1026793 or 1529328. OLE color: 1529328.
HSL color Cylindrical-coordinate representation of color #F05517: hue angle of 17.14º 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 #F05517 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 23 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.06 |
| HSL | 17.14º | 0.88% | 0.52% | - |
| HSV(B) | 17.14º | 0.9% | 0.94% | - |
| XYZ | 39.34 | 25.08 | 3.58 | - |
| YUV | 124.28 | 70.85 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 23 | 0 | 0.65 | 0.90 | 0.06 | 17.14 | 0.88 | 0.52 |
| Hex | F0 | 55 | 17 | 0 | 41 | 5A | 6 | 11 | 58 | 34 |
| Octal | 360 | 125 | 27 | 0 | 101 | 132 | 6 | 21 | 130 | 64 |
| Binary | 11110000 | 1010101 | 10111 | 0 | 1000001 | 1011010 | 110 | 10001 | 1011000 | 110100 |
Color Harmonies of #F05517
Complementary color
Monochromatic Colors of #F05517
Black with #F05517
Text Example
Text Example
White with #F05517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05517; }
p { color: rgb(240,85,23); }
H1.HeaderClassName
{
color: #F05517;
}
.AnyTagClassName
{
color: #F05517;
}
</style>
background-color css
<style>
a { background-color: #F05517; }
a { background-color: rgb(240,85,23); }
div.DivClassName
{
background-color: #F05517;
}
.BgClassName
{
background-color: #F05517;
}
</style>
border-color css
<style>
span { border-color: #F05517; }
span { border-color: rgb(240,85,23); }
td.TdClassName
{
border-color: #F05517;
}
.TagClassName
{
border-color: #F05517;
}
</style>