Shades of Persimmon #F75C16
Tints of Persimmon #F75C16
RGB
CMYK
RGB Variations
Color information
#F75C16 (or 0xF75C16) is known color: Persimmon. HEX triplet: F7, 5C and 16. RGB value is (247,92,22). Sum of RGB (Red+Green+Blue) = 247+92+22=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75C16 is #08A3E9. Grayscale: #828282. Windows color (decimal): -566250 or 1465591. OLE color: 1465591.
HSL color Cylindrical-coordinate representation of color #F75C16: hue angle of 18.67º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F75C16 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 92 | 22 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.03 |
| HSL | 18.67º | 0.93% | 0.53% | - |
| HSV(B) | 18.67º | 0.91% | 0.97% | - |
| XYZ | 42.33 | 27.49 | 3.83 | - |
| YUV | 130.37 | 66.85 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 22 | 0 | 0.63 | 0.91 | 0.03 | 18.67 | 0.93 | 0.53 |
| Hex | F7 | 5C | 16 | 0 | 3F | 5B | 3 | 13 | 5D | 35 |
| Octal | 367 | 134 | 26 | 0 | 77 | 133 | 3 | 23 | 135 | 65 |
| Binary | 11110111 | 1011100 | 10110 | 0 | 111111 | 1011011 | 11 | 10011 | 1011101 | 110101 |
Color Harmonies of #F75C16
Complementary color
Monochromatic Colors of #F75C16
Black with #F75C16
Text Example
Text Example
White with #F75C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75C16; }
p { color: rgb(247,92,22); }
H1.HeaderClassName
{
color: #F75C16;
}
.AnyTagClassName
{
color: #F75C16;
}
</style>
background-color css
<style>
a { background-color: #F75C16; }
a { background-color: rgb(247,92,22); }
div.DivClassName
{
background-color: #F75C16;
}
.BgClassName
{
background-color: #F75C16;
}
</style>
border-color css
<style>
span { border-color: #F75C16; }
span { border-color: rgb(247,92,22); }
td.TdClassName
{
border-color: #F75C16;
}
.TagClassName
{
border-color: #F75C16;
}
</style>