Shades of Persimmon #F0570D
Tints of Persimmon #F0570D
RGB
CMYK
RGB Variations
Color information
#F0570D (or 0xF0570D) is known color: Persimmon. HEX triplet: F0, 57 and 0D. RGB value is (240,87,13). Sum of RGB (Red+Green+Blue) = 240+87+13=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F0570D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0570D is #0FA8F2. Grayscale: #7C7C7C. Windows color (decimal): -1026291 or 874480. OLE color: 874480.
HSL color Cylindrical-coordinate representation of color #F0570D: hue angle of 19.56º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0570D is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 13 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.06 |
| HSL | 19.56º | 0.9% | 0.5% | - |
| HSV(B) | 19.56º | 0.95% | 0.94% | - |
| XYZ | 39.42 | 25.37 | 3.2 | - |
| YUV | 124.31 | 65.19 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 13 | 0 | 0.64 | 0.95 | 0.06 | 19.56 | 0.9 | 0.5 |
| Hex | F0 | 57 | D | 0 | 40 | 5F | 6 | 14 | 5A | 32 |
| Octal | 360 | 127 | 15 | 0 | 100 | 137 | 6 | 24 | 132 | 62 |
| Binary | 11110000 | 1010111 | 1101 | 0 | 1000000 | 1011111 | 110 | 10100 | 1011010 | 110010 |
Color Harmonies of #F0570D
Complementary color
Monochromatic Colors of #F0570D
Black with #F0570D
Text Example
Text Example
White with #F0570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0570D; }
p { color: rgb(240,87,13); }
H1.HeaderClassName
{
color: #F0570D;
}
.AnyTagClassName
{
color: #F0570D;
}
</style>
background-color css
<style>
a { background-color: #F0570D; }
a { background-color: rgb(240,87,13); }
div.DivClassName
{
background-color: #F0570D;
}
.BgClassName
{
background-color: #F0570D;
}
</style>
border-color css
<style>
span { border-color: #F0570D; }
span { border-color: rgb(240,87,13); }
td.TdClassName
{
border-color: #F0570D;
}
.TagClassName
{
border-color: #F0570D;
}
</style>