Shades of Persimmon #F0591B
Tints of Persimmon #F0591B
RGB
CMYK
RGB Variations
Color information
#F0591B (or 0xF0591B) is known color: Persimmon. HEX triplet: F0, 59 and 1B. RGB value is (240,89,27). Sum of RGB (Red+Green+Blue) = 240+89+27=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F0591B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0591B is #0FA6E4. Grayscale: #7F7F7F. Windows color (decimal): -1025765 or 1792496. OLE color: 1792496.
HSL color Cylindrical-coordinate representation of color #F0591B: hue angle of 17.46º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0591B is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 89 | 27 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.06 |
| HSL | 17.46º | 0.88% | 0.52% | - |
| HSV(B) | 17.46º | 0.89% | 0.94% | - |
| XYZ | 39.71 | 25.75 | 3.91 | - |
| YUV | 127.08 | 71.53 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 89 | 27 | 0 | 0.63 | 0.89 | 0.06 | 17.46 | 0.88 | 0.52 |
| Hex | F0 | 59 | 1B | 0 | 3F | 59 | 6 | 11 | 58 | 34 |
| Octal | 360 | 131 | 33 | 0 | 77 | 131 | 6 | 21 | 130 | 64 |
| Binary | 11110000 | 1011001 | 11011 | 0 | 111111 | 1011001 | 110 | 10001 | 1011000 | 110100 |
Color Harmonies of #F0591B
Complementary color
Monochromatic Colors of #F0591B
Black with #F0591B
Text Example
Text Example
White with #F0591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0591B; }
p { color: rgb(240,89,27); }
H1.HeaderClassName
{
color: #F0591B;
}
.AnyTagClassName
{
color: #F0591B;
}
</style>
background-color css
<style>
a { background-color: #F0591B; }
a { background-color: rgb(240,89,27); }
div.DivClassName
{
background-color: #F0591B;
}
.BgClassName
{
background-color: #F0591B;
}
</style>
border-color css
<style>
span { border-color: #F0591B; }
span { border-color: rgb(240,89,27); }
td.TdClassName
{
border-color: #F0591B;
}
.TagClassName
{
border-color: #F0591B;
}
</style>