Shades of Persimmon #F04F12
Tints of Persimmon #F04F12
RGB
CMYK
RGB Variations
Color information
#F04F12 (or 0xF04F12) is known color: Persimmon. HEX triplet: F0, 4F and 12. RGB value is (240,79,18). Sum of RGB (Red+Green+Blue) = 240+79+18=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04F12 is #0FB0ED. Grayscale: #787878. Windows color (decimal): -1028334 or 1200112. OLE color: 1200112.
HSL color Cylindrical-coordinate representation of color #F04F12: hue angle of 16.49º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F04F12 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 79 | 18 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.06 |
| HSL | 16.49º | 0.88% | 0.51% | - |
| HSV(B) | 16.49º | 0.93% | 0.94% | - |
| XYZ | 38.84 | 24.16 | 3.19 | - |
| YUV | 120.19 | 70.34 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 79 | 18 | 0 | 0.67 | 0.92 | 0.06 | 16.49 | 0.88 | 0.51 |
| Hex | F0 | 4F | 12 | 0 | 43 | 5C | 6 | 10 | 58 | 33 |
| Octal | 360 | 117 | 22 | 0 | 103 | 134 | 6 | 20 | 130 | 63 |
| Binary | 11110000 | 1001111 | 10010 | 0 | 1000011 | 1011100 | 110 | 10000 | 1011000 | 110011 |
Color Harmonies of #F04F12
Complementary color
Monochromatic Colors of #F04F12
Black with #F04F12
Text Example
Text Example
White with #F04F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04F12; }
p { color: rgb(240,79,18); }
H1.HeaderClassName
{
color: #F04F12;
}
.AnyTagClassName
{
color: #F04F12;
}
</style>
background-color css
<style>
a { background-color: #F04F12; }
a { background-color: rgb(240,79,18); }
div.DivClassName
{
background-color: #F04F12;
}
.BgClassName
{
background-color: #F04F12;
}
</style>
border-color css
<style>
span { border-color: #F04F12; }
span { border-color: rgb(240,79,18); }
td.TdClassName
{
border-color: #F04F12;
}
.TagClassName
{
border-color: #F04F12;
}
</style>