Shades of Persimmon #F05D16
Tints of Persimmon #F05D16
RGB
CMYK
RGB Variations
Color information
#F05D16 (or 0xF05D16) is known color: Persimmon. HEX triplet: F0, 5D and 16. RGB value is (240,93,22). Sum of RGB (Red+Green+Blue) = 240+93+22=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05D16 is #0FA2E9. Grayscale: #818181. Windows color (decimal): -1024746 or 1465840. OLE color: 1465840.
HSL color Cylindrical-coordinate representation of color #F05D16: hue angle of 19.54º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F05D16 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 22 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.06 |
| HSL | 19.54º | 0.88% | 0.51% | - |
| HSV(B) | 19.54º | 0.91% | 0.94% | - |
| XYZ | 39.99 | 26.41 | 3.75 | - |
| YUV | 128.86 | 67.7 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 22 | 0 | 0.61 | 0.91 | 0.06 | 19.54 | 0.88 | 0.51 |
| Hex | F0 | 5D | 16 | 0 | 3D | 5B | 6 | 14 | 58 | 33 |
| Octal | 360 | 135 | 26 | 0 | 75 | 133 | 6 | 24 | 130 | 63 |
| Binary | 11110000 | 1011101 | 10110 | 0 | 111101 | 1011011 | 110 | 10100 | 1011000 | 110011 |
Color Harmonies of #F05D16
Complementary color
Monochromatic Colors of #F05D16
Black with #F05D16
Text Example
Text Example
White with #F05D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D16; }
p { color: rgb(240,93,22); }
H1.HeaderClassName
{
color: #F05D16;
}
.AnyTagClassName
{
color: #F05D16;
}
</style>
background-color css
<style>
a { background-color: #F05D16; }
a { background-color: rgb(240,93,22); }
div.DivClassName
{
background-color: #F05D16;
}
.BgClassName
{
background-color: #F05D16;
}
</style>
border-color css
<style>
span { border-color: #F05D16; }
span { border-color: rgb(240,93,22); }
td.TdClassName
{
border-color: #F05D16;
}
.TagClassName
{
border-color: #F05D16;
}
</style>