Shades of Persimmon #F3591A
Tints of Persimmon #F3591A
RGB
CMYK
RGB Variations
Color information
#F3591A (or 0xF3591A) is known color: Persimmon. HEX triplet: F3, 59 and 1A. RGB value is (243,89,26). Sum of RGB (Red+Green+Blue) = 243+89+26=358 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.88% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 243 - color contains mainly: red. Hex color #F3591A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3591A is #0CA6E5. Grayscale: #808080. Windows color (decimal): -829158 or 1726963. OLE color: 1726963.
HSL color Cylindrical-coordinate representation of color #F3591A: hue angle of 17.42º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F3591A is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 89 | 26 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.05 |
| HSL | 17.42º | 0.9% | 0.53% | - |
| HSV(B) | 17.42º | 0.89% | 0.95% | - |
| XYZ | 40.72 | 26.27 | 3.9 | - |
| YUV | 127.86 | 70.52 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 89 | 26 | 0 | 0.63 | 0.89 | 0.05 | 17.42 | 0.9 | 0.53 |
| Hex | F3 | 59 | 1A | 0 | 3F | 59 | 5 | 11 | 5A | 35 |
| Octal | 363 | 131 | 32 | 0 | 77 | 131 | 5 | 21 | 132 | 65 |
| Binary | 11110011 | 1011001 | 11010 | 0 | 111111 | 1011001 | 101 | 10001 | 1011010 | 110101 |
Color Harmonies of #F3591A
Complementary color
Monochromatic Colors of #F3591A
Black with #F3591A
Text Example
Text Example
White with #F3591A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3591A; }
p { color: rgb(243,89,26); }
H1.HeaderClassName
{
color: #F3591A;
}
.AnyTagClassName
{
color: #F3591A;
}
</style>
background-color css
<style>
a { background-color: #F3591A; }
a { background-color: rgb(243,89,26); }
div.DivClassName
{
background-color: #F3591A;
}
.BgClassName
{
background-color: #F3591A;
}
</style>
border-color css
<style>
span { border-color: #F3591A; }
span { border-color: rgb(243,89,26); }
td.TdClassName
{
border-color: #F3591A;
}
.TagClassName
{
border-color: #F3591A;
}
</style>