Shades of Persimmon #F55F14
Tints of Persimmon #F55F14
RGB
CMYK
RGB Variations
Color information
#F55F14 (or 0xF55F14) is known color: Persimmon. HEX triplet: F5, 5F and 14. RGB value is (245,95,20). Sum of RGB (Red+Green+Blue) = 245+95+20=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55F14 is #0AA0EB. Grayscale: #838383. Windows color (decimal): -696556 or 1335285. OLE color: 1335285.
HSL color Cylindrical-coordinate representation of color #F55F14: hue angle of 20º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F55F14 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 20 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.04 |
| HSL | 20º | 0.92% | 0.52% | - |
| HSV(B) | 20º | 0.92% | 0.96% | - |
| XYZ | 41.87 | 27.65 | 3.79 | - |
| YUV | 131.3 | 65.2 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 20 | 0 | 0.61 | 0.92 | 0.04 | 20 | 0.92 | 0.52 |
| Hex | F5 | 5F | 14 | 0 | 3D | 5C | 4 | 14 | 5C | 34 |
| Octal | 365 | 137 | 24 | 0 | 75 | 134 | 4 | 24 | 134 | 64 |
| Binary | 11110101 | 1011111 | 10100 | 0 | 111101 | 1011100 | 100 | 10100 | 1011100 | 110100 |
Color Harmonies of #F55F14
Complementary color
Monochromatic Colors of #F55F14
Black with #F55F14
Text Example
Text Example
White with #F55F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F14; }
p { color: rgb(245,95,20); }
H1.HeaderClassName
{
color: #F55F14;
}
.AnyTagClassName
{
color: #F55F14;
}
</style>
background-color css
<style>
a { background-color: #F55F14; }
a { background-color: rgb(245,95,20); }
div.DivClassName
{
background-color: #F55F14;
}
.BgClassName
{
background-color: #F55F14;
}
</style>
border-color css
<style>
span { border-color: #F55F14; }
span { border-color: rgb(245,95,20); }
td.TdClassName
{
border-color: #F55F14;
}
.TagClassName
{
border-color: #F55F14;
}
</style>