Shades of Persimmon #F55A1B
Tints of Persimmon #F55A1B
RGB
CMYK
RGB Variations
Color information
#F55A1B (or 0xF55A1B) is known color: Persimmon. HEX triplet: F5, 5A and 1B. RGB value is (245,90,27). Sum of RGB (Red+Green+Blue) = 245+90+27=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55A1B is #0AA5E4. Grayscale: #818181. Windows color (decimal): -697829 or 1792757. OLE color: 1792757.
HSL color Cylindrical-coordinate representation of color #F55A1B: hue angle of 17.34º 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 #F55A1B is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 27 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.04 |
| HSL | 17.34º | 0.92% | 0.53% | - |
| HSV(B) | 17.34º | 0.89% | 0.96% | - |
| XYZ | 41.51 | 26.8 | 4.02 | - |
| YUV | 129.16 | 70.35 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 27 | 0 | 0.63 | 0.89 | 0.04 | 17.34 | 0.92 | 0.53 |
| Hex | F5 | 5A | 1B | 0 | 3F | 59 | 4 | 11 | 5C | 35 |
| Octal | 365 | 132 | 33 | 0 | 77 | 131 | 4 | 21 | 134 | 65 |
| Binary | 11110101 | 1011010 | 11011 | 0 | 111111 | 1011001 | 100 | 10001 | 1011100 | 110101 |
Color Harmonies of #F55A1B
Complementary color
Monochromatic Colors of #F55A1B
Black with #F55A1B
Text Example
Text Example
White with #F55A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A1B; }
p { color: rgb(245,90,27); }
H1.HeaderClassName
{
color: #F55A1B;
}
.AnyTagClassName
{
color: #F55A1B;
}
</style>
background-color css
<style>
a { background-color: #F55A1B; }
a { background-color: rgb(245,90,27); }
div.DivClassName
{
background-color: #F55A1B;
}
.BgClassName
{
background-color: #F55A1B;
}
</style>
border-color css
<style>
span { border-color: #F55A1B; }
span { border-color: rgb(245,90,27); }
td.TdClassName
{
border-color: #F55A1B;
}
.TagClassName
{
border-color: #F55A1B;
}
</style>