Shades of Persimmon #F04F16
Tints of Persimmon #F04F16
RGB
CMYK
RGB Variations
Color information
#F04F16 (or 0xF04F16) is known color: Persimmon. HEX triplet: F0, 4F and 16. RGB value is (240,79,22). Sum of RGB (Red+Green+Blue) = 240+79+22=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04F16 is #0FB0E9. Grayscale: #797979. Windows color (decimal): -1028330 or 1462256. OLE color: 1462256.
HSL color Cylindrical-coordinate representation of color #F04F16: hue angle of 15.69º 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 #F04F16 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 22 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.06 |
| HSL | 15.69º | 0.88% | 0.51% | - |
| HSV(B) | 15.69º | 0.91% | 0.94% | - |
| XYZ | 38.88 | 24.18 | 3.38 | - |
| YUV | 120.64 | 72.34 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 22 | 0 | 0.67 | 0.91 | 0.06 | 15.69 | 0.88 | 0.51 |
| Hex | F0 | 4F | 16 | 0 | 43 | 5B | 6 | 10 | 58 | 33 |
| Octal | 360 | 117 | 26 | 0 | 103 | 133 | 6 | 20 | 130 | 63 |
| Binary | 11110000 | 1001111 | 10110 | 0 | 1000011 | 1011011 | 110 | 10000 | 1011000 | 110011 |
Color Harmonies of #F04F16
Complementary color
Monochromatic Colors of #F04F16
Black with #F04F16
Text Example
Text Example
White with #F04F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F16; }
p { color: rgb(240,79,22); }
H1.HeaderClassName
{
color: #F04F16;
}
.AnyTagClassName
{
color: #F04F16;
}
</style>
background-color css
<style>
a { background-color: #F04F16; }
a { background-color: rgb(240,79,22); }
div.DivClassName
{
background-color: #F04F16;
}
.BgClassName
{
background-color: #F04F16;
}
</style>
border-color css
<style>
span { border-color: #F04F16; }
span { border-color: rgb(240,79,22); }
td.TdClassName
{
border-color: #F04F16;
}
.TagClassName
{
border-color: #F04F16;
}
</style>