Shades of Persimmon #F05618
Tints of Persimmon #F05618
RGB
CMYK
RGB Variations
Color information
#F05618 (or 0xF05618) is known color: Persimmon. HEX triplet: F0, 56 and 18. RGB value is (240,86,24). Sum of RGB (Red+Green+Blue) = 240+86+24=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F05618 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05618 is #0FA9E7. Grayscale: #7D7D7D. Windows color (decimal): -1026536 or 1595120. OLE color: 1595120.
HSL color Cylindrical-coordinate representation of color #F05618: hue angle of 17.22º 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 #F05618 is Cyan = 0, Magento = 0.64, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 24 | - |
| CMYK | 0 | 0.64 | 0.9 | 0.06 |
| HSL | 17.22º | 0.88% | 0.52% | - |
| HSV(B) | 17.22º | 0.9% | 0.94% | - |
| XYZ | 39.43 | 25.25 | 3.66 | - |
| YUV | 124.98 | 71.02 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 24 | 0 | 0.64 | 0.9 | 0.06 | 17.22 | 0.88 | 0.52 |
| Hex | F0 | 56 | 18 | 0 | 40 | 5A | 6 | 11 | 58 | 34 |
| Octal | 360 | 126 | 30 | 0 | 100 | 132 | 6 | 21 | 130 | 64 |
| Binary | 11110000 | 1010110 | 11000 | 0 | 1000000 | 1011010 | 110 | 10001 | 1011000 | 110100 |
Color Harmonies of #F05618
Complementary color
Monochromatic Colors of #F05618
Black with #F05618
Text Example
Text Example
White with #F05618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05618; }
p { color: rgb(240,86,24); }
H1.HeaderClassName
{
color: #F05618;
}
.AnyTagClassName
{
color: #F05618;
}
</style>
background-color css
<style>
a { background-color: #F05618; }
a { background-color: rgb(240,86,24); }
div.DivClassName
{
background-color: #F05618;
}
.BgClassName
{
background-color: #F05618;
}
</style>
border-color css
<style>
span { border-color: #F05618; }
span { border-color: rgb(240,86,24); }
td.TdClassName
{
border-color: #F05618;
}
.TagClassName
{
border-color: #F05618;
}
</style>