Shades of Persimmon #F45C17
Tints of Persimmon #F45C17
RGB
CMYK
RGB Variations
Color information
#F45C17 (or 0xF45C17) is known color: Persimmon. HEX triplet: F4, 5C and 17. RGB value is (244,92,23). Sum of RGB (Red+Green+Blue) = 244+92+23=359 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.97% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45C17 is #0BA3E8. Grayscale: #828282. Windows color (decimal): -762857 or 1531124. OLE color: 1531124.
HSL color Cylindrical-coordinate representation of color #F45C17: hue angle of 18.73º 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 #F45C17 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 23 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.04 |
| HSL | 18.73º | 0.91% | 0.52% | - |
| HSV(B) | 18.73º | 0.91% | 0.96% | - |
| XYZ | 41.29 | 26.95 | 3.84 | - |
| YUV | 129.58 | 67.86 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 23 | 0 | 0.62 | 0.91 | 0.04 | 18.73 | 0.91 | 0.52 |
| Hex | F4 | 5C | 17 | 0 | 3E | 5B | 4 | 13 | 5B | 34 |
| Octal | 364 | 134 | 27 | 0 | 76 | 133 | 4 | 23 | 133 | 64 |
| Binary | 11110100 | 1011100 | 10111 | 0 | 111110 | 1011011 | 100 | 10011 | 1011011 | 110100 |
Color Harmonies of #F45C17
Complementary color
Monochromatic Colors of #F45C17
Black with #F45C17
Text Example
Text Example
White with #F45C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45C17; }
p { color: rgb(244,92,23); }
H1.HeaderClassName
{
color: #F45C17;
}
.AnyTagClassName
{
color: #F45C17;
}
</style>
background-color css
<style>
a { background-color: #F45C17; }
a { background-color: rgb(244,92,23); }
div.DivClassName
{
background-color: #F45C17;
}
.BgClassName
{
background-color: #F45C17;
}
</style>
border-color css
<style>
span { border-color: #F45C17; }
span { border-color: rgb(244,92,23); }
td.TdClassName
{
border-color: #F45C17;
}
.TagClassName
{
border-color: #F45C17;
}
</style>