Shades of Persimmon #F05D13
Tints of Persimmon #F05D13
RGB
CMYK
RGB Variations
Color information
#F05D13 (or 0xF05D13) is known color: Persimmon. HEX triplet: F0, 5D and 13. RGB value is (240,93,19). Sum of RGB (Red+Green+Blue) = 240+93+19=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05D13 is #0FA2EC. Grayscale: #808080. Windows color (decimal): -1024749 or 1269232. OLE color: 1269232.
HSL color Cylindrical-coordinate representation of color #F05D13: hue angle of 20.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F05D13 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 19 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.06 |
| HSL | 20.09º | 0.88% | 0.51% | - |
| HSV(B) | 20.09º | 0.92% | 0.94% | - |
| XYZ | 39.97 | 26.4 | 3.61 | - |
| YUV | 128.52 | 66.2 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 19 | 0 | 0.61 | 0.92 | 0.06 | 20.09 | 0.88 | 0.51 |
| Hex | F0 | 5D | 13 | 0 | 3D | 5C | 6 | 14 | 58 | 33 |
| Octal | 360 | 135 | 23 | 0 | 75 | 134 | 6 | 24 | 130 | 63 |
| Binary | 11110000 | 1011101 | 10011 | 0 | 111101 | 1011100 | 110 | 10100 | 1011000 | 110011 |
Color Harmonies of #F05D13
Complementary color
Monochromatic Colors of #F05D13
Black with #F05D13
Text Example
Text Example
White with #F05D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D13; }
p { color: rgb(240,93,19); }
H1.HeaderClassName
{
color: #F05D13;
}
.AnyTagClassName
{
color: #F05D13;
}
</style>
background-color css
<style>
a { background-color: #F05D13; }
a { background-color: rgb(240,93,19); }
div.DivClassName
{
background-color: #F05D13;
}
.BgClassName
{
background-color: #F05D13;
}
</style>
border-color css
<style>
span { border-color: #F05D13; }
span { border-color: rgb(240,93,19); }
td.TdClassName
{
border-color: #F05D13;
}
.TagClassName
{
border-color: #F05D13;
}
</style>