Shades of Persimmon #F05D15
Tints of Persimmon #F05D15
RGB
CMYK
RGB Variations
Color information
#F05D15 (or 0xF05D15) is known color: Persimmon. HEX triplet: F0, 5D and 15. RGB value is (240,93,21). Sum of RGB (Red+Green+Blue) = 240+93+21=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05D15 is #0FA2EA. Grayscale: #818181. Windows color (decimal): -1024747 or 1400304. OLE color: 1400304.
HSL color Cylindrical-coordinate representation of color #F05D15: hue angle of 19.73º 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 #F05D15 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 21 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.06 |
| HSL | 19.73º | 0.88% | 0.51% | - |
| HSV(B) | 19.73º | 0.91% | 0.94% | - |
| XYZ | 39.98 | 26.41 | 3.7 | - |
| YUV | 128.75 | 67.2 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 21 | 0 | 0.61 | 0.91 | 0.06 | 19.73 | 0.88 | 0.51 |
| Hex | F0 | 5D | 15 | 0 | 3D | 5B | 6 | 14 | 58 | 33 |
| Octal | 360 | 135 | 25 | 0 | 75 | 133 | 6 | 24 | 130 | 63 |
| Binary | 11110000 | 1011101 | 10101 | 0 | 111101 | 1011011 | 110 | 10100 | 1011000 | 110011 |
Color Harmonies of #F05D15
Complementary color
Monochromatic Colors of #F05D15
Black with #F05D15
Text Example
Text Example
White with #F05D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D15; }
p { color: rgb(240,93,21); }
H1.HeaderClassName
{
color: #F05D15;
}
.AnyTagClassName
{
color: #F05D15;
}
</style>
background-color css
<style>
a { background-color: #F05D15; }
a { background-color: rgb(240,93,21); }
div.DivClassName
{
background-color: #F05D15;
}
.BgClassName
{
background-color: #F05D15;
}
</style>
border-color css
<style>
span { border-color: #F05D15; }
span { border-color: rgb(240,93,21); }
td.TdClassName
{
border-color: #F05D15;
}
.TagClassName
{
border-color: #F05D15;
}
</style>