Shades of Persimmon #F45302
Tints of Persimmon #F45302
RGB
CMYK
RGB Variations
Color information
#F45302 (or 0xF45302) is known color: Persimmon. HEX triplet: F4, 53 and 02. RGB value is (244,83,2). Sum of RGB (Red+Green+Blue) = 244+83+2=329 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.16% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 244 - color contains mainly: red. Hex color #F45302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45302 is #0BACFD. Grayscale: #7A7A7A. Windows color (decimal): -765182 or 152564. OLE color: 152564.
HSL color Cylindrical-coordinate representation of color #F45302: hue angle of 20.08º 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 #F45302 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.04 |
| HSL | 20.08º | 0.98% | 0.48% | - |
| HSV(B) | 20.08º | 0.99% | 0.96% | - |
| XYZ | 40.41 | 25.42 | 2.83 | - |
| YUV | 121.91 | 60.34 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 2 | 0 | 0.66 | 0.99 | 0.04 | 20.08 | 0.98 | 0.48 |
| Hex | F4 | 53 | 2 | 0 | 42 | 63 | 4 | 14 | 62 | 30 |
| Octal | 364 | 123 | 2 | 0 | 102 | 143 | 4 | 24 | 142 | 60 |
| Binary | 11110100 | 1010011 | 10 | 0 | 1000010 | 1100011 | 100 | 10100 | 1100010 | 110000 |
Color Harmonies of #F45302
Complementary color
Monochromatic Colors of #F45302
Black with #F45302
Text Example
Text Example
White with #F45302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45302; }
p { color: rgb(244,83,2); }
H1.HeaderClassName
{
color: #F45302;
}
.AnyTagClassName
{
color: #F45302;
}
</style>
background-color css
<style>
a { background-color: #F45302; }
a { background-color: rgb(244,83,2); }
div.DivClassName
{
background-color: #F45302;
}
.BgClassName
{
background-color: #F45302;
}
</style>
border-color css
<style>
span { border-color: #F45302; }
span { border-color: rgb(244,83,2); }
td.TdClassName
{
border-color: #F45302;
}
.TagClassName
{
border-color: #F45302;
}
</style>