Shades of Persimmon #F05103
Tints of Persimmon #F05103
RGB
CMYK
RGB Variations
Color information
#F05103 (or 0xF05103) is known color: Persimmon. HEX triplet: F0, 51 and 03. RGB value is (240,81,3). Sum of RGB (Red+Green+Blue) = 240+81+3=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F05103 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05103 is #0FAEFC. Grayscale: #787878. Windows color (decimal): -1027837 or 217584. OLE color: 217584.
HSL color Cylindrical-coordinate representation of color #F05103: hue angle of 19.75º 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 #F05103 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 3 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.06 |
| HSL | 19.75º | 0.98% | 0.48% | - |
| HSV(B) | 19.75º | 0.99% | 0.94% | - |
| XYZ | 38.89 | 24.42 | 2.75 | - |
| YUV | 119.65 | 62.18 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 3 | 0 | 0.66 | 0.99 | 0.06 | 19.75 | 0.98 | 0.48 |
| Hex | F0 | 51 | 3 | 0 | 42 | 63 | 6 | 14 | 62 | 30 |
| Octal | 360 | 121 | 3 | 0 | 102 | 143 | 6 | 24 | 142 | 60 |
| Binary | 11110000 | 1010001 | 11 | 0 | 1000010 | 1100011 | 110 | 10100 | 1100010 | 110000 |
Color Harmonies of #F05103
Complementary color
Monochromatic Colors of #F05103
Black with #F05103
Text Example
Text Example
White with #F05103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05103; }
p { color: rgb(240,81,3); }
H1.HeaderClassName
{
color: #F05103;
}
.AnyTagClassName
{
color: #F05103;
}
</style>
background-color css
<style>
a { background-color: #F05103; }
a { background-color: rgb(240,81,3); }
div.DivClassName
{
background-color: #F05103;
}
.BgClassName
{
background-color: #F05103;
}
</style>
border-color css
<style>
span { border-color: #F05103; }
span { border-color: rgb(240,81,3); }
td.TdClassName
{
border-color: #F05103;
}
.TagClassName
{
border-color: #F05103;
}
</style>