Shades of Persimmon #F45901
Tints of Persimmon #F45901
RGB
CMYK
RGB Variations
Color information
#F45901 (or 0xF45901) is known color: Persimmon. HEX triplet: F4, 59 and 01. RGB value is (244,89,1). Sum of RGB (Red+Green+Blue) = 244+89+1=334 (44% of max value = 765). Red value is 244 (95.70% from 255 or 73.05% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 244 - color contains mainly: red. Hex color #F45901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45901 is #0BA6FE. Grayscale: #7D7D7D. Windows color (decimal): -763647 or 88564. OLE color: 88564.
HSL color Cylindrical-coordinate representation of color #F45901: hue angle of 21.73º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F45901 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 89 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.04 |
| HSL | 21.73º | 0.99% | 0.48% | - |
| HSV(B) | 21.73º | 1% | 0.96% | - |
| XYZ | 40.89 | 26.38 | 2.97 | - |
| YUV | 125.31 | 57.85 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 89 | 1 | 0 | 0.64 | 1.00 | 0.04 | 21.73 | 0.99 | 0.48 |
| Hex | F4 | 59 | 1 | 0 | 40 | 64 | 4 | 16 | 63 | 30 |
| Octal | 364 | 131 | 1 | 0 | 100 | 144 | 4 | 26 | 143 | 60 |
| Binary | 11110100 | 1011001 | 1 | 0 | 1000000 | 1100100 | 100 | 10110 | 1100011 | 110000 |
Color Harmonies of #F45901
Complementary color
Monochromatic Colors of #F45901
Black with #F45901
Text Example
Text Example
White with #F45901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45901; }
p { color: rgb(244,89,1); }
H1.HeaderClassName
{
color: #F45901;
}
.AnyTagClassName
{
color: #F45901;
}
</style>
background-color css
<style>
a { background-color: #F45901; }
a { background-color: rgb(244,89,1); }
div.DivClassName
{
background-color: #F45901;
}
.BgClassName
{
background-color: #F45901;
}
</style>
border-color css
<style>
span { border-color: #F45901; }
span { border-color: rgb(244,89,1); }
td.TdClassName
{
border-color: #F45901;
}
.TagClassName
{
border-color: #F45901;
}
</style>