Shades of Persimmon #F0560B
Tints of Persimmon #F0560B
RGB
CMYK
RGB Variations
Color information
#F0560B (or 0xF0560B) is known color: Persimmon. HEX triplet: F0, 56 and 0B. RGB value is (240,86,11). Sum of RGB (Red+Green+Blue) = 240+86+11=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F0560B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0560B is #0FA9F4. Grayscale: #7B7B7B. Windows color (decimal): -1026549 or 743152. OLE color: 743152.
HSL color Cylindrical-coordinate representation of color #F0560B: hue angle of 19.65º 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 #F0560B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.06 |
| HSL | 19.65º | 0.91% | 0.49% | - |
| HSV(B) | 19.65º | 0.95% | 0.94% | - |
| XYZ | 39.32 | 25.21 | 3.11 | - |
| YUV | 123.5 | 64.52 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 11 | 0 | 0.64 | 0.95 | 0.06 | 19.65 | 0.91 | 0.49 |
| Hex | F0 | 56 | B | 0 | 40 | 5F | 6 | 14 | 5B | 31 |
| Octal | 360 | 126 | 13 | 0 | 100 | 137 | 6 | 24 | 133 | 61 |
| Binary | 11110000 | 1010110 | 1011 | 0 | 1000000 | 1011111 | 110 | 10100 | 1011011 | 110001 |
Color Harmonies of #F0560B
Complementary color
Monochromatic Colors of #F0560B
Black with #F0560B
Text Example
Text Example
White with #F0560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0560B; }
p { color: rgb(240,86,11); }
H1.HeaderClassName
{
color: #F0560B;
}
.AnyTagClassName
{
color: #F0560B;
}
</style>
background-color css
<style>
a { background-color: #F0560B; }
a { background-color: rgb(240,86,11); }
div.DivClassName
{
background-color: #F0560B;
}
.BgClassName
{
background-color: #F0560B;
}
</style>
border-color css
<style>
span { border-color: #F0560B; }
span { border-color: rgb(240,86,11); }
td.TdClassName
{
border-color: #F0560B;
}
.TagClassName
{
border-color: #F0560B;
}
</style>