Shades of Persimmon #F55902
Tints of Persimmon #F55902
RGB
CMYK
RGB Variations
Color information
#F55902 (or 0xF55902) is known color: Persimmon. HEX triplet: F5, 59 and 02. RGB value is (245,89,2). Sum of RGB (Red+Green+Blue) = 245+89+2=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F55902 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55902 is #0AA6FD. Grayscale: #7E7E7E. Windows color (decimal): -698110 or 154101. OLE color: 154101.
HSL color Cylindrical-coordinate representation of color #F55902: hue angle of 21.48º 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 #F55902 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.04 |
| HSL | 21.48º | 0.98% | 0.48% | - |
| HSV(B) | 21.48º | 0.99% | 0.96% | - |
| XYZ | 41.24 | 26.56 | 3.01 | - |
| YUV | 125.73 | 58.18 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 2 | 0 | 0.64 | 0.99 | 0.04 | 21.48 | 0.98 | 0.48 |
| Hex | F5 | 59 | 2 | 0 | 40 | 63 | 4 | 15 | 62 | 30 |
| Octal | 365 | 131 | 2 | 0 | 100 | 143 | 4 | 25 | 142 | 60 |
| Binary | 11110101 | 1011001 | 10 | 0 | 1000000 | 1100011 | 100 | 10101 | 1100010 | 110000 |
Color Harmonies of #F55902
Complementary color
Monochromatic Colors of #F55902
Black with #F55902
Text Example
Text Example
White with #F55902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55902; }
p { color: rgb(245,89,2); }
H1.HeaderClassName
{
color: #F55902;
}
.AnyTagClassName
{
color: #F55902;
}
</style>
background-color css
<style>
a { background-color: #F55902; }
a { background-color: rgb(245,89,2); }
div.DivClassName
{
background-color: #F55902;
}
.BgClassName
{
background-color: #F55902;
}
</style>
border-color css
<style>
span { border-color: #F55902; }
span { border-color: rgb(245,89,2); }
td.TdClassName
{
border-color: #F55902;
}
.TagClassName
{
border-color: #F55902;
}
</style>