Shades of Persimmon #F45B16
Tints of Persimmon #F45B16
RGB
CMYK
RGB Variations
Color information
#F45B16 (or 0xF45B16) is known color: Persimmon. HEX triplet: F4, 5B and 16. RGB value is (244,91,22). Sum of RGB (Red+Green+Blue) = 244+91+22=357 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.35% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 244 - color contains mainly: red. Hex color #F45B16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45B16 is #0BA4E9. Grayscale: #818181. Windows color (decimal): -763114 or 1465332. OLE color: 1465332.
HSL color Cylindrical-coordinate representation of color #F45B16: hue angle of 18.65º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F45B16 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 91 | 22 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.04 |
| HSL | 18.65º | 0.91% | 0.52% | - |
| HSV(B) | 18.65º | 0.91% | 0.96% | - |
| XYZ | 41.19 | 26.77 | 3.76 | - |
| YUV | 128.88 | 67.69 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 91 | 22 | 0 | 0.63 | 0.91 | 0.04 | 18.65 | 0.91 | 0.52 |
| Hex | F4 | 5B | 16 | 0 | 3F | 5B | 4 | 13 | 5B | 34 |
| Octal | 364 | 133 | 26 | 0 | 77 | 133 | 4 | 23 | 133 | 64 |
| Binary | 11110100 | 1011011 | 10110 | 0 | 111111 | 1011011 | 100 | 10011 | 1011011 | 110100 |
Color Harmonies of #F45B16
Complementary color
Monochromatic Colors of #F45B16
Black with #F45B16
Text Example
Text Example
White with #F45B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45B16; }
p { color: rgb(244,91,22); }
H1.HeaderClassName
{
color: #F45B16;
}
.AnyTagClassName
{
color: #F45B16;
}
</style>
background-color css
<style>
a { background-color: #F45B16; }
a { background-color: rgb(244,91,22); }
div.DivClassName
{
background-color: #F45B16;
}
.BgClassName
{
background-color: #F45B16;
}
</style>
border-color css
<style>
span { border-color: #F45B16; }
span { border-color: rgb(244,91,22); }
td.TdClassName
{
border-color: #F45B16;
}
.TagClassName
{
border-color: #F45B16;
}
</style>