Shades of Persimmon #F0551D
Tints of Persimmon #F0551D
RGB
CMYK
RGB Variations
Color information
#F0551D (or 0xF0551D) is known color: Persimmon. HEX triplet: F0, 55 and 1D. RGB value is (240,85,29). Sum of RGB (Red+Green+Blue) = 240+85+29=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0551D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0551D is #0FAAE2. Grayscale: #7D7D7D. Windows color (decimal): -1026787 or 1922544. OLE color: 1922544.
HSL color Cylindrical-coordinate representation of color #F0551D: hue angle of 15.92º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0551D is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 29 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.06 |
| HSL | 15.92º | 0.88% | 0.53% | - |
| HSV(B) | 15.92º | 0.88% | 0.94% | - |
| XYZ | 39.41 | 25.11 | 3.93 | - |
| YUV | 124.96 | 73.85 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 29 | 0 | 0.65 | 0.88 | 0.06 | 15.92 | 0.88 | 0.53 |
| Hex | F0 | 55 | 1D | 0 | 41 | 58 | 6 | 10 | 58 | 35 |
| Octal | 360 | 125 | 35 | 0 | 101 | 130 | 6 | 20 | 130 | 65 |
| Binary | 11110000 | 1010101 | 11101 | 0 | 1000001 | 1011000 | 110 | 10000 | 1011000 | 110101 |
Color Harmonies of #F0551D
Complementary color
Monochromatic Colors of #F0551D
Black with #F0551D
Text Example
Text Example
White with #F0551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0551D; }
p { color: rgb(240,85,29); }
H1.HeaderClassName
{
color: #F0551D;
}
.AnyTagClassName
{
color: #F0551D;
}
</style>
background-color css
<style>
a { background-color: #F0551D; }
a { background-color: rgb(240,85,29); }
div.DivClassName
{
background-color: #F0551D;
}
.BgClassName
{
background-color: #F0551D;
}
</style>
border-color css
<style>
span { border-color: #F0551D; }
span { border-color: rgb(240,85,29); }
td.TdClassName
{
border-color: #F0551D;
}
.TagClassName
{
border-color: #F0551D;
}
</style>