Shades of Persimmon #F0511C
Tints of Persimmon #F0511C
RGB
CMYK
RGB Variations
Color information
#F0511C (or 0xF0511C) is known color: Persimmon. HEX triplet: F0, 51 and 1C. RGB value is (240,81,28). Sum of RGB (Red+Green+Blue) = 240+81+28=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F0511C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0511C is #0FAEE3. Grayscale: #7A7A7A. Windows color (decimal): -1027812 or 1855984. OLE color: 1855984.
HSL color Cylindrical-coordinate representation of color #F0511C: hue angle of 15º 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 #F0511C is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 28 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.06 |
| HSL | 15º | 0.88% | 0.53% | - |
| HSV(B) | 15º | 0.88% | 0.94% | - |
| XYZ | 39.09 | 24.49 | 3.77 | - |
| YUV | 122.5 | 74.68 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 28 | 0 | 0.66 | 0.88 | 0.06 | 15 | 0.88 | 0.53 |
| Hex | F0 | 51 | 1C | 0 | 42 | 58 | 6 | F | 58 | 35 |
| Octal | 360 | 121 | 34 | 0 | 102 | 130 | 6 | 17 | 130 | 65 |
| Binary | 11110000 | 1010001 | 11100 | 0 | 1000010 | 1011000 | 110 | 1111 | 1011000 | 110101 |
Color Harmonies of #F0511C
Complementary color
Monochromatic Colors of #F0511C
Black with #F0511C
Text Example
Text Example
White with #F0511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0511C; }
p { color: rgb(240,81,28); }
H1.HeaderClassName
{
color: #F0511C;
}
.AnyTagClassName
{
color: #F0511C;
}
</style>
background-color css
<style>
a { background-color: #F0511C; }
a { background-color: rgb(240,81,28); }
div.DivClassName
{
background-color: #F0511C;
}
.BgClassName
{
background-color: #F0511C;
}
</style>
border-color css
<style>
span { border-color: #F0511C; }
span { border-color: rgb(240,81,28); }
td.TdClassName
{
border-color: #F0511C;
}
.TagClassName
{
border-color: #F0511C;
}
</style>