Shades of Persimmon #F45915
Tints of Persimmon #F45915
RGB
CMYK
RGB Variations
Color information
#F45915 (or 0xF45915) is known color: Persimmon. HEX triplet: F4, 59 and 15. RGB value is (244,89,21). Sum of RGB (Red+Green+Blue) = 244+89+21=354 (46% of max value = 765). Red value is 244 (95.70% from 255 or 68.93% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 244 - color contains mainly: red. Hex color #F45915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45915 is #0BA6EA. Grayscale: #808080. Windows color (decimal): -763627 or 1399284. OLE color: 1399284.
HSL color Cylindrical-coordinate representation of color #F45915: hue angle of 18.3º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F45915 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 89 | 21 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.04 |
| HSL | 18.3º | 0.91% | 0.52% | - |
| HSV(B) | 18.3º | 0.91% | 0.96% | - |
| XYZ | 41.02 | 26.43 | 3.65 | - |
| YUV | 127.59 | 67.85 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 89 | 21 | 0 | 0.64 | 0.91 | 0.04 | 18.3 | 0.91 | 0.52 |
| Hex | F4 | 59 | 15 | 0 | 40 | 5B | 4 | 12 | 5B | 34 |
| Octal | 364 | 131 | 25 | 0 | 100 | 133 | 4 | 22 | 133 | 64 |
| Binary | 11110100 | 1011001 | 10101 | 0 | 1000000 | 1011011 | 100 | 10010 | 1011011 | 110100 |
Color Harmonies of #F45915
Complementary color
Monochromatic Colors of #F45915
Black with #F45915
Text Example
Text Example
White with #F45915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45915; }
p { color: rgb(244,89,21); }
H1.HeaderClassName
{
color: #F45915;
}
.AnyTagClassName
{
color: #F45915;
}
</style>
background-color css
<style>
a { background-color: #F45915; }
a { background-color: rgb(244,89,21); }
div.DivClassName
{
background-color: #F45915;
}
.BgClassName
{
background-color: #F45915;
}
</style>
border-color css
<style>
span { border-color: #F45915; }
span { border-color: rgb(244,89,21); }
td.TdClassName
{
border-color: #F45915;
}
.TagClassName
{
border-color: #F45915;
}
</style>