Shades of Persimmon #F45515
Tints of Persimmon #F45515
RGB
CMYK
RGB Variations
Color information
#F45515 (or 0xF45515) is known color: Persimmon. HEX triplet: F4, 55 and 15. RGB value is (244,85,21). Sum of RGB (Red+Green+Blue) = 244+85+21=350 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.71% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 244 - color contains mainly: red. Hex color #F45515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45515 is #0BAAEA. Grayscale: #7D7D7D. Windows color (decimal): -764651 or 1398260. OLE color: 1398260.
HSL color Cylindrical-coordinate representation of color #F45515: hue angle of 17.22º 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 #F45515 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 21 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.04 |
| HSL | 17.22º | 0.91% | 0.52% | - |
| HSV(B) | 17.22º | 0.91% | 0.96% | - |
| XYZ | 40.69 | 25.78 | 3.54 | - |
| YUV | 125.25 | 69.18 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 21 | 0 | 0.65 | 0.91 | 0.04 | 17.22 | 0.91 | 0.52 |
| Hex | F4 | 55 | 15 | 0 | 41 | 5B | 4 | 11 | 5B | 34 |
| Octal | 364 | 125 | 25 | 0 | 101 | 133 | 4 | 21 | 133 | 64 |
| Binary | 11110100 | 1010101 | 10101 | 0 | 1000001 | 1011011 | 100 | 10001 | 1011011 | 110100 |
Color Harmonies of #F45515
Complementary color
Monochromatic Colors of #F45515
Black with #F45515
Text Example
Text Example
White with #F45515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45515; }
p { color: rgb(244,85,21); }
H1.HeaderClassName
{
color: #F45515;
}
.AnyTagClassName
{
color: #F45515;
}
</style>
background-color css
<style>
a { background-color: #F45515; }
a { background-color: rgb(244,85,21); }
div.DivClassName
{
background-color: #F45515;
}
.BgClassName
{
background-color: #F45515;
}
</style>
border-color css
<style>
span { border-color: #F45515; }
span { border-color: rgb(244,85,21); }
td.TdClassName
{
border-color: #F45515;
}
.TagClassName
{
border-color: #F45515;
}
</style>