Shades of Persimmon #F05417
Tints of Persimmon #F05417
RGB
CMYK
RGB Variations
Color information
#F05417 (or 0xF05417) is known color: Persimmon. HEX triplet: F0, 54 and 17. RGB value is (240,84,23). Sum of RGB (Red+Green+Blue) = 240+84+23=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F05417 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05417 is #0FABE8. Grayscale: #7C7C7C. Windows color (decimal): -1027049 or 1529072. OLE color: 1529072.
HSL color Cylindrical-coordinate representation of color #F05417: hue angle of 16.87º 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 #F05417 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 23 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.06 |
| HSL | 16.87º | 0.88% | 0.52% | - |
| HSV(B) | 16.87º | 0.9% | 0.94% | - |
| XYZ | 39.26 | 24.93 | 3.55 | - |
| YUV | 123.69 | 71.18 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 23 | 0 | 0.65 | 0.90 | 0.06 | 16.87 | 0.88 | 0.52 |
| Hex | F0 | 54 | 17 | 0 | 41 | 5A | 6 | 11 | 58 | 34 |
| Octal | 360 | 124 | 27 | 0 | 101 | 132 | 6 | 21 | 130 | 64 |
| Binary | 11110000 | 1010100 | 10111 | 0 | 1000001 | 1011010 | 110 | 10001 | 1011000 | 110100 |
Color Harmonies of #F05417
Complementary color
Monochromatic Colors of #F05417
Black with #F05417
Text Example
Text Example
White with #F05417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05417; }
p { color: rgb(240,84,23); }
H1.HeaderClassName
{
color: #F05417;
}
.AnyTagClassName
{
color: #F05417;
}
</style>
background-color css
<style>
a { background-color: #F05417; }
a { background-color: rgb(240,84,23); }
div.DivClassName
{
background-color: #F05417;
}
.BgClassName
{
background-color: #F05417;
}
</style>
border-color css
<style>
span { border-color: #F05417; }
span { border-color: rgb(240,84,23); }
td.TdClassName
{
border-color: #F05417;
}
.TagClassName
{
border-color: #F05417;
}
</style>