Shades of Persimmon #F04E06
Tints of Persimmon #F04E06
RGB
CMYK
RGB Variations
Color information
#F04E06 (or 0xF04E06) is known color: Persimmon. HEX triplet: F0, 4E and 06. RGB value is (240,78,6). Sum of RGB (Red+Green+Blue) = 240+78+6=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04E06 is #0FB1F9. Grayscale: #767676. Windows color (decimal): -1028602 or 413424. OLE color: 413424.
HSL color Cylindrical-coordinate representation of color #F04E06: hue angle of 18.46º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F04E06 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 6 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.06 |
| HSL | 18.46º | 0.95% | 0.48% | - |
| HSV(B) | 18.46º | 0.98% | 0.94% | - |
| XYZ | 38.69 | 23.99 | 2.76 | - |
| YUV | 118.23 | 64.67 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 6 | 0 | 0.68 | 0.98 | 0.06 | 18.46 | 0.95 | 0.48 |
| Hex | F0 | 4E | 6 | 0 | 44 | 62 | 6 | 12 | 5F | 30 |
| Octal | 360 | 116 | 6 | 0 | 104 | 142 | 6 | 22 | 137 | 60 |
| Binary | 11110000 | 1001110 | 110 | 0 | 1000100 | 1100010 | 110 | 10010 | 1011111 | 110000 |
Color Harmonies of #F04E06
Complementary color
Monochromatic Colors of #F04E06
Black with #F04E06
Text Example
Text Example
White with #F04E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04E06; }
p { color: rgb(240,78,6); }
H1.HeaderClassName
{
color: #F04E06;
}
.AnyTagClassName
{
color: #F04E06;
}
</style>
background-color css
<style>
a { background-color: #F04E06; }
a { background-color: rgb(240,78,6); }
div.DivClassName
{
background-color: #F04E06;
}
.BgClassName
{
background-color: #F04E06;
}
</style>
border-color css
<style>
span { border-color: #F04E06; }
span { border-color: rgb(240,78,6); }
td.TdClassName
{
border-color: #F04E06;
}
.TagClassName
{
border-color: #F04E06;
}
</style>