Shades of Persimmon #F55A05
Tints of Persimmon #F55A05
RGB
CMYK
RGB Variations
Color information
#F55A05 (or 0xF55A05) is known color: Persimmon. HEX triplet: F5, 5A and 05. RGB value is (245,90,5). Sum of RGB (Red+Green+Blue) = 245+90+5=340 (45% of max value = 765). Red value is 245 (96.09% from 255 or 72.06% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55A05 is #0AA5FA. Grayscale: #7F7F7F. Windows color (decimal): -697851 or 350965. OLE color: 350965.
HSL color Cylindrical-coordinate representation of color #F55A05: hue angle of 21.25º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F55A05 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 5 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.04 |
| HSL | 21.25º | 0.96% | 0.49% | - |
| HSV(B) | 21.25º | 0.98% | 0.96% | - |
| XYZ | 41.34 | 26.74 | 3.13 | - |
| YUV | 126.66 | 59.35 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 5 | 0 | 0.63 | 0.98 | 0.04 | 21.25 | 0.96 | 0.49 |
| Hex | F5 | 5A | 5 | 0 | 3F | 62 | 4 | 15 | 60 | 31 |
| Octal | 365 | 132 | 5 | 0 | 77 | 142 | 4 | 25 | 140 | 61 |
| Binary | 11110101 | 1011010 | 101 | 0 | 111111 | 1100010 | 100 | 10101 | 1100000 | 110001 |
Color Harmonies of #F55A05
Complementary color
Monochromatic Colors of #F55A05
Black with #F55A05
Text Example
Text Example
White with #F55A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A05; }
p { color: rgb(245,90,5); }
H1.HeaderClassName
{
color: #F55A05;
}
.AnyTagClassName
{
color: #F55A05;
}
</style>
background-color css
<style>
a { background-color: #F55A05; }
a { background-color: rgb(245,90,5); }
div.DivClassName
{
background-color: #F55A05;
}
.BgClassName
{
background-color: #F55A05;
}
</style>
border-color css
<style>
span { border-color: #F55A05; }
span { border-color: rgb(245,90,5); }
td.TdClassName
{
border-color: #F55A05;
}
.TagClassName
{
border-color: #F55A05;
}
</style>