Shades of Persimmon #F04D15
Tints of Persimmon #F04D15
RGB
CMYK
RGB Variations
Color information
#F04D15 (or 0xF04D15) is known color: Persimmon. HEX triplet: F0, 4D and 15. RGB value is (240,77,21). Sum of RGB (Red+Green+Blue) = 240+77+21=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04D15 is #0FB2EA. Grayscale: #777777. Windows color (decimal): -1028843 or 1396208. OLE color: 1396208.
HSL color Cylindrical-coordinate representation of color #F04D15: hue angle of 15.34º 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 #F04D15 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 21 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.06 |
| HSL | 15.34º | 0.88% | 0.51% | - |
| HSV(B) | 15.34º | 0.91% | 0.94% | - |
| XYZ | 38.72 | 23.89 | 3.28 | - |
| YUV | 119.35 | 72.5 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 21 | 0 | 0.68 | 0.91 | 0.06 | 15.34 | 0.88 | 0.51 |
| Hex | F0 | 4D | 15 | 0 | 44 | 5B | 6 | F | 58 | 33 |
| Octal | 360 | 115 | 25 | 0 | 104 | 133 | 6 | 17 | 130 | 63 |
| Binary | 11110000 | 1001101 | 10101 | 0 | 1000100 | 1011011 | 110 | 1111 | 1011000 | 110011 |
Color Harmonies of #F04D15
Complementary color
Monochromatic Colors of #F04D15
Black with #F04D15
Text Example
Text Example
White with #F04D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04D15; }
p { color: rgb(240,77,21); }
H1.HeaderClassName
{
color: #F04D15;
}
.AnyTagClassName
{
color: #F04D15;
}
</style>
background-color css
<style>
a { background-color: #F04D15; }
a { background-color: rgb(240,77,21); }
div.DivClassName
{
background-color: #F04D15;
}
.BgClassName
{
background-color: #F04D15;
}
</style>
border-color css
<style>
span { border-color: #F04D15; }
span { border-color: rgb(240,77,21); }
td.TdClassName
{
border-color: #F04D15;
}
.TagClassName
{
border-color: #F04D15;
}
</style>