Shades of Persimmon #F45D17
Tints of Persimmon #F45D17
RGB
CMYK
RGB Variations
Color information
#F45D17 (or 0xF45D17) is known color: Persimmon. HEX triplet: F4, 5D and 17. RGB value is (244,93,23). Sum of RGB (Red+Green+Blue) = 244+93+23=360 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.78% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45D17 is #0BA2E8. Grayscale: #828282. Windows color (decimal): -762601 or 1531380. OLE color: 1531380.
HSL color Cylindrical-coordinate representation of color #F45D17: hue angle of 19º 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 #F45D17 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 23 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.04 |
| HSL | 19º | 0.91% | 0.52% | - |
| HSV(B) | 19º | 0.91% | 0.96% | - |
| XYZ | 41.38 | 27.12 | 3.87 | - |
| YUV | 130.17 | 67.53 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 23 | 0 | 0.62 | 0.91 | 0.04 | 19 | 0.91 | 0.52 |
| Hex | F4 | 5D | 17 | 0 | 3E | 5B | 4 | 13 | 5B | 34 |
| Octal | 364 | 135 | 27 | 0 | 76 | 133 | 4 | 23 | 133 | 64 |
| Binary | 11110100 | 1011101 | 10111 | 0 | 111110 | 1011011 | 100 | 10011 | 1011011 | 110100 |
Color Harmonies of #F45D17
Complementary color
Monochromatic Colors of #F45D17
Black with #F45D17
Text Example
Text Example
White with #F45D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45D17; }
p { color: rgb(244,93,23); }
H1.HeaderClassName
{
color: #F45D17;
}
.AnyTagClassName
{
color: #F45D17;
}
</style>
background-color css
<style>
a { background-color: #F45D17; }
a { background-color: rgb(244,93,23); }
div.DivClassName
{
background-color: #F45D17;
}
.BgClassName
{
background-color: #F45D17;
}
</style>
border-color css
<style>
span { border-color: #F45D17; }
span { border-color: rgb(244,93,23); }
td.TdClassName
{
border-color: #F45D17;
}
.TagClassName
{
border-color: #F45D17;
}
</style>