Shades of Persimmon #F0511D
Tints of Persimmon #F0511D
RGB
CMYK
RGB Variations
Color information
#F0511D (or 0xF0511D) is known color: Persimmon. HEX triplet: F0, 51 and 1D. RGB value is (240,81,29). Sum of RGB (Red+Green+Blue) = 240+81+29=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F0511D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0511D is #0FAEE2. Grayscale: #7A7A7A. Windows color (decimal): -1027811 or 1921520. OLE color: 1921520.
HSL color Cylindrical-coordinate representation of color #F0511D: hue angle of 14.79º 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 #F0511D is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 29 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.06 |
| HSL | 14.79º | 0.88% | 0.53% | - |
| HSV(B) | 14.79º | 0.88% | 0.94% | - |
| XYZ | 39.1 | 24.5 | 3.83 | - |
| YUV | 122.61 | 75.18 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 29 | 0 | 0.66 | 0.88 | 0.06 | 14.79 | 0.88 | 0.53 |
| Hex | F0 | 51 | 1D | 0 | 42 | 58 | 6 | F | 58 | 35 |
| Octal | 360 | 121 | 35 | 0 | 102 | 130 | 6 | 17 | 130 | 65 |
| Binary | 11110000 | 1010001 | 11101 | 0 | 1000010 | 1011000 | 110 | 1111 | 1011000 | 110101 |
Color Harmonies of #F0511D
Complementary color
Monochromatic Colors of #F0511D
Black with #F0511D
Text Example
Text Example
White with #F0511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0511D; }
p { color: rgb(240,81,29); }
H1.HeaderClassName
{
color: #F0511D;
}
.AnyTagClassName
{
color: #F0511D;
}
</style>
background-color css
<style>
a { background-color: #F0511D; }
a { background-color: rgb(240,81,29); }
div.DivClassName
{
background-color: #F0511D;
}
.BgClassName
{
background-color: #F0511D;
}
</style>
border-color css
<style>
span { border-color: #F0511D; }
span { border-color: rgb(240,81,29); }
td.TdClassName
{
border-color: #F0511D;
}
.TagClassName
{
border-color: #F0511D;
}
</style>