Shades of Persimmon #F05003
Tints of Persimmon #F05003
RGB
CMYK
RGB Variations
Color information
#F05003 (or 0xF05003) is known color: Persimmon. HEX triplet: F0, 50 and 03. RGB value is (240,80,3). Sum of RGB (Red+Green+Blue) = 240+80+3=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F05003 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05003 is #0FAFFC. Grayscale: #777777. Windows color (decimal): -1028093 or 217328. OLE color: 217328.
HSL color Cylindrical-coordinate representation of color #F05003: hue angle of 19.49º 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 #F05003 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.06 |
| HSL | 19.49º | 0.98% | 0.48% | - |
| HSV(B) | 19.49º | 0.99% | 0.94% | - |
| XYZ | 38.82 | 24.27 | 2.72 | - |
| YUV | 119.06 | 62.51 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 3 | 0 | 0.67 | 0.99 | 0.06 | 19.49 | 0.98 | 0.48 |
| Hex | F0 | 50 | 3 | 0 | 43 | 63 | 6 | 13 | 62 | 30 |
| Octal | 360 | 120 | 3 | 0 | 103 | 143 | 6 | 23 | 142 | 60 |
| Binary | 11110000 | 1010000 | 11 | 0 | 1000011 | 1100011 | 110 | 10011 | 1100010 | 110000 |
Color Harmonies of #F05003
Complementary color
Monochromatic Colors of #F05003
Black with #F05003
Text Example
Text Example
White with #F05003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05003; }
p { color: rgb(240,80,3); }
H1.HeaderClassName
{
color: #F05003;
}
.AnyTagClassName
{
color: #F05003;
}
</style>
background-color css
<style>
a { background-color: #F05003; }
a { background-color: rgb(240,80,3); }
div.DivClassName
{
background-color: #F05003;
}
.BgClassName
{
background-color: #F05003;
}
</style>
border-color css
<style>
span { border-color: #F05003; }
span { border-color: rgb(240,80,3); }
td.TdClassName
{
border-color: #F05003;
}
.TagClassName
{
border-color: #F05003;
}
</style>