Shades of Persimmon #F85A0D
Tints of Persimmon #F85A0D
RGB
CMYK
RGB Variations
Color information
#F85A0D (or 0xF85A0D) is known color: Persimmon. HEX triplet: F8, 5A and 0D. RGB value is (248,90,13). Sum of RGB (Red+Green+Blue) = 248+90+13=351 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.66% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85A0D is #07A5F2. Grayscale: #808080. Windows color (decimal): -501235 or 875256. OLE color: 875256.
HSL color Cylindrical-coordinate representation of color #F85A0D: hue angle of 19.66º 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 #F85A0D is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 13 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.03 |
| HSL | 19.66º | 0.94% | 0.51% | - |
| HSV(B) | 19.66º | 0.95% | 0.97% | - |
| XYZ | 42.44 | 27.3 | 3.41 | - |
| YUV | 128.46 | 62.85 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 13 | 0 | 0.64 | 0.95 | 0.03 | 19.66 | 0.94 | 0.51 |
| Hex | F8 | 5A | D | 0 | 40 | 5F | 3 | 14 | 5E | 33 |
| Octal | 370 | 132 | 15 | 0 | 100 | 137 | 3 | 24 | 136 | 63 |
| Binary | 11111000 | 1011010 | 1101 | 0 | 1000000 | 1011111 | 11 | 10100 | 1011110 | 110011 |
Color Harmonies of #F85A0D
Complementary color
Monochromatic Colors of #F85A0D
Black with #F85A0D
Text Example
Text Example
White with #F85A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A0D; }
p { color: rgb(248,90,13); }
H1.HeaderClassName
{
color: #F85A0D;
}
.AnyTagClassName
{
color: #F85A0D;
}
</style>
background-color css
<style>
a { background-color: #F85A0D; }
a { background-color: rgb(248,90,13); }
div.DivClassName
{
background-color: #F85A0D;
}
.BgClassName
{
background-color: #F85A0D;
}
</style>
border-color css
<style>
span { border-color: #F85A0D; }
span { border-color: rgb(248,90,13); }
td.TdClassName
{
border-color: #F85A0D;
}
.TagClassName
{
border-color: #F85A0D;
}
</style>