Shades of Persimmon #F0561D
Tints of Persimmon #F0561D
RGB
CMYK
RGB Variations
Color information
#F0561D (or 0xF0561D) is known color: Persimmon. HEX triplet: F0, 56 and 1D. RGB value is (240,86,29). Sum of RGB (Red+Green+Blue) = 240+86+29=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F0561D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0561D is #0FA9E2. Grayscale: #7D7D7D. Windows color (decimal): -1026531 or 1922800. OLE color: 1922800.
HSL color Cylindrical-coordinate representation of color #F0561D: hue angle of 16.21º 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 #F0561D is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 29 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.06 |
| HSL | 16.21º | 0.88% | 0.53% | - |
| HSV(B) | 16.21º | 0.88% | 0.94% | - |
| XYZ | 39.48 | 25.27 | 3.96 | - |
| YUV | 125.55 | 73.52 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 29 | 0 | 0.64 | 0.88 | 0.06 | 16.21 | 0.88 | 0.53 |
| Hex | F0 | 56 | 1D | 0 | 40 | 58 | 6 | 10 | 58 | 35 |
| Octal | 360 | 126 | 35 | 0 | 100 | 130 | 6 | 20 | 130 | 65 |
| Binary | 11110000 | 1010110 | 11101 | 0 | 1000000 | 1011000 | 110 | 10000 | 1011000 | 110101 |
Color Harmonies of #F0561D
Complementary color
Monochromatic Colors of #F0561D
Black with #F0561D
Text Example
Text Example
White with #F0561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0561D; }
p { color: rgb(240,86,29); }
H1.HeaderClassName
{
color: #F0561D;
}
.AnyTagClassName
{
color: #F0561D;
}
</style>
background-color css
<style>
a { background-color: #F0561D; }
a { background-color: rgb(240,86,29); }
div.DivClassName
{
background-color: #F0561D;
}
.BgClassName
{
background-color: #F0561D;
}
</style>
border-color css
<style>
span { border-color: #F0561D; }
span { border-color: rgb(240,86,29); }
td.TdClassName
{
border-color: #F0561D;
}
.TagClassName
{
border-color: #F0561D;
}
</style>