Shades of Persimmon #F45B0E
Tints of Persimmon #F45B0E
RGB
CMYK
RGB Variations
Color information
#F45B0E (or 0xF45B0E) is known color: Persimmon. HEX triplet: F4, 5B and 0E. RGB value is (244,91,14). Sum of RGB (Red+Green+Blue) = 244+91+14=349 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.91% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 244 - color contains mainly: red. Hex color #F45B0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45B0E is #0BA4F1. Grayscale: #808080. Windows color (decimal): -763122 or 941044. OLE color: 941044.
HSL color Cylindrical-coordinate representation of color #F45B0E: hue angle of 20.09º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F45B0E is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 91 | 14 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.04 |
| HSL | 20.09º | 0.91% | 0.51% | - |
| HSV(B) | 20.09º | 0.94% | 0.96% | - |
| XYZ | 41.13 | 26.75 | 3.41 | - |
| YUV | 127.97 | 63.69 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 91 | 14 | 0 | 0.63 | 0.94 | 0.04 | 20.09 | 0.91 | 0.51 |
| Hex | F4 | 5B | E | 0 | 3F | 5E | 4 | 14 | 5B | 33 |
| Octal | 364 | 133 | 16 | 0 | 77 | 136 | 4 | 24 | 133 | 63 |
| Binary | 11110100 | 1011011 | 1110 | 0 | 111111 | 1011110 | 100 | 10100 | 1011011 | 110011 |
Color Harmonies of #F45B0E
Complementary color
Monochromatic Colors of #F45B0E
Black with #F45B0E
Text Example
Text Example
White with #F45B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45B0E; }
p { color: rgb(244,91,14); }
H1.HeaderClassName
{
color: #F45B0E;
}
.AnyTagClassName
{
color: #F45B0E;
}
</style>
background-color css
<style>
a { background-color: #F45B0E; }
a { background-color: rgb(244,91,14); }
div.DivClassName
{
background-color: #F45B0E;
}
.BgClassName
{
background-color: #F45B0E;
}
</style>
border-color css
<style>
span { border-color: #F45B0E; }
span { border-color: rgb(244,91,14); }
td.TdClassName
{
border-color: #F45B0E;
}
.TagClassName
{
border-color: #F45B0E;
}
</style>