Shades of Persimmon #F45706
Tints of Persimmon #F45706
RGB
CMYK
RGB Variations
Color information
#F45706 (or 0xF45706) is known color: Persimmon. HEX triplet: F4, 57 and 06. RGB value is (244,87,6). Sum of RGB (Red+Green+Blue) = 244+87+6=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F45706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45706 is #0BA8F9. Grayscale: #7D7D7D. Windows color (decimal): -764154 or 415732. OLE color: 415732.
HSL color Cylindrical-coordinate representation of color #F45706: hue angle of 20.42º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F45706 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 87 | 6 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.04 |
| HSL | 20.42º | 0.95% | 0.49% | - |
| HSV(B) | 20.42º | 0.98% | 0.96% | - |
| XYZ | 40.75 | 26.06 | 3.06 | - |
| YUV | 124.71 | 61.01 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 87 | 6 | 0 | 0.64 | 0.98 | 0.04 | 20.42 | 0.95 | 0.49 |
| Hex | F4 | 57 | 6 | 0 | 40 | 62 | 4 | 14 | 5F | 31 |
| Octal | 364 | 127 | 6 | 0 | 100 | 142 | 4 | 24 | 137 | 61 |
| Binary | 11110100 | 1010111 | 110 | 0 | 1000000 | 1100010 | 100 | 10100 | 1011111 | 110001 |
Color Harmonies of #F45706
Complementary color
Monochromatic Colors of #F45706
Black with #F45706
Text Example
Text Example
White with #F45706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45706; }
p { color: rgb(244,87,6); }
H1.HeaderClassName
{
color: #F45706;
}
.AnyTagClassName
{
color: #F45706;
}
</style>
background-color css
<style>
a { background-color: #F45706; }
a { background-color: rgb(244,87,6); }
div.DivClassName
{
background-color: #F45706;
}
.BgClassName
{
background-color: #F45706;
}
</style>
border-color css
<style>
span { border-color: #F45706; }
span { border-color: rgb(244,87,6); }
td.TdClassName
{
border-color: #F45706;
}
.TagClassName
{
border-color: #F45706;
}
</style>