Shades of Persimmon #F45D04
Tints of Persimmon #F45D04
RGB
CMYK
RGB Variations
Color information
#F45D04 (or 0xF45D04) is known color: Persimmon. HEX triplet: F4, 5D and 04. RGB value is (244,93,4). Sum of RGB (Red+Green+Blue) = 244+93+4=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45D04 is #0BA2FB. Grayscale: #808080. Windows color (decimal): -762620 or 286196. OLE color: 286196.
HSL color Cylindrical-coordinate representation of color #F45D04: hue angle of 22.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 #F45D04 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.04 |
| HSL | 22.25º | 0.97% | 0.49% | - |
| HSV(B) | 22.25º | 0.98% | 0.96% | - |
| XYZ | 41.24 | 27.07 | 3.17 | - |
| YUV | 128 | 58.03 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 4 | 0 | 0.62 | 0.98 | 0.04 | 22.25 | 0.97 | 0.49 |
| Hex | F4 | 5D | 4 | 0 | 3E | 62 | 4 | 16 | 61 | 31 |
| Octal | 364 | 135 | 4 | 0 | 76 | 142 | 4 | 26 | 141 | 61 |
| Binary | 11110100 | 1011101 | 100 | 0 | 111110 | 1100010 | 100 | 10110 | 1100001 | 110001 |
Color Harmonies of #F45D04
Complementary color
Monochromatic Colors of #F45D04
Black with #F45D04
Text Example
Text Example
White with #F45D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45D04; }
p { color: rgb(244,93,4); }
H1.HeaderClassName
{
color: #F45D04;
}
.AnyTagClassName
{
color: #F45D04;
}
</style>
background-color css
<style>
a { background-color: #F45D04; }
a { background-color: rgb(244,93,4); }
div.DivClassName
{
background-color: #F45D04;
}
.BgClassName
{
background-color: #F45D04;
}
</style>
border-color css
<style>
span { border-color: #F45D04; }
span { border-color: rgb(244,93,4); }
td.TdClassName
{
border-color: #F45D04;
}
.TagClassName
{
border-color: #F45D04;
}
</style>