Shades of Persimmon #F45100
Tints of Persimmon #F45100
RGB
CMYK
RGB Variations
Color information
#F45100 (or 0xF45100) is known color: Persimmon. HEX triplet: F4, 51 and 00. RGB value is (244,81,0). Sum of RGB (Red+Green+Blue) = 244+81+0=325 (43% of max value = 765). Red value is 244 (95.70% from 255 or 75.08% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 244 - color contains mainly: red. Hex color #F45100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45100 is #0BAEFF. Grayscale: #787878. Windows color (decimal): -765696 or 20980. OLE color: 20980.
HSL color Cylindrical-coordinate representation of color #F45100: hue angle of 19.92º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F45100 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 81 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.04 |
| HSL | 19.92º | 1% | 0.48% | - |
| HSV(B) | 19.92º | 1% | 0.96% | - |
| XYZ | 40.25 | 25.12 | 2.73 | - |
| YUV | 120.5 | 60 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 81 | 0 | 0 | 0.67 | 1 | 0.04 | 19.92 | 1 | 0.48 |
| Hex | F4 | 51 | 0 | 0 | 43 | 64 | 4 | 14 | 64 | 30 |
| Octal | 364 | 121 | 0 | 0 | 103 | 144 | 4 | 24 | 144 | 60 |
| Binary | 11110100 | 1010001 | 0 | 0 | 1000011 | 1100100 | 100 | 10100 | 1100100 | 110000 |
Color Harmonies of #F45100
Complementary color
Monochromatic Colors of #F45100
Black with #F45100
Text Example
Text Example
White with #F45100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45100; }
p { color: rgb(244,81,0); }
H1.HeaderClassName
{
color: #F45100;
}
.AnyTagClassName
{
color: #F45100;
}
</style>
background-color css
<style>
a { background-color: #F45100; }
a { background-color: rgb(244,81,0); }
div.DivClassName
{
background-color: #F45100;
}
.BgClassName
{
background-color: #F45100;
}
</style>
border-color css
<style>
span { border-color: #F45100; }
span { border-color: rgb(244,81,0); }
td.TdClassName
{
border-color: #F45100;
}
.TagClassName
{
border-color: #F45100;
}
</style>