Shades of Persimmon #F85C0D
Tints of Persimmon #F85C0D
RGB
CMYK
RGB Variations
Color information
#F85C0D (or 0xF85C0D) is known color: Persimmon. HEX triplet: F8, 5C and 0D. RGB value is (248,92,13). Sum of RGB (Red+Green+Blue) = 248+92+13=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85C0D is #07A3F2. Grayscale: #828282. Windows color (decimal): -500723 or 875768. OLE color: 875768.
HSL color Cylindrical-coordinate representation of color #F85C0D: hue angle of 20.17º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F85C0D is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 92 | 13 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.03 |
| HSL | 20.17º | 0.94% | 0.51% | - |
| HSV(B) | 20.17º | 0.95% | 0.97% | - |
| XYZ | 42.61 | 27.64 | 3.47 | - |
| YUV | 129.64 | 62.18 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 92 | 13 | 0 | 0.63 | 0.95 | 0.03 | 20.17 | 0.94 | 0.51 |
| Hex | F8 | 5C | D | 0 | 3F | 5F | 3 | 14 | 5E | 33 |
| Octal | 370 | 134 | 15 | 0 | 77 | 137 | 3 | 24 | 136 | 63 |
| Binary | 11111000 | 1011100 | 1101 | 0 | 111111 | 1011111 | 11 | 10100 | 1011110 | 110011 |
Color Harmonies of #F85C0D
Complementary color
Monochromatic Colors of #F85C0D
Black with #F85C0D
Text Example
Text Example
White with #F85C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85C0D; }
p { color: rgb(248,92,13); }
H1.HeaderClassName
{
color: #F85C0D;
}
.AnyTagClassName
{
color: #F85C0D;
}
</style>
background-color css
<style>
a { background-color: #F85C0D; }
a { background-color: rgb(248,92,13); }
div.DivClassName
{
background-color: #F85C0D;
}
.BgClassName
{
background-color: #F85C0D;
}
</style>
border-color css
<style>
span { border-color: #F85C0D; }
span { border-color: rgb(248,92,13); }
td.TdClassName
{
border-color: #F85C0D;
}
.TagClassName
{
border-color: #F85C0D;
}
</style>