Shades of Persimmon #F45504
Tints of Persimmon #F45504
RGB
CMYK
RGB Variations
Color information
#F45504 (or 0xF45504) is known color: Persimmon. HEX triplet: F4, 55 and 04. RGB value is (244,85,4). Sum of RGB (Red+Green+Blue) = 244+85+4=333 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.27% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 244 - color contains mainly: red. Hex color #F45504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45504 is #0BAAFB. Grayscale: #7B7B7B. Windows color (decimal): -764668 or 284148. OLE color: 284148.
HSL color Cylindrical-coordinate representation of color #F45504: hue angle of 20.25º 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 #F45504 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 4 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.04 |
| HSL | 20.25º | 0.97% | 0.49% | - |
| HSV(B) | 20.25º | 0.98% | 0.96% | - |
| XYZ | 40.58 | 25.74 | 2.94 | - |
| YUV | 123.31 | 60.68 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 4 | 0 | 0.65 | 0.98 | 0.04 | 20.25 | 0.97 | 0.49 |
| Hex | F4 | 55 | 4 | 0 | 41 | 62 | 4 | 14 | 61 | 31 |
| Octal | 364 | 125 | 4 | 0 | 101 | 142 | 4 | 24 | 141 | 61 |
| Binary | 11110100 | 1010101 | 100 | 0 | 1000001 | 1100010 | 100 | 10100 | 1100001 | 110001 |
Color Harmonies of #F45504
Complementary color
Monochromatic Colors of #F45504
Black with #F45504
Text Example
Text Example
White with #F45504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45504; }
p { color: rgb(244,85,4); }
H1.HeaderClassName
{
color: #F45504;
}
.AnyTagClassName
{
color: #F45504;
}
</style>
background-color css
<style>
a { background-color: #F45504; }
a { background-color: rgb(244,85,4); }
div.DivClassName
{
background-color: #F45504;
}
.BgClassName
{
background-color: #F45504;
}
</style>
border-color css
<style>
span { border-color: #F45504; }
span { border-color: rgb(244,85,4); }
td.TdClassName
{
border-color: #F45504;
}
.TagClassName
{
border-color: #F45504;
}
</style>