Shades of Persimmon #F4590D
Tints of Persimmon #F4590D
RGB
CMYK
RGB Variations
Color information
#F4590D (or 0xF4590D) is known color: Persimmon. HEX triplet: F4, 59 and 0D. RGB value is (244,89,13). Sum of RGB (Red+Green+Blue) = 244+89+13=346 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.52% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 244 - color contains mainly: red. Hex color #F4590D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4590D is #0BA6F2. Grayscale: #7F7F7F. Windows color (decimal): -763635 or 874996. OLE color: 874996.
HSL color Cylindrical-coordinate representation of color #F4590D: hue angle of 19.74º 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 #F4590D is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 89 | 13 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.04 |
| HSL | 19.74º | 0.91% | 0.5% | - |
| HSV(B) | 19.74º | 0.95% | 0.96% | - |
| XYZ | 40.95 | 26.41 | 3.32 | - |
| YUV | 126.68 | 63.85 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 89 | 13 | 0 | 0.64 | 0.95 | 0.04 | 19.74 | 0.91 | 0.5 |
| Hex | F4 | 59 | D | 0 | 40 | 5F | 4 | 14 | 5B | 32 |
| Octal | 364 | 131 | 15 | 0 | 100 | 137 | 4 | 24 | 133 | 62 |
| Binary | 11110100 | 1011001 | 1101 | 0 | 1000000 | 1011111 | 100 | 10100 | 1011011 | 110010 |
Color Harmonies of #F4590D
Complementary color
Monochromatic Colors of #F4590D
Black with #F4590D
Text Example
Text Example
White with #F4590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4590D; }
p { color: rgb(244,89,13); }
H1.HeaderClassName
{
color: #F4590D;
}
.AnyTagClassName
{
color: #F4590D;
}
</style>
background-color css
<style>
a { background-color: #F4590D; }
a { background-color: rgb(244,89,13); }
div.DivClassName
{
background-color: #F4590D;
}
.BgClassName
{
background-color: #F4590D;
}
</style>
border-color css
<style>
span { border-color: #F4590D; }
span { border-color: rgb(244,89,13); }
td.TdClassName
{
border-color: #F4590D;
}
.TagClassName
{
border-color: #F4590D;
}
</style>