Shades of Persimmon #F55303
Tints of Persimmon #F55303
RGB
CMYK
RGB Variations
Color information
#F55303 (or 0xF55303) is known color: Persimmon. HEX triplet: F5, 53 and 03. RGB value is (245,83,3). Sum of RGB (Red+Green+Blue) = 245+83+3=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F55303 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55303 is #0AACFC. Grayscale: #7A7A7A. Windows color (decimal): -699645 or 218101. OLE color: 218101.
HSL color Cylindrical-coordinate representation of color #F55303: hue angle of 19.83º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F55303 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 3 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.04 |
| HSL | 19.83º | 0.98% | 0.49% | - |
| HSV(B) | 19.83º | 0.99% | 0.96% | - |
| XYZ | 40.77 | 25.61 | 2.88 | - |
| YUV | 122.32 | 60.67 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 3 | 0 | 0.66 | 0.99 | 0.04 | 19.83 | 0.98 | 0.49 |
| Hex | F5 | 53 | 3 | 0 | 42 | 63 | 4 | 14 | 62 | 31 |
| Octal | 365 | 123 | 3 | 0 | 102 | 143 | 4 | 24 | 142 | 61 |
| Binary | 11110101 | 1010011 | 11 | 0 | 1000010 | 1100011 | 100 | 10100 | 1100010 | 110001 |
Color Harmonies of #F55303
Complementary color
Monochromatic Colors of #F55303
Black with #F55303
Text Example
Text Example
White with #F55303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55303; }
p { color: rgb(245,83,3); }
H1.HeaderClassName
{
color: #F55303;
}
.AnyTagClassName
{
color: #F55303;
}
</style>
background-color css
<style>
a { background-color: #F55303; }
a { background-color: rgb(245,83,3); }
div.DivClassName
{
background-color: #F55303;
}
.BgClassName
{
background-color: #F55303;
}
</style>
border-color css
<style>
span { border-color: #F55303; }
span { border-color: rgb(245,83,3); }
td.TdClassName
{
border-color: #F55303;
}
.TagClassName
{
border-color: #F55303;
}
</style>