Shades of Persimmon #F04D13
Tints of Persimmon #F04D13
RGB
CMYK
RGB Variations
Color information
#F04D13 (or 0xF04D13) is known color: Persimmon. HEX triplet: F0, 4D and 13. RGB value is (240,77,19). Sum of RGB (Red+Green+Blue) = 240+77+19=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04D13 is #0FB2EC. Grayscale: #777777. Windows color (decimal): -1028845 or 1265136. OLE color: 1265136.
HSL color Cylindrical-coordinate representation of color #F04D13: hue angle of 15.75º 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 #F04D13 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 19 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.06 |
| HSL | 15.75º | 0.88% | 0.51% | - |
| HSV(B) | 15.75º | 0.92% | 0.94% | - |
| XYZ | 38.71 | 23.88 | 3.19 | - |
| YUV | 119.13 | 71.5 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 19 | 0 | 0.68 | 0.92 | 0.06 | 15.75 | 0.88 | 0.51 |
| Hex | F0 | 4D | 13 | 0 | 44 | 5C | 6 | 10 | 58 | 33 |
| Octal | 360 | 115 | 23 | 0 | 104 | 134 | 6 | 20 | 130 | 63 |
| Binary | 11110000 | 1001101 | 10011 | 0 | 1000100 | 1011100 | 110 | 10000 | 1011000 | 110011 |
Color Harmonies of #F04D13
Complementary color
Monochromatic Colors of #F04D13
Black with #F04D13
Text Example
Text Example
White with #F04D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04D13; }
p { color: rgb(240,77,19); }
H1.HeaderClassName
{
color: #F04D13;
}
.AnyTagClassName
{
color: #F04D13;
}
</style>
background-color css
<style>
a { background-color: #F04D13; }
a { background-color: rgb(240,77,19); }
div.DivClassName
{
background-color: #F04D13;
}
.BgClassName
{
background-color: #F04D13;
}
</style>
border-color css
<style>
span { border-color: #F04D13; }
span { border-color: rgb(240,77,19); }
td.TdClassName
{
border-color: #F04D13;
}
.TagClassName
{
border-color: #F04D13;
}
</style>