Shades of Persimmon #F45303
Tints of Persimmon #F45303
RGB
CMYK
RGB Variations
Color information
#F45303 (or 0xF45303) is known color: Persimmon. HEX triplet: F4, 53 and 03. RGB value is (244,83,3). Sum of RGB (Red+Green+Blue) = 244+83+3=330 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.94% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 244 - color contains mainly: red. Hex color #F45303 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45303 is #0BACFC. Grayscale: #7A7A7A. Windows color (decimal): -765181 or 218100. OLE color: 218100.
HSL color Cylindrical-coordinate representation of color #F45303: hue angle of 19.92º 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 #F45303 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 3 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.04 |
| HSL | 19.92º | 0.98% | 0.48% | - |
| HSV(B) | 19.92º | 0.99% | 0.96% | - |
| XYZ | 40.42 | 25.43 | 2.86 | - |
| YUV | 122.02 | 60.84 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 3 | 0 | 0.66 | 0.99 | 0.04 | 19.92 | 0.98 | 0.48 |
| Hex | F4 | 53 | 3 | 0 | 42 | 63 | 4 | 14 | 62 | 30 |
| Octal | 364 | 123 | 3 | 0 | 102 | 143 | 4 | 24 | 142 | 60 |
| Binary | 11110100 | 1010011 | 11 | 0 | 1000010 | 1100011 | 100 | 10100 | 1100010 | 110000 |
Color Harmonies of #F45303
Complementary color
Monochromatic Colors of #F45303
Black with #F45303
Text Example
Text Example
White with #F45303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45303; }
p { color: rgb(244,83,3); }
H1.HeaderClassName
{
color: #F45303;
}
.AnyTagClassName
{
color: #F45303;
}
</style>
background-color css
<style>
a { background-color: #F45303; }
a { background-color: rgb(244,83,3); }
div.DivClassName
{
background-color: #F45303;
}
.BgClassName
{
background-color: #F45303;
}
</style>
border-color css
<style>
span { border-color: #F45303; }
span { border-color: rgb(244,83,3); }
td.TdClassName
{
border-color: #F45303;
}
.TagClassName
{
border-color: #F45303;
}
</style>