Shades of Persimmon #F05416
Tints of Persimmon #F05416
RGB
CMYK
RGB Variations
Color information
#F05416 (or 0xF05416) is known color: Persimmon. HEX triplet: F0, 54 and 16. RGB value is (240,84,22). Sum of RGB (Red+Green+Blue) = 240+84+22=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F05416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05416 is #0FABE9. Grayscale: #7B7B7B. Windows color (decimal): -1027050 or 1463536. OLE color: 1463536.
HSL color Cylindrical-coordinate representation of color #F05416: hue angle of 17.06º 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 #F05416 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 22 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.06 |
| HSL | 17.06º | 0.88% | 0.51% | - |
| HSV(B) | 17.06º | 0.91% | 0.94% | - |
| XYZ | 39.25 | 24.92 | 3.5 | - |
| YUV | 123.58 | 70.68 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 22 | 0 | 0.65 | 0.91 | 0.06 | 17.06 | 0.88 | 0.51 |
| Hex | F0 | 54 | 16 | 0 | 41 | 5B | 6 | 11 | 58 | 33 |
| Octal | 360 | 124 | 26 | 0 | 101 | 133 | 6 | 21 | 130 | 63 |
| Binary | 11110000 | 1010100 | 10110 | 0 | 1000001 | 1011011 | 110 | 10001 | 1011000 | 110011 |
Color Harmonies of #F05416
Complementary color
Monochromatic Colors of #F05416
Black with #F05416
Text Example
Text Example
White with #F05416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05416; }
p { color: rgb(240,84,22); }
H1.HeaderClassName
{
color: #F05416;
}
.AnyTagClassName
{
color: #F05416;
}
</style>
background-color css
<style>
a { background-color: #F05416; }
a { background-color: rgb(240,84,22); }
div.DivClassName
{
background-color: #F05416;
}
.BgClassName
{
background-color: #F05416;
}
</style>
border-color css
<style>
span { border-color: #F05416; }
span { border-color: rgb(240,84,22); }
td.TdClassName
{
border-color: #F05416;
}
.TagClassName
{
border-color: #F05416;
}
</style>