Shades of Persimmon #F45607
Tints of Persimmon #F45607
RGB
CMYK
RGB Variations
Color information
#F45607 (or 0xF45607) is known color: Persimmon. HEX triplet: F4, 56 and 07. RGB value is (244,86,7). Sum of RGB (Red+Green+Blue) = 244+86+7=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F45607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45607 is #0BA9F8. Grayscale: #7C7C7C. Windows color (decimal): -764409 or 481012. OLE color: 481012.
HSL color Cylindrical-coordinate representation of color #F45607: hue angle of 20º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F45607 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 86 | 7 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.04 |
| HSL | 20º | 0.94% | 0.49% | - |
| HSV(B) | 20º | 0.97% | 0.96% | - |
| XYZ | 40.67 | 25.9 | 3.06 | - |
| YUV | 124.24 | 61.85 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 86 | 7 | 0 | 0.65 | 0.97 | 0.04 | 20 | 0.94 | 0.49 |
| Hex | F4 | 56 | 7 | 0 | 41 | 61 | 4 | 14 | 5E | 31 |
| Octal | 364 | 126 | 7 | 0 | 101 | 141 | 4 | 24 | 136 | 61 |
| Binary | 11110100 | 1010110 | 111 | 0 | 1000001 | 1100001 | 100 | 10100 | 1011110 | 110001 |
Color Harmonies of #F45607
Complementary color
Monochromatic Colors of #F45607
Black with #F45607
Text Example
Text Example
White with #F45607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45607; }
p { color: rgb(244,86,7); }
H1.HeaderClassName
{
color: #F45607;
}
.AnyTagClassName
{
color: #F45607;
}
</style>
background-color css
<style>
a { background-color: #F45607; }
a { background-color: rgb(244,86,7); }
div.DivClassName
{
background-color: #F45607;
}
.BgClassName
{
background-color: #F45607;
}
</style>
border-color css
<style>
span { border-color: #F45607; }
span { border-color: rgb(244,86,7); }
td.TdClassName
{
border-color: #F45607;
}
.TagClassName
{
border-color: #F45607;
}
</style>