Shades of Persimmon #F75C0E
Tints of Persimmon #F75C0E
RGB
CMYK
RGB Variations
Color information
#F75C0E (or 0xF75C0E) is known color: Persimmon. HEX triplet: F7, 5C and 0E. RGB value is (247,92,14). Sum of RGB (Red+Green+Blue) = 247+92+14=353 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.97% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75C0E is #08A3F1. Grayscale: #818181. Windows color (decimal): -566258 or 941303. OLE color: 941303.
HSL color Cylindrical-coordinate representation of color #F75C0E: hue angle of 20.09º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F75C0E is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 92 | 14 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.03 |
| HSL | 20.09º | 0.94% | 0.51% | - |
| HSV(B) | 20.09º | 0.94% | 0.97% | - |
| XYZ | 42.26 | 27.46 | 3.49 | - |
| YUV | 129.45 | 62.85 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 14 | 0 | 0.63 | 0.94 | 0.03 | 20.09 | 0.94 | 0.51 |
| Hex | F7 | 5C | E | 0 | 3F | 5E | 3 | 14 | 5E | 33 |
| Octal | 367 | 134 | 16 | 0 | 77 | 136 | 3 | 24 | 136 | 63 |
| Binary | 11110111 | 1011100 | 1110 | 0 | 111111 | 1011110 | 11 | 10100 | 1011110 | 110011 |
Color Harmonies of #F75C0E
Complementary color
Monochromatic Colors of #F75C0E
Black with #F75C0E
Text Example
Text Example
White with #F75C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75C0E; }
p { color: rgb(247,92,14); }
H1.HeaderClassName
{
color: #F75C0E;
}
.AnyTagClassName
{
color: #F75C0E;
}
</style>
background-color css
<style>
a { background-color: #F75C0E; }
a { background-color: rgb(247,92,14); }
div.DivClassName
{
background-color: #F75C0E;
}
.BgClassName
{
background-color: #F75C0E;
}
</style>
border-color css
<style>
span { border-color: #F75C0E; }
span { border-color: rgb(247,92,14); }
td.TdClassName
{
border-color: #F75C0E;
}
.TagClassName
{
border-color: #F75C0E;
}
</style>