Shades of Persimmon #F0570B
Tints of Persimmon #F0570B
RGB
CMYK
RGB Variations
Color information
#F0570B (or 0xF0570B) is known color: Persimmon. HEX triplet: F0, 57 and 0B. RGB value is (240,87,11). Sum of RGB (Red+Green+Blue) = 240+87+11=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0570B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0570B is #0FA8F4. Grayscale: #7C7C7C. Windows color (decimal): -1026293 or 743408. OLE color: 743408.
HSL color Cylindrical-coordinate representation of color #F0570B: hue angle of 19.91º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0570B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 87 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.06 |
| HSL | 19.91º | 0.91% | 0.49% | - |
| HSV(B) | 19.91º | 0.95% | 0.94% | - |
| XYZ | 39.4 | 25.37 | 3.14 | - |
| YUV | 124.08 | 64.19 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 87 | 11 | 0 | 0.64 | 0.95 | 0.06 | 19.91 | 0.91 | 0.49 |
| Hex | F0 | 57 | B | 0 | 40 | 5F | 6 | 14 | 5B | 31 |
| Octal | 360 | 127 | 13 | 0 | 100 | 137 | 6 | 24 | 133 | 61 |
| Binary | 11110000 | 1010111 | 1011 | 0 | 1000000 | 1011111 | 110 | 10100 | 1011011 | 110001 |
Color Harmonies of #F0570B
Complementary color
Monochromatic Colors of #F0570B
Black with #F0570B
Text Example
Text Example
White with #F0570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0570B; }
p { color: rgb(240,87,11); }
H1.HeaderClassName
{
color: #F0570B;
}
.AnyTagClassName
{
color: #F0570B;
}
</style>
background-color css
<style>
a { background-color: #F0570B; }
a { background-color: rgb(240,87,11); }
div.DivClassName
{
background-color: #F0570B;
}
.BgClassName
{
background-color: #F0570B;
}
</style>
border-color css
<style>
span { border-color: #F0570B; }
span { border-color: rgb(240,87,11); }
td.TdClassName
{
border-color: #F0570B;
}
.TagClassName
{
border-color: #F0570B;
}
</style>