Shades of Persimmon #F2591C
Tints of Persimmon #F2591C
RGB
CMYK
RGB Variations
Color information
#F2591C (or 0xF2591C) is known color: Persimmon. HEX triplet: F2, 59 and 1C. RGB value is (242,89,28). Sum of RGB (Red+Green+Blue) = 242+89+28=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F2591C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2591C is #0DA6E3. Grayscale: #808080. Windows color (decimal): -894692 or 1858034. OLE color: 1858034.
HSL color Cylindrical-coordinate representation of color #F2591C: hue angle of 17.1º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2591C is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 28 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.05 |
| HSL | 17.1º | 0.89% | 0.53% | - |
| HSV(B) | 17.1º | 0.88% | 0.95% | - |
| XYZ | 40.4 | 26.11 | 4.01 | - |
| YUV | 127.79 | 71.69 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 28 | 0 | 0.63 | 0.88 | 0.05 | 17.1 | 0.89 | 0.53 |
| Hex | F2 | 59 | 1C | 0 | 3F | 58 | 5 | 11 | 59 | 35 |
| Octal | 362 | 131 | 34 | 0 | 77 | 130 | 5 | 21 | 131 | 65 |
| Binary | 11110010 | 1011001 | 11100 | 0 | 111111 | 1011000 | 101 | 10001 | 1011001 | 110101 |
Color Harmonies of #F2591C
Complementary color
Monochromatic Colors of #F2591C
Black with #F2591C
Text Example
Text Example
White with #F2591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2591C; }
p { color: rgb(242,89,28); }
H1.HeaderClassName
{
color: #F2591C;
}
.AnyTagClassName
{
color: #F2591C;
}
</style>
background-color css
<style>
a { background-color: #F2591C; }
a { background-color: rgb(242,89,28); }
div.DivClassName
{
background-color: #F2591C;
}
.BgClassName
{
background-color: #F2591C;
}
</style>
border-color css
<style>
span { border-color: #F2591C; }
span { border-color: rgb(242,89,28); }
td.TdClassName
{
border-color: #F2591C;
}
.TagClassName
{
border-color: #F2591C;
}
</style>