Shades of Persimmon #F55301
Tints of Persimmon #F55301
RGB
CMYK
RGB Variations
Color information
#F55301 (or 0xF55301) is known color: Persimmon. HEX triplet: F5, 53 and 01. RGB value is (245,83,1). Sum of RGB (Red+Green+Blue) = 245+83+1=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F55301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55301 is #0AACFE. Grayscale: #7A7A7A. Windows color (decimal): -699647 or 87029. OLE color: 87029.
HSL color Cylindrical-coordinate representation of color #F55301: hue angle of 20.16º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F55301 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 1 | - |
| CMYK | 0 | 0.66 | 1.00 | 0.04 |
| HSL | 20.16º | 0.99% | 0.48% | - |
| HSV(B) | 20.16º | 1% | 0.96% | - |
| XYZ | 40.75 | 25.6 | 2.82 | - |
| YUV | 122.09 | 59.67 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 1 | 0 | 0.66 | 1.00 | 0.04 | 20.16 | 0.99 | 0.48 |
| Hex | F5 | 53 | 1 | 0 | 42 | 64 | 4 | 14 | 63 | 30 |
| Octal | 365 | 123 | 1 | 0 | 102 | 144 | 4 | 24 | 143 | 60 |
| Binary | 11110101 | 1010011 | 1 | 0 | 1000010 | 1100100 | 100 | 10100 | 1100011 | 110000 |
Color Harmonies of #F55301
Complementary color
Monochromatic Colors of #F55301
Black with #F55301
Text Example
Text Example
White with #F55301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55301; }
p { color: rgb(245,83,1); }
H1.HeaderClassName
{
color: #F55301;
}
.AnyTagClassName
{
color: #F55301;
}
</style>
background-color css
<style>
a { background-color: #F55301; }
a { background-color: rgb(245,83,1); }
div.DivClassName
{
background-color: #F55301;
}
.BgClassName
{
background-color: #F55301;
}
</style>
border-color css
<style>
span { border-color: #F55301; }
span { border-color: rgb(245,83,1); }
td.TdClassName
{
border-color: #F55301;
}
.TagClassName
{
border-color: #F55301;
}
</style>