Shades of Persimmon #F55A14
Tints of Persimmon #F55A14
RGB
CMYK
RGB Variations
Color information
#F55A14 (or 0xF55A14) is known color: Persimmon. HEX triplet: F5, 5A and 14. RGB value is (245,90,20). Sum of RGB (Red+Green+Blue) = 245+90+20=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55A14 is #0AA5EB. Grayscale: #808080. Windows color (decimal): -697836 or 1334005. OLE color: 1334005.
HSL color Cylindrical-coordinate representation of color #F55A14: hue angle of 18.67º 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 #F55A14 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 20 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.04 |
| HSL | 18.67º | 0.92% | 0.52% | - |
| HSV(B) | 18.67º | 0.92% | 0.96% | - |
| XYZ | 41.44 | 26.78 | 3.65 | - |
| YUV | 128.37 | 66.85 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 20 | 0 | 0.63 | 0.92 | 0.04 | 18.67 | 0.92 | 0.52 |
| Hex | F5 | 5A | 14 | 0 | 3F | 5C | 4 | 13 | 5C | 34 |
| Octal | 365 | 132 | 24 | 0 | 77 | 134 | 4 | 23 | 134 | 64 |
| Binary | 11110101 | 1011010 | 10100 | 0 | 111111 | 1011100 | 100 | 10011 | 1011100 | 110100 |
Color Harmonies of #F55A14
Complementary color
Monochromatic Colors of #F55A14
Black with #F55A14
Text Example
Text Example
White with #F55A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A14; }
p { color: rgb(245,90,20); }
H1.HeaderClassName
{
color: #F55A14;
}
.AnyTagClassName
{
color: #F55A14;
}
</style>
background-color css
<style>
a { background-color: #F55A14; }
a { background-color: rgb(245,90,20); }
div.DivClassName
{
background-color: #F55A14;
}
.BgClassName
{
background-color: #F55A14;
}
</style>
border-color css
<style>
span { border-color: #F55A14; }
span { border-color: rgb(245,90,20); }
td.TdClassName
{
border-color: #F55A14;
}
.TagClassName
{
border-color: #F55A14;
}
</style>