Shades of Persimmon #F04E0D
Tints of Persimmon #F04E0D
RGB
CMYK
RGB Variations
Color information
#F04E0D (or 0xF04E0D) is known color: Persimmon. HEX triplet: F0, 4E and 0D. RGB value is (240,78,13). Sum of RGB (Red+Green+Blue) = 240+78+13=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04E0D is #0FB1F2. Grayscale: #777777. Windows color (decimal): -1028595 or 872176. OLE color: 872176.
HSL color Cylindrical-coordinate representation of color #F04E0D: hue angle of 17.18º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F04E0D is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 78 | 13 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.06 |
| HSL | 17.18º | 0.9% | 0.5% | - |
| HSV(B) | 17.18º | 0.95% | 0.94% | - |
| XYZ | 38.73 | 24 | 2.97 | - |
| YUV | 119.03 | 68.17 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 78 | 13 | 0 | 0.68 | 0.95 | 0.06 | 17.18 | 0.9 | 0.5 |
| Hex | F0 | 4E | D | 0 | 44 | 5F | 6 | 11 | 5A | 32 |
| Octal | 360 | 116 | 15 | 0 | 104 | 137 | 6 | 21 | 132 | 62 |
| Binary | 11110000 | 1001110 | 1101 | 0 | 1000100 | 1011111 | 110 | 10001 | 1011010 | 110010 |
Color Harmonies of #F04E0D
Complementary color
Monochromatic Colors of #F04E0D
Black with #F04E0D
Text Example
Text Example
White with #F04E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04E0D; }
p { color: rgb(240,78,13); }
H1.HeaderClassName
{
color: #F04E0D;
}
.AnyTagClassName
{
color: #F04E0D;
}
</style>
background-color css
<style>
a { background-color: #F04E0D; }
a { background-color: rgb(240,78,13); }
div.DivClassName
{
background-color: #F04E0D;
}
.BgClassName
{
background-color: #F04E0D;
}
</style>
border-color css
<style>
span { border-color: #F04E0D; }
span { border-color: rgb(240,78,13); }
td.TdClassName
{
border-color: #F04E0D;
}
.TagClassName
{
border-color: #F04E0D;
}
</style>