Shades of Persimmon #F85C17
Tints of Persimmon #F85C17
RGB
CMYK
RGB Variations
Color information
#F85C17 (or 0xF85C17) is known color: Persimmon. HEX triplet: F8, 5C and 17. RGB value is (248,92,23). Sum of RGB (Red+Green+Blue) = 248+92+23=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85C17 is #07A3E8. Grayscale: #838383. Windows color (decimal): -500713 or 1531128. OLE color: 1531128.
HSL color Cylindrical-coordinate representation of color #F85C17: hue angle of 18.4º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F85C17 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 23 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.03 |
| HSL | 18.4º | 0.94% | 0.53% | - |
| HSV(B) | 18.4º | 0.91% | 0.97% | - |
| XYZ | 42.69 | 27.67 | 3.9 | - |
| YUV | 130.78 | 67.18 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 23 | 0 | 0.63 | 0.91 | 0.03 | 18.4 | 0.94 | 0.53 |
| Hex | F8 | 5C | 17 | 0 | 3F | 5B | 3 | 12 | 5E | 35 |
| Octal | 370 | 134 | 27 | 0 | 77 | 133 | 3 | 22 | 136 | 65 |
| Binary | 11111000 | 1011100 | 10111 | 0 | 111111 | 1011011 | 11 | 10010 | 1011110 | 110101 |
Color Harmonies of #F85C17
Complementary color
Monochromatic Colors of #F85C17
Black with #F85C17
Text Example
Text Example
White with #F85C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85C17; }
p { color: rgb(248,92,23); }
H1.HeaderClassName
{
color: #F85C17;
}
.AnyTagClassName
{
color: #F85C17;
}
</style>
background-color css
<style>
a { background-color: #F85C17; }
a { background-color: rgb(248,92,23); }
div.DivClassName
{
background-color: #F85C17;
}
.BgClassName
{
background-color: #F85C17;
}
</style>
border-color css
<style>
span { border-color: #F85C17; }
span { border-color: rgb(248,92,23); }
td.TdClassName
{
border-color: #F85C17;
}
.TagClassName
{
border-color: #F85C17;
}
</style>