Shades of Persimmon #F55400
Tints of Persimmon #F55400
RGB
CMYK
RGB Variations
Color information
#F55400 (or 0xF55400) is known color: Persimmon. HEX triplet: F5, 54 and 00. RGB value is (245,84,0). Sum of RGB (Red+Green+Blue) = 245+84+0=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F55400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55400 is #0AABFF. Grayscale: #7B7B7B. Windows color (decimal): -699392 or 21749. OLE color: 21749.
HSL color Cylindrical-coordinate representation of color #F55400: hue angle of 20.57º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F55400 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.04 |
| HSL | 20.57º | 1% | 0.48% | - |
| HSV(B) | 20.57º | 1% | 0.96% | - |
| XYZ | 40.83 | 25.75 | 2.82 | - |
| YUV | 122.56 | 58.84 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 0 | 0 | 0.66 | 1 | 0.04 | 20.57 | 1 | 0.48 |
| Hex | F5 | 54 | 0 | 0 | 42 | 64 | 4 | 15 | 64 | 30 |
| Octal | 365 | 124 | 0 | 0 | 102 | 144 | 4 | 25 | 144 | 60 |
| Binary | 11110101 | 1010100 | 0 | 0 | 1000010 | 1100100 | 100 | 10101 | 1100100 | 110000 |
Color Harmonies of #F55400
Complementary color
Monochromatic Colors of #F55400
Black with #F55400
Text Example
Text Example
White with #F55400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55400; }
p { color: rgb(245,84,0); }
H1.HeaderClassName
{
color: #F55400;
}
.AnyTagClassName
{
color: #F55400;
}
</style>
background-color css
<style>
a { background-color: #F55400; }
a { background-color: rgb(245,84,0); }
div.DivClassName
{
background-color: #F55400;
}
.BgClassName
{
background-color: #F55400;
}
</style>
border-color css
<style>
span { border-color: #F55400; }
span { border-color: rgb(245,84,0); }
td.TdClassName
{
border-color: #F55400;
}
.TagClassName
{
border-color: #F55400;
}
</style>