Shades of Persimmon #F45305
Tints of Persimmon #F45305
RGB
CMYK
RGB Variations
Color information
#F45305 (or 0xF45305) is known color: Persimmon. HEX triplet: F4, 53 and 05. RGB value is (244,83,5). Sum of RGB (Red+Green+Blue) = 244+83+5=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F45305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45305 is #0BACFA. Grayscale: #7A7A7A. Windows color (decimal): -765179 or 349172. OLE color: 349172.
HSL color Cylindrical-coordinate representation of color #F45305: hue angle of 19.58º degrees, saturation: 0.96, 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 #F45305 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 5 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.04 |
| HSL | 19.58º | 0.96% | 0.49% | - |
| HSV(B) | 19.58º | 0.98% | 0.96% | - |
| XYZ | 40.43 | 25.43 | 2.92 | - |
| YUV | 122.25 | 61.84 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 5 | 0 | 0.66 | 0.98 | 0.04 | 19.58 | 0.96 | 0.49 |
| Hex | F4 | 53 | 5 | 0 | 42 | 62 | 4 | 14 | 60 | 31 |
| Octal | 364 | 123 | 5 | 0 | 102 | 142 | 4 | 24 | 140 | 61 |
| Binary | 11110100 | 1010011 | 101 | 0 | 1000010 | 1100010 | 100 | 10100 | 1100000 | 110001 |
Color Harmonies of #F45305
Complementary color
Monochromatic Colors of #F45305
Black with #F45305
Text Example
Text Example
White with #F45305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45305; }
p { color: rgb(244,83,5); }
H1.HeaderClassName
{
color: #F45305;
}
.AnyTagClassName
{
color: #F45305;
}
</style>
background-color css
<style>
a { background-color: #F45305; }
a { background-color: rgb(244,83,5); }
div.DivClassName
{
background-color: #F45305;
}
.BgClassName
{
background-color: #F45305;
}
</style>
border-color css
<style>
span { border-color: #F45305; }
span { border-color: rgb(244,83,5); }
td.TdClassName
{
border-color: #F45305;
}
.TagClassName
{
border-color: #F45305;
}
</style>