Shades of Persimmon #F0550E
Tints of Persimmon #F0550E
RGB
CMYK
RGB Variations
Color information
#F0550E (or 0xF0550E) is known color: Persimmon. HEX triplet: F0, 55 and 0E. RGB value is (240,85,14). Sum of RGB (Red+Green+Blue) = 240+85+14=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0550E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0550E is #0FAAF1. Grayscale: #7B7B7B. Windows color (decimal): -1026802 or 939504. OLE color: 939504.
HSL color Cylindrical-coordinate representation of color #F0550E: hue angle of 18.85º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0550E is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 14 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.06 |
| HSL | 18.85º | 0.89% | 0.5% | - |
| HSV(B) | 18.85º | 0.94% | 0.94% | - |
| XYZ | 39.26 | 25.05 | 3.18 | - |
| YUV | 123.25 | 66.35 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 14 | 0 | 0.65 | 0.94 | 0.06 | 18.85 | 0.89 | 0.5 |
| Hex | F0 | 55 | E | 0 | 41 | 5E | 6 | 13 | 59 | 32 |
| Octal | 360 | 125 | 16 | 0 | 101 | 136 | 6 | 23 | 131 | 62 |
| Binary | 11110000 | 1010101 | 1110 | 0 | 1000001 | 1011110 | 110 | 10011 | 1011001 | 110010 |
Color Harmonies of #F0550E
Complementary color
Monochromatic Colors of #F0550E
Black with #F0550E
Text Example
Text Example
White with #F0550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0550E; }
p { color: rgb(240,85,14); }
H1.HeaderClassName
{
color: #F0550E;
}
.AnyTagClassName
{
color: #F0550E;
}
</style>
background-color css
<style>
a { background-color: #F0550E; }
a { background-color: rgb(240,85,14); }
div.DivClassName
{
background-color: #F0550E;
}
.BgClassName
{
background-color: #F0550E;
}
</style>
border-color css
<style>
span { border-color: #F0550E; }
span { border-color: rgb(240,85,14); }
td.TdClassName
{
border-color: #F0550E;
}
.TagClassName
{
border-color: #F0550E;
}
</style>