Shades of Persimmon #F45602
Tints of Persimmon #F45602
RGB
CMYK
RGB Variations
Color information
#F45602 (or 0xF45602) is known color: Persimmon. HEX triplet: F4, 56 and 02. RGB value is (244,86,2). Sum of RGB (Red+Green+Blue) = 244+86+2=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F45602 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45602 is #0BA9FD. Grayscale: #7C7C7C. Windows color (decimal): -764414 or 153332. OLE color: 153332.
HSL color Cylindrical-coordinate representation of color #F45602: hue angle of 20.83º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F45602 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 86 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.04 |
| HSL | 20.83º | 0.98% | 0.48% | - |
| HSV(B) | 20.83º | 0.99% | 0.96% | - |
| XYZ | 40.65 | 25.89 | 2.91 | - |
| YUV | 123.67 | 59.35 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 86 | 2 | 0 | 0.65 | 0.99 | 0.04 | 20.83 | 0.98 | 0.48 |
| Hex | F4 | 56 | 2 | 0 | 41 | 63 | 4 | 15 | 62 | 30 |
| Octal | 364 | 126 | 2 | 0 | 101 | 143 | 4 | 25 | 142 | 60 |
| Binary | 11110100 | 1010110 | 10 | 0 | 1000001 | 1100011 | 100 | 10101 | 1100010 | 110000 |
Color Harmonies of #F45602
Complementary color
Monochromatic Colors of #F45602
Black with #F45602
Text Example
Text Example
White with #F45602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45602; }
p { color: rgb(244,86,2); }
H1.HeaderClassName
{
color: #F45602;
}
.AnyTagClassName
{
color: #F45602;
}
</style>
background-color css
<style>
a { background-color: #F45602; }
a { background-color: rgb(244,86,2); }
div.DivClassName
{
background-color: #F45602;
}
.BgClassName
{
background-color: #F45602;
}
</style>
border-color css
<style>
span { border-color: #F45602; }
span { border-color: rgb(244,86,2); }
td.TdClassName
{
border-color: #F45602;
}
.TagClassName
{
border-color: #F45602;
}
</style>