Shades of Persimmon #F0590B
Tints of Persimmon #F0590B
RGB
CMYK
RGB Variations
Color information
#F0590B (or 0xF0590B) is known color: Persimmon. HEX triplet: F0, 59 and 0B. RGB value is (240,89,11). Sum of RGB (Red+Green+Blue) = 240+89+11=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F0590B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0590B is #0FA6F4. Grayscale: #7D7D7D. Windows color (decimal): -1025781 or 743920. OLE color: 743920.
HSL color Cylindrical-coordinate representation of color #F0590B: hue angle of 20.44º 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 #F0590B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.06 |
| HSL | 20.44º | 0.91% | 0.49% | - |
| HSV(B) | 20.44º | 0.95% | 0.94% | - |
| XYZ | 39.57 | 25.69 | 3.19 | - |
| YUV | 125.26 | 63.53 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 11 | 0 | 0.63 | 0.95 | 0.06 | 20.44 | 0.91 | 0.49 |
| Hex | F0 | 59 | B | 0 | 3F | 5F | 6 | 14 | 5B | 31 |
| Octal | 360 | 131 | 13 | 0 | 77 | 137 | 6 | 24 | 133 | 61 |
| Binary | 11110000 | 1011001 | 1011 | 0 | 111111 | 1011111 | 110 | 10100 | 1011011 | 110001 |
Color Harmonies of #F0590B
Complementary color
Monochromatic Colors of #F0590B
Black with #F0590B
Text Example
Text Example
White with #F0590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0590B; }
p { color: rgb(240,89,11); }
H1.HeaderClassName
{
color: #F0590B;
}
.AnyTagClassName
{
color: #F0590B;
}
</style>
background-color css
<style>
a { background-color: #F0590B; }
a { background-color: rgb(240,89,11); }
div.DivClassName
{
background-color: #F0590B;
}
.BgClassName
{
background-color: #F0590B;
}
</style>
border-color css
<style>
span { border-color: #F0590B; }
span { border-color: rgb(240,89,11); }
td.TdClassName
{
border-color: #F0590B;
}
.TagClassName
{
border-color: #F0590B;
}
</style>