Shades of Persimmon #F05C0E
Tints of Persimmon #F05C0E
RGB
CMYK
RGB Variations
Color information
#F05C0E (or 0xF05C0E) is known color: Persimmon. HEX triplet: F0, 5C and 0E. RGB value is (240,92,14). Sum of RGB (Red+Green+Blue) = 240+92+14=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05C0E is #0FA3F1. Grayscale: #7F7F7F. Windows color (decimal): -1025010 or 941296. OLE color: 941296.
HSL color Cylindrical-coordinate representation of color #F05C0E: hue angle of 20.71º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F05C0E is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 92 | 14 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.06 |
| HSL | 20.71º | 0.89% | 0.5% | - |
| HSV(B) | 20.71º | 0.94% | 0.94% | - |
| XYZ | 39.84 | 26.21 | 3.37 | - |
| YUV | 127.36 | 64.03 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 92 | 14 | 0 | 0.62 | 0.94 | 0.06 | 20.71 | 0.89 | 0.5 |
| Hex | F0 | 5C | E | 0 | 3E | 5E | 6 | 15 | 59 | 32 |
| Octal | 360 | 134 | 16 | 0 | 76 | 136 | 6 | 25 | 131 | 62 |
| Binary | 11110000 | 1011100 | 1110 | 0 | 111110 | 1011110 | 110 | 10101 | 1011001 | 110010 |
Color Harmonies of #F05C0E
Complementary color
Monochromatic Colors of #F05C0E
Black with #F05C0E
Text Example
Text Example
White with #F05C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05C0E; }
p { color: rgb(240,92,14); }
H1.HeaderClassName
{
color: #F05C0E;
}
.AnyTagClassName
{
color: #F05C0E;
}
</style>
background-color css
<style>
a { background-color: #F05C0E; }
a { background-color: rgb(240,92,14); }
div.DivClassName
{
background-color: #F05C0E;
}
.BgClassName
{
background-color: #F05C0E;
}
</style>
border-color css
<style>
span { border-color: #F05C0E; }
span { border-color: rgb(240,92,14); }
td.TdClassName
{
border-color: #F05C0E;
}
.TagClassName
{
border-color: #F05C0E;
}
</style>