Shades of Persimmon #F55A07
Tints of Persimmon #F55A07
RGB
CMYK
RGB Variations
Color information
#F55A07 (or 0xF55A07) is known color: Persimmon. HEX triplet: F5, 5A and 07. RGB value is (245,90,7). Sum of RGB (Red+Green+Blue) = 245+90+7=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55A07 is #0AA5F8. Grayscale: #7F7F7F. Windows color (decimal): -697849 or 482037. OLE color: 482037.
HSL color Cylindrical-coordinate representation of color #F55A07: hue angle of 20.92º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F55A07 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 7 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.04 |
| HSL | 20.92º | 0.94% | 0.49% | - |
| HSV(B) | 20.92º | 0.97% | 0.96% | - |
| XYZ | 41.35 | 26.74 | 3.18 | - |
| YUV | 126.88 | 60.35 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 7 | 0 | 0.63 | 0.97 | 0.04 | 20.92 | 0.94 | 0.49 |
| Hex | F5 | 5A | 7 | 0 | 3F | 61 | 4 | 15 | 5E | 31 |
| Octal | 365 | 132 | 7 | 0 | 77 | 141 | 4 | 25 | 136 | 61 |
| Binary | 11110101 | 1011010 | 111 | 0 | 111111 | 1100001 | 100 | 10101 | 1011110 | 110001 |
Color Harmonies of #F55A07
Complementary color
Monochromatic Colors of #F55A07
Black with #F55A07
Text Example
Text Example
White with #F55A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A07; }
p { color: rgb(245,90,7); }
H1.HeaderClassName
{
color: #F55A07;
}
.AnyTagClassName
{
color: #F55A07;
}
</style>
background-color css
<style>
a { background-color: #F55A07; }
a { background-color: rgb(245,90,7); }
div.DivClassName
{
background-color: #F55A07;
}
.BgClassName
{
background-color: #F55A07;
}
</style>
border-color css
<style>
span { border-color: #F55A07; }
span { border-color: rgb(245,90,7); }
td.TdClassName
{
border-color: #F55A07;
}
.TagClassName
{
border-color: #F55A07;
}
</style>