Shades of Persimmon #F85A00
Tints of Persimmon #F85A00
RGB
CMYK
RGB Variations
Color information
#F85A00 (or 0xF85A00) is known color: Persimmon. HEX triplet: F8, 5A and 00. RGB value is (248,90,0). Sum of RGB (Red+Green+Blue) = 248+90+0=338 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.37% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F85A00 is #07A5FF. Grayscale: #7F7F7F. Windows color (decimal): -501248 or 23288. OLE color: 23288.
HSL color Cylindrical-coordinate representation of color #F85A00: hue angle of 21.77º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F85A00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.03 |
| HSL | 21.77º | 1% | 0.49% | - |
| HSV(B) | 21.77º | 1% | 0.97% | - |
| XYZ | 42.37 | 27.27 | 3.03 | - |
| YUV | 126.98 | 56.35 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 0 | 0 | 0.64 | 1 | 0.03 | 21.77 | 1 | 0.49 |
| Hex | F8 | 5A | 0 | 0 | 40 | 64 | 3 | 16 | 64 | 31 |
| Octal | 370 | 132 | 0 | 0 | 100 | 144 | 3 | 26 | 144 | 61 |
| Binary | 11111000 | 1011010 | 0 | 0 | 1000000 | 1100100 | 11 | 10110 | 1100100 | 110001 |
Color Harmonies of #F85A00
Complementary color
Monochromatic Colors of #F85A00
Black with #F85A00
Text Example
Text Example
White with #F85A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A00; }
p { color: rgb(248,90,0); }
H1.HeaderClassName
{
color: #F85A00;
}
.AnyTagClassName
{
color: #F85A00;
}
</style>
background-color css
<style>
a { background-color: #F85A00; }
a { background-color: rgb(248,90,0); }
div.DivClassName
{
background-color: #F85A00;
}
.BgClassName
{
background-color: #F85A00;
}
</style>
border-color css
<style>
span { border-color: #F85A00; }
span { border-color: rgb(248,90,0); }
td.TdClassName
{
border-color: #F85A00;
}
.TagClassName
{
border-color: #F85A00;
}
</style>