Shades of Persimmon #F05E14
Tints of Persimmon #F05E14
RGB
CMYK
RGB Variations
Color information
#F05E14 (or 0xF05E14) is known color: Persimmon. HEX triplet: F0, 5E and 14. RGB value is (240,94,20). Sum of RGB (Red+Green+Blue) = 240+94+20=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05E14 is #0FA1EB. Grayscale: #818181. Windows color (decimal): -1024492 or 1335024. OLE color: 1335024.
HSL color Cylindrical-coordinate representation of color #F05E14: hue angle of 20.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F05E14 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 94 | 20 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.06 |
| HSL | 20.18º | 0.88% | 0.51% | - |
| HSV(B) | 20.18º | 0.92% | 0.94% | - |
| XYZ | 40.06 | 26.58 | 3.68 | - |
| YUV | 129.22 | 66.37 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 94 | 20 | 0 | 0.61 | 0.92 | 0.06 | 20.18 | 0.88 | 0.51 |
| Hex | F0 | 5E | 14 | 0 | 3D | 5C | 6 | 14 | 58 | 33 |
| Octal | 360 | 136 | 24 | 0 | 75 | 134 | 6 | 24 | 130 | 63 |
| Binary | 11110000 | 1011110 | 10100 | 0 | 111101 | 1011100 | 110 | 10100 | 1011000 | 110011 |
Color Harmonies of #F05E14
Complementary color
Monochromatic Colors of #F05E14
Black with #F05E14
Text Example
Text Example
White with #F05E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05E14; }
p { color: rgb(240,94,20); }
H1.HeaderClassName
{
color: #F05E14;
}
.AnyTagClassName
{
color: #F05E14;
}
</style>
background-color css
<style>
a { background-color: #F05E14; }
a { background-color: rgb(240,94,20); }
div.DivClassName
{
background-color: #F05E14;
}
.BgClassName
{
background-color: #F05E14;
}
</style>
border-color css
<style>
span { border-color: #F05E14; }
span { border-color: rgb(240,94,20); }
td.TdClassName
{
border-color: #F05E14;
}
.TagClassName
{
border-color: #F05E14;
}
</style>