Shades of Persimmon #F4590C
Tints of Persimmon #F4590C
RGB
CMYK
RGB Variations
Color information
#F4590C (or 0xF4590C) is known color: Persimmon. HEX triplet: F4, 59 and 0C. RGB value is (244,89,12). Sum of RGB (Red+Green+Blue) = 244+89+12=345 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.72% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 244 - color contains mainly: red. Hex color #F4590C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4590C is #0BA6F3. Grayscale: #7F7F7F. Windows color (decimal): -763636 or 809460. OLE color: 809460.
HSL color Cylindrical-coordinate representation of color #F4590C: hue angle of 19.91º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4590C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 89 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.04 |
| HSL | 19.91º | 0.91% | 0.5% | - |
| HSV(B) | 19.91º | 0.95% | 0.96% | - |
| XYZ | 40.95 | 26.4 | 3.29 | - |
| YUV | 126.57 | 63.35 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 89 | 12 | 0 | 0.64 | 0.95 | 0.04 | 19.91 | 0.91 | 0.5 |
| Hex | F4 | 59 | C | 0 | 40 | 5F | 4 | 14 | 5B | 32 |
| Octal | 364 | 131 | 14 | 0 | 100 | 137 | 4 | 24 | 133 | 62 |
| Binary | 11110100 | 1011001 | 1100 | 0 | 1000000 | 1011111 | 100 | 10100 | 1011011 | 110010 |
Color Harmonies of #F4590C
Complementary color
Monochromatic Colors of #F4590C
Black with #F4590C
Text Example
Text Example
White with #F4590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4590C; }
p { color: rgb(244,89,12); }
H1.HeaderClassName
{
color: #F4590C;
}
.AnyTagClassName
{
color: #F4590C;
}
</style>
background-color css
<style>
a { background-color: #F4590C; }
a { background-color: rgb(244,89,12); }
div.DivClassName
{
background-color: #F4590C;
}
.BgClassName
{
background-color: #F4590C;
}
</style>
border-color css
<style>
span { border-color: #F4590C; }
span { border-color: rgb(244,89,12); }
td.TdClassName
{
border-color: #F4590C;
}
.TagClassName
{
border-color: #F4590C;
}
</style>