Shades of Persimmon #F45A04
Tints of Persimmon #F45A04
RGB
CMYK
RGB Variations
Color information
#F45A04 (or 0xF45A04) is known color: Persimmon. HEX triplet: F4, 5A and 04. RGB value is (244,90,4). Sum of RGB (Red+Green+Blue) = 244+90+4=338 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.19% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45A04 is #0BA5FB. Grayscale: #7E7E7E. Windows color (decimal): -763388 or 285428. OLE color: 285428.
HSL color Cylindrical-coordinate representation of color #F45A04: hue angle of 21.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F45A04 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 4 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.04 |
| HSL | 21.5º | 0.97% | 0.49% | - |
| HSV(B) | 21.5º | 0.98% | 0.96% | - |
| XYZ | 40.99 | 26.55 | 3.08 | - |
| YUV | 126.24 | 59.02 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 4 | 0 | 0.63 | 0.98 | 0.04 | 21.5 | 0.97 | 0.49 |
| Hex | F4 | 5A | 4 | 0 | 3F | 62 | 4 | 16 | 61 | 31 |
| Octal | 364 | 132 | 4 | 0 | 77 | 142 | 4 | 26 | 141 | 61 |
| Binary | 11110100 | 1011010 | 100 | 0 | 111111 | 1100010 | 100 | 10110 | 1100001 | 110001 |
Color Harmonies of #F45A04
Complementary color
Monochromatic Colors of #F45A04
Black with #F45A04
Text Example
Text Example
White with #F45A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45A04; }
p { color: rgb(244,90,4); }
H1.HeaderClassName
{
color: #F45A04;
}
.AnyTagClassName
{
color: #F45A04;
}
</style>
background-color css
<style>
a { background-color: #F45A04; }
a { background-color: rgb(244,90,4); }
div.DivClassName
{
background-color: #F45A04;
}
.BgClassName
{
background-color: #F45A04;
}
</style>
border-color css
<style>
span { border-color: #F45A04; }
span { border-color: rgb(244,90,4); }
td.TdClassName
{
border-color: #F45A04;
}
.TagClassName
{
border-color: #F45A04;
}
</style>