Shades of Persimmon #F0540E
Tints of Persimmon #F0540E
RGB
CMYK
RGB Variations
Color information
#F0540E (or 0xF0540E) is known color: Persimmon. HEX triplet: F0, 54 and 0E. RGB value is (240,84,14). Sum of RGB (Red+Green+Blue) = 240+84+14=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0540E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0540E is #0FABF1. Grayscale: #7B7B7B. Windows color (decimal): -1027058 or 939248. OLE color: 939248.
HSL color Cylindrical-coordinate representation of color #F0540E: hue angle of 18.58º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0540E is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 14 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.06 |
| HSL | 18.58º | 0.89% | 0.5% | - |
| HSV(B) | 18.58º | 0.94% | 0.94% | - |
| XYZ | 39.18 | 24.9 | 3.16 | - |
| YUV | 122.66 | 66.68 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 14 | 0 | 0.65 | 0.94 | 0.06 | 18.58 | 0.89 | 0.5 |
| Hex | F0 | 54 | E | 0 | 41 | 5E | 6 | 13 | 59 | 32 |
| Octal | 360 | 124 | 16 | 0 | 101 | 136 | 6 | 23 | 131 | 62 |
| Binary | 11110000 | 1010100 | 1110 | 0 | 1000001 | 1011110 | 110 | 10011 | 1011001 | 110010 |
Color Harmonies of #F0540E
Complementary color
Monochromatic Colors of #F0540E
Black with #F0540E
Text Example
Text Example
White with #F0540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0540E; }
p { color: rgb(240,84,14); }
H1.HeaderClassName
{
color: #F0540E;
}
.AnyTagClassName
{
color: #F0540E;
}
</style>
background-color css
<style>
a { background-color: #F0540E; }
a { background-color: rgb(240,84,14); }
div.DivClassName
{
background-color: #F0540E;
}
.BgClassName
{
background-color: #F0540E;
}
</style>
border-color css
<style>
span { border-color: #F0540E; }
span { border-color: rgb(240,84,14); }
td.TdClassName
{
border-color: #F0540E;
}
.TagClassName
{
border-color: #F0540E;
}
</style>