Shades of Persimmon #F45419
Tints of Persimmon #F45419
RGB
CMYK
RGB Variations
Color information
#F45419 (or 0xF45419) is known color: Persimmon. HEX triplet: F4, 54 and 19. RGB value is (244,84,25). Sum of RGB (Red+Green+Blue) = 244+84+25=353 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.12% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 244 - color contains mainly: red. Hex color #F45419 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45419 is #0BABE6. Grayscale: #7D7D7D. Windows color (decimal): -764903 or 1660148. OLE color: 1660148.
HSL color Cylindrical-coordinate representation of color #F45419: hue angle of 16.16º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F45419 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 25 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.04 |
| HSL | 16.16º | 0.91% | 0.53% | - |
| HSV(B) | 16.16º | 0.9% | 0.96% | - |
| XYZ | 40.65 | 25.64 | 3.73 | - |
| YUV | 125.11 | 71.51 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 25 | 0 | 0.66 | 0.90 | 0.04 | 16.16 | 0.91 | 0.53 |
| Hex | F4 | 54 | 19 | 0 | 42 | 5A | 4 | 10 | 5B | 35 |
| Octal | 364 | 124 | 31 | 0 | 102 | 132 | 4 | 20 | 133 | 65 |
| Binary | 11110100 | 1010100 | 11001 | 0 | 1000010 | 1011010 | 100 | 10000 | 1011011 | 110101 |
Color Harmonies of #F45419
Complementary color
Monochromatic Colors of #F45419
Black with #F45419
Text Example
Text Example
White with #F45419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45419; }
p { color: rgb(244,84,25); }
H1.HeaderClassName
{
color: #F45419;
}
.AnyTagClassName
{
color: #F45419;
}
</style>
background-color css
<style>
a { background-color: #F45419; }
a { background-color: rgb(244,84,25); }
div.DivClassName
{
background-color: #F45419;
}
.BgClassName
{
background-color: #F45419;
}
</style>
border-color css
<style>
span { border-color: #F45419; }
span { border-color: rgb(244,84,25); }
td.TdClassName
{
border-color: #F45419;
}
.TagClassName
{
border-color: #F45419;
}
</style>