Shades of Persimmon #F45A05
Tints of Persimmon #F45A05
RGB
CMYK
RGB Variations
Color information
#F45A05 (or 0xF45A05) is known color: Persimmon. HEX triplet: F4, 5A and 05. RGB value is (244,90,5). Sum of RGB (Red+Green+Blue) = 244+90+5=339 (44% of max value = 765). Red value is 244 (95.70% from 255 or 71.98% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45A05 is #0BA5FA. Grayscale: #7E7E7E. Windows color (decimal): -763387 or 350964. OLE color: 350964.
HSL color Cylindrical-coordinate representation of color #F45A05: hue angle of 21.34º 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 #F45A05 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 5 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.04 |
| HSL | 21.34º | 0.96% | 0.49% | - |
| HSV(B) | 21.34º | 0.98% | 0.96% | - |
| XYZ | 40.99 | 26.56 | 3.11 | - |
| YUV | 126.36 | 59.52 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 5 | 0 | 0.63 | 0.98 | 0.04 | 21.34 | 0.96 | 0.49 |
| Hex | F4 | 5A | 5 | 0 | 3F | 62 | 4 | 15 | 60 | 31 |
| Octal | 364 | 132 | 5 | 0 | 77 | 142 | 4 | 25 | 140 | 61 |
| Binary | 11110100 | 1011010 | 101 | 0 | 111111 | 1100010 | 100 | 10101 | 1100000 | 110001 |
Color Harmonies of #F45A05
Complementary color
Monochromatic Colors of #F45A05
Black with #F45A05
Text Example
Text Example
White with #F45A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45A05; }
p { color: rgb(244,90,5); }
H1.HeaderClassName
{
color: #F45A05;
}
.AnyTagClassName
{
color: #F45A05;
}
</style>
background-color css
<style>
a { background-color: #F45A05; }
a { background-color: rgb(244,90,5); }
div.DivClassName
{
background-color: #F45A05;
}
.BgClassName
{
background-color: #F45A05;
}
</style>
border-color css
<style>
span { border-color: #F45A05; }
span { border-color: rgb(244,90,5); }
td.TdClassName
{
border-color: #F45A05;
}
.TagClassName
{
border-color: #F45A05;
}
</style>