Shades of Persimmon #F55A0C
Tints of Persimmon #F55A0C
RGB
CMYK
RGB Variations
Color information
#F55A0C (or 0xF55A0C) is known color: Persimmon. HEX triplet: F5, 5A and 0C. RGB value is (245,90,12). Sum of RGB (Red+Green+Blue) = 245+90+12=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55A0C is #0AA5F3. Grayscale: #7F7F7F. Windows color (decimal): -697844 or 809717. OLE color: 809717.
HSL color Cylindrical-coordinate representation of color #F55A0C: hue angle of 20.09º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F55A0C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.04 |
| HSL | 20.09º | 0.92% | 0.5% | - |
| HSV(B) | 20.09º | 0.95% | 0.96% | - |
| XYZ | 41.38 | 26.75 | 3.33 | - |
| YUV | 127.45 | 62.85 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 12 | 0 | 0.63 | 0.95 | 0.04 | 20.09 | 0.92 | 0.5 |
| Hex | F5 | 5A | C | 0 | 3F | 5F | 4 | 14 | 5C | 32 |
| Octal | 365 | 132 | 14 | 0 | 77 | 137 | 4 | 24 | 134 | 62 |
| Binary | 11110101 | 1011010 | 1100 | 0 | 111111 | 1011111 | 100 | 10100 | 1011100 | 110010 |
Color Harmonies of #F55A0C
Complementary color
Monochromatic Colors of #F55A0C
Black with #F55A0C
Text Example
Text Example
White with #F55A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A0C; }
p { color: rgb(245,90,12); }
H1.HeaderClassName
{
color: #F55A0C;
}
.AnyTagClassName
{
color: #F55A0C;
}
</style>
background-color css
<style>
a { background-color: #F55A0C; }
a { background-color: rgb(245,90,12); }
div.DivClassName
{
background-color: #F55A0C;
}
.BgClassName
{
background-color: #F55A0C;
}
</style>
border-color css
<style>
span { border-color: #F55A0C; }
span { border-color: rgb(245,90,12); }
td.TdClassName
{
border-color: #F55A0C;
}
.TagClassName
{
border-color: #F55A0C;
}
</style>