Shades of Persimmon #F45304
Tints of Persimmon #F45304
RGB
CMYK
RGB Variations
Color information
#F45304 (or 0xF45304) is known color: Persimmon. HEX triplet: F4, 53 and 04. RGB value is (244,83,4). Sum of RGB (Red+Green+Blue) = 244+83+4=331 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.72% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 244 - color contains mainly: red. Hex color #F45304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45304 is #0BACFB. Grayscale: #7A7A7A. Windows color (decimal): -765180 or 283636. OLE color: 283636.
HSL color Cylindrical-coordinate representation of color #F45304: hue angle of 19.75º 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 #F45304 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 4 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.04 |
| HSL | 19.75º | 0.97% | 0.49% | - |
| HSV(B) | 19.75º | 0.98% | 0.96% | - |
| XYZ | 40.42 | 25.43 | 2.89 | - |
| YUV | 122.13 | 61.34 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 4 | 0 | 0.66 | 0.98 | 0.04 | 19.75 | 0.97 | 0.49 |
| Hex | F4 | 53 | 4 | 0 | 42 | 62 | 4 | 14 | 61 | 31 |
| Octal | 364 | 123 | 4 | 0 | 102 | 142 | 4 | 24 | 141 | 61 |
| Binary | 11110100 | 1010011 | 100 | 0 | 1000010 | 1100010 | 100 | 10100 | 1100001 | 110001 |
Color Harmonies of #F45304
Complementary color
Monochromatic Colors of #F45304
Black with #F45304
Text Example
Text Example
White with #F45304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45304; }
p { color: rgb(244,83,4); }
H1.HeaderClassName
{
color: #F45304;
}
.AnyTagClassName
{
color: #F45304;
}
</style>
background-color css
<style>
a { background-color: #F45304; }
a { background-color: rgb(244,83,4); }
div.DivClassName
{
background-color: #F45304;
}
.BgClassName
{
background-color: #F45304;
}
</style>
border-color css
<style>
span { border-color: #F45304; }
span { border-color: rgb(244,83,4); }
td.TdClassName
{
border-color: #F45304;
}
.TagClassName
{
border-color: #F45304;
}
</style>