Shades of Persimmon #F05303
Tints of Persimmon #F05303
RGB
CMYK
RGB Variations
Color information
#F05303 (or 0xF05303) is known color: Persimmon. HEX triplet: F0, 53 and 03. RGB value is (240,83,3). Sum of RGB (Red+Green+Blue) = 240+83+3=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F05303 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05303 is #0FACFC. Grayscale: #797979. Windows color (decimal): -1027325 or 218096. OLE color: 218096.
HSL color Cylindrical-coordinate representation of color #F05303: hue angle of 20.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F05303 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 3 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.06 |
| HSL | 20.25º | 0.98% | 0.48% | - |
| HSV(B) | 20.25º | 0.99% | 0.94% | - |
| XYZ | 39.04 | 24.72 | 2.8 | - |
| YUV | 120.82 | 61.51 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 3 | 0 | 0.65 | 0.99 | 0.06 | 20.25 | 0.98 | 0.48 |
| Hex | F0 | 53 | 3 | 0 | 41 | 63 | 6 | 14 | 62 | 30 |
| Octal | 360 | 123 | 3 | 0 | 101 | 143 | 6 | 24 | 142 | 60 |
| Binary | 11110000 | 1010011 | 11 | 0 | 1000001 | 1100011 | 110 | 10100 | 1100010 | 110000 |
Color Harmonies of #F05303
Complementary color
Monochromatic Colors of #F05303
Black with #F05303
Text Example
Text Example
White with #F05303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05303; }
p { color: rgb(240,83,3); }
H1.HeaderClassName
{
color: #F05303;
}
.AnyTagClassName
{
color: #F05303;
}
</style>
background-color css
<style>
a { background-color: #F05303; }
a { background-color: rgb(240,83,3); }
div.DivClassName
{
background-color: #F05303;
}
.BgClassName
{
background-color: #F05303;
}
</style>
border-color css
<style>
span { border-color: #F05303; }
span { border-color: rgb(240,83,3); }
td.TdClassName
{
border-color: #F05303;
}
.TagClassName
{
border-color: #F05303;
}
</style>