Shades of Persimmon #F85A0A
Tints of Persimmon #F85A0A
RGB
CMYK
RGB Variations
Color information
#F85A0A (or 0xF85A0A) is known color: Persimmon. HEX triplet: F8, 5A and 0A. RGB value is (248,90,10). Sum of RGB (Red+Green+Blue) = 248+90+10=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85A0A is #07A5F5. Grayscale: #808080. Windows color (decimal): -501238 or 678648. OLE color: 678648.
HSL color Cylindrical-coordinate representation of color #F85A0A: 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.96%. Process color model (Four color, CMYK) of #F85A0A is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 10 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.03 |
| HSL | 20.17º | 0.94% | 0.51% | - |
| HSV(B) | 20.17º | 0.96% | 0.97% | - |
| XYZ | 42.42 | 27.29 | 3.32 | - |
| YUV | 128.12 | 61.35 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 10 | 0 | 0.64 | 0.96 | 0.03 | 20.17 | 0.94 | 0.51 |
| Hex | F8 | 5A | A | 0 | 40 | 60 | 3 | 14 | 5E | 33 |
| Octal | 370 | 132 | 12 | 0 | 100 | 140 | 3 | 24 | 136 | 63 |
| Binary | 11111000 | 1011010 | 1010 | 0 | 1000000 | 1100000 | 11 | 10100 | 1011110 | 110011 |
Color Harmonies of #F85A0A
Complementary color
Monochromatic Colors of #F85A0A
Black with #F85A0A
Text Example
Text Example
White with #F85A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A0A; }
p { color: rgb(248,90,10); }
H1.HeaderClassName
{
color: #F85A0A;
}
.AnyTagClassName
{
color: #F85A0A;
}
</style>
background-color css
<style>
a { background-color: #F85A0A; }
a { background-color: rgb(248,90,10); }
div.DivClassName
{
background-color: #F85A0A;
}
.BgClassName
{
background-color: #F85A0A;
}
</style>
border-color css
<style>
span { border-color: #F85A0A; }
span { border-color: rgb(248,90,10); }
td.TdClassName
{
border-color: #F85A0A;
}
.TagClassName
{
border-color: #F85A0A;
}
</style>