Shades of Persimmon #F0541D
Tints of Persimmon #F0541D
RGB
CMYK
RGB Variations
Color information
#F0541D (or 0xF0541D) is known color: Persimmon. HEX triplet: F0, 54 and 1D. RGB value is (240,84,29). Sum of RGB (Red+Green+Blue) = 240+84+29=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F0541D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0541D is #0FABE2. Grayscale: #7C7C7C. Windows color (decimal): -1027043 or 1922288. OLE color: 1922288.
HSL color Cylindrical-coordinate representation of color #F0541D: hue angle of 15.64º 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 #F0541D is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 29 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.06 |
| HSL | 15.64º | 0.88% | 0.53% | - |
| HSV(B) | 15.64º | 0.88% | 0.94% | - |
| XYZ | 39.33 | 24.95 | 3.91 | - |
| YUV | 124.37 | 74.18 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 29 | 0 | 0.65 | 0.88 | 0.06 | 15.64 | 0.88 | 0.53 |
| Hex | F0 | 54 | 1D | 0 | 41 | 58 | 6 | 10 | 58 | 35 |
| Octal | 360 | 124 | 35 | 0 | 101 | 130 | 6 | 20 | 130 | 65 |
| Binary | 11110000 | 1010100 | 11101 | 0 | 1000001 | 1011000 | 110 | 10000 | 1011000 | 110101 |
Color Harmonies of #F0541D
Complementary color
Monochromatic Colors of #F0541D
Black with #F0541D
Text Example
Text Example
White with #F0541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0541D; }
p { color: rgb(240,84,29); }
H1.HeaderClassName
{
color: #F0541D;
}
.AnyTagClassName
{
color: #F0541D;
}
</style>
background-color css
<style>
a { background-color: #F0541D; }
a { background-color: rgb(240,84,29); }
div.DivClassName
{
background-color: #F0541D;
}
.BgClassName
{
background-color: #F0541D;
}
</style>
border-color css
<style>
span { border-color: #F0541D; }
span { border-color: rgb(240,84,29); }
td.TdClassName
{
border-color: #F0541D;
}
.TagClassName
{
border-color: #F0541D;
}
</style>