Shades of Persimmon #F55B05
Tints of Persimmon #F55B05
RGB
CMYK
RGB Variations
Color information
#F55B05 (or 0xF55B05) is known color: Persimmon. HEX triplet: F5, 5B and 05. RGB value is (245,91,5). Sum of RGB (Red+Green+Blue) = 245+91+5=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F55B05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55B05 is #0AA4FA. Grayscale: #7F7F7F. Windows color (decimal): -697595 or 351221. OLE color: 351221.
HSL color Cylindrical-coordinate representation of color #F55B05: hue angle of 21.5º 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 #F55B05 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 5 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.04 |
| HSL | 21.5º | 0.96% | 0.49% | - |
| HSV(B) | 21.5º | 0.98% | 0.96% | - |
| XYZ | 41.42 | 26.91 | 3.15 | - |
| YUV | 127.24 | 59.02 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 5 | 0 | 0.63 | 0.98 | 0.04 | 21.5 | 0.96 | 0.49 |
| Hex | F5 | 5B | 5 | 0 | 3F | 62 | 4 | 16 | 60 | 31 |
| Octal | 365 | 133 | 5 | 0 | 77 | 142 | 4 | 26 | 140 | 61 |
| Binary | 11110101 | 1011011 | 101 | 0 | 111111 | 1100010 | 100 | 10110 | 1100000 | 110001 |
Color Harmonies of #F55B05
Complementary color
Monochromatic Colors of #F55B05
Black with #F55B05
Text Example
Text Example
White with #F55B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55B05; }
p { color: rgb(245,91,5); }
H1.HeaderClassName
{
color: #F55B05;
}
.AnyTagClassName
{
color: #F55B05;
}
</style>
background-color css
<style>
a { background-color: #F55B05; }
a { background-color: rgb(245,91,5); }
div.DivClassName
{
background-color: #F55B05;
}
.BgClassName
{
background-color: #F55B05;
}
</style>
border-color css
<style>
span { border-color: #F55B05; }
span { border-color: rgb(245,91,5); }
td.TdClassName
{
border-color: #F55B05;
}
.TagClassName
{
border-color: #F55B05;
}
</style>