Shades of Persimmon #F55E02
Tints of Persimmon #F55E02
RGB
CMYK
RGB Variations
Color information
#F55E02 (or 0xF55E02) is known color: Persimmon. HEX triplet: F5, 5E and 02. RGB value is (245,94,2). Sum of RGB (Red+Green+Blue) = 245+94+2=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55E02 is #0AA1FD. Grayscale: #818181. Windows color (decimal): -696830 or 155381. OLE color: 155381.
HSL color Cylindrical-coordinate representation of color #F55E02: hue angle of 22.72º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F55E02 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.04 |
| HSL | 22.72º | 0.98% | 0.48% | - |
| HSV(B) | 22.72º | 0.99% | 0.96% | - |
| XYZ | 41.67 | 27.42 | 3.15 | - |
| YUV | 128.66 | 56.53 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 2 | 0 | 0.62 | 0.99 | 0.04 | 22.72 | 0.98 | 0.48 |
| Hex | F5 | 5E | 2 | 0 | 3E | 63 | 4 | 17 | 62 | 30 |
| Octal | 365 | 136 | 2 | 0 | 76 | 143 | 4 | 27 | 142 | 60 |
| Binary | 11110101 | 1011110 | 10 | 0 | 111110 | 1100011 | 100 | 10111 | 1100010 | 110000 |
Color Harmonies of #F55E02
Complementary color
Monochromatic Colors of #F55E02
Black with #F55E02
Text Example
Text Example
White with #F55E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55E02; }
p { color: rgb(245,94,2); }
H1.HeaderClassName
{
color: #F55E02;
}
.AnyTagClassName
{
color: #F55E02;
}
</style>
background-color css
<style>
a { background-color: #F55E02; }
a { background-color: rgb(245,94,2); }
div.DivClassName
{
background-color: #F55E02;
}
.BgClassName
{
background-color: #F55E02;
}
</style>
border-color css
<style>
span { border-color: #F55E02; }
span { border-color: rgb(245,94,2); }
td.TdClassName
{
border-color: #F55E02;
}
.TagClassName
{
border-color: #F55E02;
}
</style>