Shades of Persimmon #F05A16
Tints of Persimmon #F05A16
RGB
CMYK
RGB Variations
Color information
#F05A16 (or 0xF05A16) is known color: Persimmon. HEX triplet: F0, 5A and 16. RGB value is (240,90,22). Sum of RGB (Red+Green+Blue) = 240+90+22=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05A16 is #0FA5E9. Grayscale: #7F7F7F. Windows color (decimal): -1025514 or 1465072. OLE color: 1465072.
HSL color Cylindrical-coordinate representation of color #F05A16: hue angle of 18.72º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F05A16 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 22 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.06 |
| HSL | 18.72º | 0.88% | 0.51% | - |
| HSV(B) | 18.72º | 0.91% | 0.94% | - |
| XYZ | 39.74 | 25.9 | 3.66 | - |
| YUV | 127.1 | 68.7 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 22 | 0 | 0.62 | 0.91 | 0.06 | 18.72 | 0.88 | 0.51 |
| Hex | F0 | 5A | 16 | 0 | 3E | 5B | 6 | 13 | 58 | 33 |
| Octal | 360 | 132 | 26 | 0 | 76 | 133 | 6 | 23 | 130 | 63 |
| Binary | 11110000 | 1011010 | 10110 | 0 | 111110 | 1011011 | 110 | 10011 | 1011000 | 110011 |
Color Harmonies of #F05A16
Complementary color
Monochromatic Colors of #F05A16
Black with #F05A16
Text Example
Text Example
White with #F05A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A16; }
p { color: rgb(240,90,22); }
H1.HeaderClassName
{
color: #F05A16;
}
.AnyTagClassName
{
color: #F05A16;
}
</style>
background-color css
<style>
a { background-color: #F05A16; }
a { background-color: rgb(240,90,22); }
div.DivClassName
{
background-color: #F05A16;
}
.BgClassName
{
background-color: #F05A16;
}
</style>
border-color css
<style>
span { border-color: #F05A16; }
span { border-color: rgb(240,90,22); }
td.TdClassName
{
border-color: #F05A16;
}
.TagClassName
{
border-color: #F05A16;
}
</style>