Shades of Persimmon #F4600E
Tints of Persimmon #F4600E
RGB
CMYK
RGB Variations
Color information
#F4600E (or 0xF4600E) is known color: Persimmon. HEX triplet: F4, 60 and 0E. RGB value is (244,96,14). Sum of RGB (Red+Green+Blue) = 244+96+14=354 (46% of max value = 765). Red value is 244 (95.70% from 255 or 68.93% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 244 - color contains mainly: red. Hex color #F4600E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4600E is #0B9FF1. Grayscale: #838383. Windows color (decimal): -761842 or 942324. OLE color: 942324.
HSL color Cylindrical-coordinate representation of color #F4600E: hue angle of 21.39º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4600E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 96 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.04 |
| HSL | 21.39º | 0.91% | 0.51% | - |
| HSV(B) | 21.39º | 0.94% | 0.96% | - |
| XYZ | 41.57 | 27.63 | 3.56 | - |
| YUV | 130.9 | 62.03 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 96 | 14 | 0 | 0.61 | 0.94 | 0.04 | 21.39 | 0.91 | 0.51 |
| Hex | F4 | 60 | E | 0 | 3D | 5E | 4 | 15 | 5B | 33 |
| Octal | 364 | 140 | 16 | 0 | 75 | 136 | 4 | 25 | 133 | 63 |
| Binary | 11110100 | 1100000 | 1110 | 0 | 111101 | 1011110 | 100 | 10101 | 1011011 | 110011 |
Color Harmonies of #F4600E
Complementary color
Monochromatic Colors of #F4600E
Black with #F4600E
Text Example
Text Example
White with #F4600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4600E; }
p { color: rgb(244,96,14); }
H1.HeaderClassName
{
color: #F4600E;
}
.AnyTagClassName
{
color: #F4600E;
}
</style>
background-color css
<style>
a { background-color: #F4600E; }
a { background-color: rgb(244,96,14); }
div.DivClassName
{
background-color: #F4600E;
}
.BgClassName
{
background-color: #F4600E;
}
</style>
border-color css
<style>
span { border-color: #F4600E; }
span { border-color: rgb(244,96,14); }
td.TdClassName
{
border-color: #F4600E;
}
.TagClassName
{
border-color: #F4600E;
}
</style>