Shades of Persimmon #F04D16
Tints of Persimmon #F04D16
RGB
CMYK
RGB Variations
Color information
#F04D16 (or 0xF04D16) is known color: Persimmon. HEX triplet: F0, 4D and 16. RGB value is (240,77,22). Sum of RGB (Red+Green+Blue) = 240+77+22=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04D16 is #0FB2E9. Grayscale: #777777. Windows color (decimal): -1028842 or 1461744. OLE color: 1461744.
HSL color Cylindrical-coordinate representation of color #F04D16: hue angle of 15.14º 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 #F04D16 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 22 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.06 |
| HSL | 15.14º | 0.88% | 0.51% | - |
| HSV(B) | 15.14º | 0.91% | 0.94% | - |
| XYZ | 38.73 | 23.89 | 3.33 | - |
| YUV | 119.47 | 73 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 22 | 0 | 0.68 | 0.91 | 0.06 | 15.14 | 0.88 | 0.51 |
| Hex | F0 | 4D | 16 | 0 | 44 | 5B | 6 | F | 58 | 33 |
| Octal | 360 | 115 | 26 | 0 | 104 | 133 | 6 | 17 | 130 | 63 |
| Binary | 11110000 | 1001101 | 10110 | 0 | 1000100 | 1011011 | 110 | 1111 | 1011000 | 110011 |
Color Harmonies of #F04D16
Complementary color
Monochromatic Colors of #F04D16
Black with #F04D16
Text Example
Text Example
White with #F04D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04D16; }
p { color: rgb(240,77,22); }
H1.HeaderClassName
{
color: #F04D16;
}
.AnyTagClassName
{
color: #F04D16;
}
</style>
background-color css
<style>
a { background-color: #F04D16; }
a { background-color: rgb(240,77,22); }
div.DivClassName
{
background-color: #F04D16;
}
.BgClassName
{
background-color: #F04D16;
}
</style>
border-color css
<style>
span { border-color: #F04D16; }
span { border-color: rgb(240,77,22); }
td.TdClassName
{
border-color: #F04D16;
}
.TagClassName
{
border-color: #F04D16;
}
</style>