Shades of Persimmon #F05A19
Tints of Persimmon #F05A19
RGB
CMYK
RGB Variations
Color information
#F05A19 (or 0xF05A19) is known color: Persimmon. HEX triplet: F0, 5A and 19. RGB value is (240,90,25). Sum of RGB (Red+Green+Blue) = 240+90+25=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05A19 is #0FA5E6. Grayscale: #7F7F7F. Windows color (decimal): -1025511 or 1661680. OLE color: 1661680.
HSL color Cylindrical-coordinate representation of color #F05A19: hue angle of 18.14º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F05A19 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 25 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.06 |
| HSL | 18.14º | 0.88% | 0.52% | - |
| HSV(B) | 18.14º | 0.9% | 0.94% | - |
| XYZ | 39.77 | 25.91 | 3.82 | - |
| YUV | 127.44 | 70.2 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 25 | 0 | 0.62 | 0.90 | 0.06 | 18.14 | 0.88 | 0.52 |
| Hex | F0 | 5A | 19 | 0 | 3E | 5A | 6 | 12 | 58 | 34 |
| Octal | 360 | 132 | 31 | 0 | 76 | 132 | 6 | 22 | 130 | 64 |
| Binary | 11110000 | 1011010 | 11001 | 0 | 111110 | 1011010 | 110 | 10010 | 1011000 | 110100 |
Color Harmonies of #F05A19
Complementary color
Monochromatic Colors of #F05A19
Black with #F05A19
Text Example
Text Example
White with #F05A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A19; }
p { color: rgb(240,90,25); }
H1.HeaderClassName
{
color: #F05A19;
}
.AnyTagClassName
{
color: #F05A19;
}
</style>
background-color css
<style>
a { background-color: #F05A19; }
a { background-color: rgb(240,90,25); }
div.DivClassName
{
background-color: #F05A19;
}
.BgClassName
{
background-color: #F05A19;
}
</style>
border-color css
<style>
span { border-color: #F05A19; }
span { border-color: rgb(240,90,25); }
td.TdClassName
{
border-color: #F05A19;
}
.TagClassName
{
border-color: #F05A19;
}
</style>