Shades of Persimmon #F45E18
Tints of Persimmon #F45E18
RGB
CMYK
RGB Variations
Color information
#F45E18 (or 0xF45E18) is known color: Persimmon. HEX triplet: F4, 5E and 18. RGB value is (244,94,24). Sum of RGB (Red+Green+Blue) = 244+94+24=362 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.40% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 244 - color contains mainly: red. Hex color #F45E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45E18 is #0BA1E7. Grayscale: #838383. Windows color (decimal): -762344 or 1597172. OLE color: 1597172.
HSL color Cylindrical-coordinate representation of color #F45E18: hue angle of 19.09º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F45E18 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 94 | 24 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.04 |
| HSL | 19.09º | 0.91% | 0.53% | - |
| HSV(B) | 19.09º | 0.9% | 0.96% | - |
| XYZ | 41.48 | 27.3 | 3.95 | - |
| YUV | 130.87 | 67.7 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 94 | 24 | 0 | 0.61 | 0.90 | 0.04 | 19.09 | 0.91 | 0.53 |
| Hex | F4 | 5E | 18 | 0 | 3D | 5A | 4 | 13 | 5B | 35 |
| Octal | 364 | 136 | 30 | 0 | 75 | 132 | 4 | 23 | 133 | 65 |
| Binary | 11110100 | 1011110 | 11000 | 0 | 111101 | 1011010 | 100 | 10011 | 1011011 | 110101 |
Color Harmonies of #F45E18
Complementary color
Monochromatic Colors of #F45E18
Black with #F45E18
Text Example
Text Example
White with #F45E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45E18; }
p { color: rgb(244,94,24); }
H1.HeaderClassName
{
color: #F45E18;
}
.AnyTagClassName
{
color: #F45E18;
}
</style>
background-color css
<style>
a { background-color: #F45E18; }
a { background-color: rgb(244,94,24); }
div.DivClassName
{
background-color: #F45E18;
}
.BgClassName
{
background-color: #F45E18;
}
</style>
border-color css
<style>
span { border-color: #F45E18; }
span { border-color: rgb(244,94,24); }
td.TdClassName
{
border-color: #F45E18;
}
.TagClassName
{
border-color: #F45E18;
}
</style>