Shades of Persimmon #F55A1A
Tints of Persimmon #F55A1A
RGB
CMYK
RGB Variations
Color information
#F55A1A (or 0xF55A1A) is known color: Persimmon. HEX triplet: F5, 5A and 1A. RGB value is (245,90,26). Sum of RGB (Red+Green+Blue) = 245+90+26=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55A1A is #0AA5E5. Grayscale: #818181. Windows color (decimal): -697830 or 1727221. OLE color: 1727221.
HSL color Cylindrical-coordinate representation of color #F55A1A: hue angle of 17.53º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F55A1A is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 26 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.04 |
| HSL | 17.53º | 0.92% | 0.53% | - |
| HSV(B) | 17.53º | 0.89% | 0.96% | - |
| XYZ | 41.5 | 26.8 | 3.96 | - |
| YUV | 129.05 | 69.85 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 26 | 0 | 0.63 | 0.89 | 0.04 | 17.53 | 0.92 | 0.53 |
| Hex | F5 | 5A | 1A | 0 | 3F | 59 | 4 | 12 | 5C | 35 |
| Octal | 365 | 132 | 32 | 0 | 77 | 131 | 4 | 22 | 134 | 65 |
| Binary | 11110101 | 1011010 | 11010 | 0 | 111111 | 1011001 | 100 | 10010 | 1011100 | 110101 |
Color Harmonies of #F55A1A
Complementary color
Monochromatic Colors of #F55A1A
Black with #F55A1A
Text Example
Text Example
White with #F55A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A1A; }
p { color: rgb(245,90,26); }
H1.HeaderClassName
{
color: #F55A1A;
}
.AnyTagClassName
{
color: #F55A1A;
}
</style>
background-color css
<style>
a { background-color: #F55A1A; }
a { background-color: rgb(245,90,26); }
div.DivClassName
{
background-color: #F55A1A;
}
.BgClassName
{
background-color: #F55A1A;
}
</style>
border-color css
<style>
span { border-color: #F55A1A; }
span { border-color: rgb(245,90,26); }
td.TdClassName
{
border-color: #F55A1A;
}
.TagClassName
{
border-color: #F55A1A;
}
</style>