Shades of Persimmon #F45717
Tints of Persimmon #F45717
RGB
CMYK
RGB Variations
Color information
#F45717 (or 0xF45717) is known color: Persimmon. HEX triplet: F4, 57 and 17. RGB value is (244,87,23). Sum of RGB (Red+Green+Blue) = 244+87+23=354 (46% of max value = 765). Red value is 244 (95.70% from 255 or 68.93% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 244 - color contains mainly: red. Hex color #F45717 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45717 is #0BA8E8. Grayscale: #7F7F7F. Windows color (decimal): -764137 or 1529844. OLE color: 1529844.
HSL color Cylindrical-coordinate representation of color #F45717: hue angle of 17.38º 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 #F45717 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 87 | 23 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.04 |
| HSL | 17.38º | 0.91% | 0.52% | - |
| HSV(B) | 17.38º | 0.91% | 0.96% | - |
| XYZ | 40.87 | 26.11 | 3.7 | - |
| YUV | 126.65 | 69.51 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 87 | 23 | 0 | 0.64 | 0.91 | 0.04 | 17.38 | 0.91 | 0.52 |
| Hex | F4 | 57 | 17 | 0 | 40 | 5B | 4 | 11 | 5B | 34 |
| Octal | 364 | 127 | 27 | 0 | 100 | 133 | 4 | 21 | 133 | 64 |
| Binary | 11110100 | 1010111 | 10111 | 0 | 1000000 | 1011011 | 100 | 10001 | 1011011 | 110100 |
Color Harmonies of #F45717
Complementary color
Monochromatic Colors of #F45717
Black with #F45717
Text Example
Text Example
White with #F45717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45717; }
p { color: rgb(244,87,23); }
H1.HeaderClassName
{
color: #F45717;
}
.AnyTagClassName
{
color: #F45717;
}
</style>
background-color css
<style>
a { background-color: #F45717; }
a { background-color: rgb(244,87,23); }
div.DivClassName
{
background-color: #F45717;
}
.BgClassName
{
background-color: #F45717;
}
</style>
border-color css
<style>
span { border-color: #F45717; }
span { border-color: rgb(244,87,23); }
td.TdClassName
{
border-color: #F45717;
}
.TagClassName
{
border-color: #F45717;
}
</style>