Shades of Persimmon #F05C16
Tints of Persimmon #F05C16
RGB
CMYK
RGB Variations
Color information
#F05C16 (or 0xF05C16) is known color: Persimmon. HEX triplet: F0, 5C and 16. RGB value is (240,92,22). Sum of RGB (Red+Green+Blue) = 240+92+22=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05C16 is #0FA3E9. Grayscale: #808080. Windows color (decimal): -1025002 or 1465584. OLE color: 1465584.
HSL color Cylindrical-coordinate representation of color #F05C16: hue angle of 19.27º 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 #F05C16 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 92 | 22 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.06 |
| HSL | 19.27º | 0.88% | 0.51% | - |
| HSV(B) | 19.27º | 0.91% | 0.94% | - |
| XYZ | 39.91 | 26.24 | 3.72 | - |
| YUV | 128.27 | 68.03 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 22 | 0 | 0.62 | 0.91 | 0.06 | 19.27 | 0.88 | 0.51 |
| Hex | F0 | 5C | 16 | 0 | 3E | 5B | 6 | 13 | 58 | 33 |
| Octal | 360 | 134 | 26 | 0 | 76 | 133 | 6 | 23 | 130 | 63 |
| Binary | 11110000 | 1011100 | 10110 | 0 | 111110 | 1011011 | 110 | 10011 | 1011000 | 110011 |
Color Harmonies of #F05C16
Complementary color
Monochromatic Colors of #F05C16
Black with #F05C16
Text Example
Text Example
White with #F05C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05C16; }
p { color: rgb(240,92,22); }
H1.HeaderClassName
{
color: #F05C16;
}
.AnyTagClassName
{
color: #F05C16;
}
</style>
background-color css
<style>
a { background-color: #F05C16; }
a { background-color: rgb(240,92,22); }
div.DivClassName
{
background-color: #F05C16;
}
.BgClassName
{
background-color: #F05C16;
}
</style>
border-color css
<style>
span { border-color: #F05C16; }
span { border-color: rgb(240,92,22); }
td.TdClassName
{
border-color: #F05C16;
}
.TagClassName
{
border-color: #F05C16;
}
</style>