Shades of Persimmon #F45A09
Tints of Persimmon #F45A09
RGB
CMYK
RGB Variations
Color information
#F45A09 (or 0xF45A09) is known color: Persimmon. HEX triplet: F4, 5A and 09. RGB value is (244,90,9). Sum of RGB (Red+Green+Blue) = 244+90+9=343 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.14% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 9 (3.91% from 255 or 2.62% from 343); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45A09 is #0BA5F6. Grayscale: #7F7F7F. Windows color (decimal): -763383 or 613108. OLE color: 613108.
HSL color Cylindrical-coordinate representation of color #F45A09: hue angle of 20.68º 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 #F45A09 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 9 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.04 |
| HSL | 20.68º | 0.93% | 0.5% | - |
| HSV(B) | 20.68º | 0.96% | 0.96% | - |
| XYZ | 41.01 | 26.57 | 3.22 | - |
| YUV | 126.81 | 61.52 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 9 | 0 | 0.63 | 0.96 | 0.04 | 20.68 | 0.93 | 0.5 |
| Hex | F4 | 5A | 9 | 0 | 3F | 60 | 4 | 15 | 5D | 32 |
| Octal | 364 | 132 | 11 | 0 | 77 | 140 | 4 | 25 | 135 | 62 |
| Binary | 11110100 | 1011010 | 1001 | 0 | 111111 | 1100000 | 100 | 10101 | 1011101 | 110010 |
Color Harmonies of #F45A09
Complementary color
Monochromatic Colors of #F45A09
Black with #F45A09
Text Example
Text Example
White with #F45A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45A09; }
p { color: rgb(244,90,9); }
H1.HeaderClassName
{
color: #F45A09;
}
.AnyTagClassName
{
color: #F45A09;
}
</style>
background-color css
<style>
a { background-color: #F45A09; }
a { background-color: rgb(244,90,9); }
div.DivClassName
{
background-color: #F45A09;
}
.BgClassName
{
background-color: #F45A09;
}
</style>
border-color css
<style>
span { border-color: #F45A09; }
span { border-color: rgb(244,90,9); }
td.TdClassName
{
border-color: #F45A09;
}
.TagClassName
{
border-color: #F45A09;
}
</style>