Shades of Persimmon #F0571D
Tints of Persimmon #F0571D
RGB
CMYK
RGB Variations
Color information
#F0571D (or 0xF0571D) is known color: Persimmon. HEX triplet: F0, 57 and 1D. RGB value is (240,87,29). Sum of RGB (Red+Green+Blue) = 240+87+29=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F0571D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0571D is #0FA8E2. Grayscale: #7E7E7E. Windows color (decimal): -1026275 or 1923056. OLE color: 1923056.
HSL color Cylindrical-coordinate representation of color #F0571D: hue angle of 16.49º 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 #F0571D is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 29 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.06 |
| HSL | 16.49º | 0.88% | 0.53% | - |
| HSV(B) | 16.49º | 0.88% | 0.94% | - |
| XYZ | 39.57 | 25.43 | 3.99 | - |
| YUV | 126.14 | 73.19 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 29 | 0 | 0.64 | 0.88 | 0.06 | 16.49 | 0.88 | 0.53 |
| Hex | F0 | 57 | 1D | 0 | 40 | 58 | 6 | 10 | 58 | 35 |
| Octal | 360 | 127 | 35 | 0 | 100 | 130 | 6 | 20 | 130 | 65 |
| Binary | 11110000 | 1010111 | 11101 | 0 | 1000000 | 1011000 | 110 | 10000 | 1011000 | 110101 |
Color Harmonies of #F0571D
Complementary color
Monochromatic Colors of #F0571D
Black with #F0571D
Text Example
Text Example
White with #F0571D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0571D; }
p { color: rgb(240,87,29); }
H1.HeaderClassName
{
color: #F0571D;
}
.AnyTagClassName
{
color: #F0571D;
}
</style>
background-color css
<style>
a { background-color: #F0571D; }
a { background-color: rgb(240,87,29); }
div.DivClassName
{
background-color: #F0571D;
}
.BgClassName
{
background-color: #F0571D;
}
</style>
border-color css
<style>
span { border-color: #F0571D; }
span { border-color: rgb(240,87,29); }
td.TdClassName
{
border-color: #F0571D;
}
.TagClassName
{
border-color: #F0571D;
}
</style>