Shades of Persimmon #F45B11
Tints of Persimmon #F45B11
RGB
CMYK
RGB Variations
Color information
#F45B11 (or 0xF45B11) is known color: Persimmon. HEX triplet: F4, 5B and 11. RGB value is (244,91,17). Sum of RGB (Red+Green+Blue) = 244+91+17=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F45B11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45B11 is #0BA4EE. Grayscale: #808080. Windows color (decimal): -763119 or 1137652. OLE color: 1137652.
HSL color Cylindrical-coordinate representation of color #F45B11: hue angle of 19.56º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F45B11 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 91 | 17 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.04 |
| HSL | 19.56º | 0.91% | 0.51% | - |
| HSV(B) | 19.56º | 0.93% | 0.96% | - |
| XYZ | 41.15 | 26.76 | 3.53 | - |
| YUV | 128.31 | 65.19 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 91 | 17 | 0 | 0.63 | 0.93 | 0.04 | 19.56 | 0.91 | 0.51 |
| Hex | F4 | 5B | 11 | 0 | 3F | 5D | 4 | 14 | 5B | 33 |
| Octal | 364 | 133 | 21 | 0 | 77 | 135 | 4 | 24 | 133 | 63 |
| Binary | 11110100 | 1011011 | 10001 | 0 | 111111 | 1011101 | 100 | 10100 | 1011011 | 110011 |
Color Harmonies of #F45B11
Complementary color
Monochromatic Colors of #F45B11
Black with #F45B11
Text Example
Text Example
White with #F45B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45B11; }
p { color: rgb(244,91,17); }
H1.HeaderClassName
{
color: #F45B11;
}
.AnyTagClassName
{
color: #F45B11;
}
</style>
background-color css
<style>
a { background-color: #F45B11; }
a { background-color: rgb(244,91,17); }
div.DivClassName
{
background-color: #F45B11;
}
.BgClassName
{
background-color: #F45B11;
}
</style>
border-color css
<style>
span { border-color: #F45B11; }
span { border-color: rgb(244,91,17); }
td.TdClassName
{
border-color: #F45B11;
}
.TagClassName
{
border-color: #F45B11;
}
</style>