Shades of Persimmon #F45715
Tints of Persimmon #F45715
RGB
CMYK
RGB Variations
Color information
#F45715 (or 0xF45715) is known color: Persimmon. HEX triplet: F4, 57 and 15. RGB value is (244,87,21). Sum of RGB (Red+Green+Blue) = 244+87+21=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F45715 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45715 is #0BA8EA. Grayscale: #7E7E7E. Windows color (decimal): -764139 or 1398772. OLE color: 1398772.
HSL color Cylindrical-coordinate representation of color #F45715: hue angle of 17.76º 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 #F45715 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 87 | 21 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.04 |
| HSL | 17.76º | 0.91% | 0.52% | - |
| HSV(B) | 17.76º | 0.91% | 0.96% | - |
| XYZ | 40.85 | 26.1 | 3.59 | - |
| YUV | 126.42 | 68.51 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 87 | 21 | 0 | 0.64 | 0.91 | 0.04 | 17.76 | 0.91 | 0.52 |
| Hex | F4 | 57 | 15 | 0 | 40 | 5B | 4 | 12 | 5B | 34 |
| Octal | 364 | 127 | 25 | 0 | 100 | 133 | 4 | 22 | 133 | 64 |
| Binary | 11110100 | 1010111 | 10101 | 0 | 1000000 | 1011011 | 100 | 10010 | 1011011 | 110100 |
Color Harmonies of #F45715
Complementary color
Monochromatic Colors of #F45715
Black with #F45715
Text Example
Text Example
White with #F45715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45715; }
p { color: rgb(244,87,21); }
H1.HeaderClassName
{
color: #F45715;
}
.AnyTagClassName
{
color: #F45715;
}
</style>
background-color css
<style>
a { background-color: #F45715; }
a { background-color: rgb(244,87,21); }
div.DivClassName
{
background-color: #F45715;
}
.BgClassName
{
background-color: #F45715;
}
</style>
border-color css
<style>
span { border-color: #F45715; }
span { border-color: rgb(244,87,21); }
td.TdClassName
{
border-color: #F45715;
}
.TagClassName
{
border-color: #F45715;
}
</style>