Shades of Persimmon #F55502
Tints of Persimmon #F55502
RGB
CMYK
RGB Variations
Color information
#F55502 (or 0xF55502) is known color: Persimmon. HEX triplet: F5, 55 and 02. RGB value is (245,85,2). Sum of RGB (Red+Green+Blue) = 245+85+2=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F55502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55502 is #0AAAFD. Grayscale: #7B7B7B. Windows color (decimal): -699134 or 153077. OLE color: 153077.
HSL color Cylindrical-coordinate representation of color #F55502: hue angle of 20.49º 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 #F55502 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.04 |
| HSL | 20.49º | 0.98% | 0.48% | - |
| HSV(B) | 20.49º | 0.99% | 0.96% | - |
| XYZ | 40.92 | 25.91 | 2.9 | - |
| YUV | 123.38 | 59.51 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 2 | 0 | 0.65 | 0.99 | 0.04 | 20.49 | 0.98 | 0.48 |
| Hex | F5 | 55 | 2 | 0 | 41 | 63 | 4 | 14 | 62 | 30 |
| Octal | 365 | 125 | 2 | 0 | 101 | 143 | 4 | 24 | 142 | 60 |
| Binary | 11110101 | 1010101 | 10 | 0 | 1000001 | 1100011 | 100 | 10100 | 1100010 | 110000 |
Color Harmonies of #F55502
Complementary color
Monochromatic Colors of #F55502
Black with #F55502
Text Example
Text Example
White with #F55502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55502; }
p { color: rgb(245,85,2); }
H1.HeaderClassName
{
color: #F55502;
}
.AnyTagClassName
{
color: #F55502;
}
</style>
background-color css
<style>
a { background-color: #F55502; }
a { background-color: rgb(245,85,2); }
div.DivClassName
{
background-color: #F55502;
}
.BgClassName
{
background-color: #F55502;
}
</style>
border-color css
<style>
span { border-color: #F55502; }
span { border-color: rgb(245,85,2); }
td.TdClassName
{
border-color: #F55502;
}
.TagClassName
{
border-color: #F55502;
}
</style>