Shades of Persimmon #F55F0A
Tints of Persimmon #F55F0A
RGB
CMYK
RGB Variations
Color information
#F55F0A (or 0xF55F0A) is known color: Persimmon. HEX triplet: F5, 5F and 0A. RGB value is (245,95,10). Sum of RGB (Red+Green+Blue) = 245+95+10=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55F0A is #0AA0F5. Grayscale: #828282. Windows color (decimal): -696566 or 679925. OLE color: 679925.
HSL color Cylindrical-coordinate representation of color #F55F0A: hue angle of 21.7º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F55F0A is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 10 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.04 |
| HSL | 21.7º | 0.92% | 0.5% | - |
| HSV(B) | 21.7º | 0.96% | 0.96% | - |
| XYZ | 41.8 | 27.62 | 3.41 | - |
| YUV | 130.16 | 60.2 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 10 | 0 | 0.61 | 0.96 | 0.04 | 21.7 | 0.92 | 0.5 |
| Hex | F5 | 5F | A | 0 | 3D | 60 | 4 | 16 | 5C | 32 |
| Octal | 365 | 137 | 12 | 0 | 75 | 140 | 4 | 26 | 134 | 62 |
| Binary | 11110101 | 1011111 | 1010 | 0 | 111101 | 1100000 | 100 | 10110 | 1011100 | 110010 |
Color Harmonies of #F55F0A
Complementary color
Monochromatic Colors of #F55F0A
Black with #F55F0A
Text Example
Text Example
White with #F55F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F0A; }
p { color: rgb(245,95,10); }
H1.HeaderClassName
{
color: #F55F0A;
}
.AnyTagClassName
{
color: #F55F0A;
}
</style>
background-color css
<style>
a { background-color: #F55F0A; }
a { background-color: rgb(245,95,10); }
div.DivClassName
{
background-color: #F55F0A;
}
.BgClassName
{
background-color: #F55F0A;
}
</style>
border-color css
<style>
span { border-color: #F55F0A; }
span { border-color: rgb(245,95,10); }
td.TdClassName
{
border-color: #F55F0A;
}
.TagClassName
{
border-color: #F55F0A;
}
</style>