Shades of Persimmon #F45D09
Tints of Persimmon #F45D09
RGB
CMYK
RGB Variations
Color information
#F45D09 (or 0xF45D09) is known color: Persimmon. HEX triplet: F4, 5D and 09. RGB value is (244,93,9). Sum of RGB (Red+Green+Blue) = 244+93+9=346 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.52% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45D09 is #0BA2F6. Grayscale: #818181. Windows color (decimal): -762615 or 613876. OLE color: 613876.
HSL color Cylindrical-coordinate representation of color #F45D09: hue angle of 21.45º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F45D09 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 9 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.04 |
| HSL | 21.45º | 0.93% | 0.5% | - |
| HSV(B) | 21.45º | 0.96% | 0.96% | - |
| XYZ | 41.27 | 27.08 | 3.31 | - |
| YUV | 128.57 | 60.53 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 9 | 0 | 0.62 | 0.96 | 0.04 | 21.45 | 0.93 | 0.5 |
| Hex | F4 | 5D | 9 | 0 | 3E | 60 | 4 | 15 | 5D | 32 |
| Octal | 364 | 135 | 11 | 0 | 76 | 140 | 4 | 25 | 135 | 62 |
| Binary | 11110100 | 1011101 | 1001 | 0 | 111110 | 1100000 | 100 | 10101 | 1011101 | 110010 |
Color Harmonies of #F45D09
Complementary color
Monochromatic Colors of #F45D09
Black with #F45D09
Text Example
Text Example
White with #F45D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45D09; }
p { color: rgb(244,93,9); }
H1.HeaderClassName
{
color: #F45D09;
}
.AnyTagClassName
{
color: #F45D09;
}
</style>
background-color css
<style>
a { background-color: #F45D09; }
a { background-color: rgb(244,93,9); }
div.DivClassName
{
background-color: #F45D09;
}
.BgClassName
{
background-color: #F45D09;
}
</style>
border-color css
<style>
span { border-color: #F45D09; }
span { border-color: rgb(244,93,9); }
td.TdClassName
{
border-color: #F45D09;
}
.TagClassName
{
border-color: #F45D09;
}
</style>