Shades of Persimmon #F75D16
Tints of Persimmon #F75D16
RGB
CMYK
RGB Variations
Color information
#F75D16 (or 0xF75D16) is known color: Persimmon. HEX triplet: F7, 5D and 16. RGB value is (247,93,22). Sum of RGB (Red+Green+Blue) = 247+93+22=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75D16 is #08A2E9. Grayscale: #838383. Windows color (decimal): -565994 or 1465847. OLE color: 1465847.
HSL color Cylindrical-coordinate representation of color #F75D16: hue angle of 18.93º 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 #F75D16 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 22 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.03 |
| HSL | 18.93º | 0.93% | 0.53% | - |
| HSV(B) | 18.93º | 0.91% | 0.97% | - |
| XYZ | 42.42 | 27.66 | 3.86 | - |
| YUV | 130.95 | 66.52 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 22 | 0 | 0.62 | 0.91 | 0.03 | 18.93 | 0.93 | 0.53 |
| Hex | F7 | 5D | 16 | 0 | 3E | 5B | 3 | 13 | 5D | 35 |
| Octal | 367 | 135 | 26 | 0 | 76 | 133 | 3 | 23 | 135 | 65 |
| Binary | 11110111 | 1011101 | 10110 | 0 | 111110 | 1011011 | 11 | 10011 | 1011101 | 110101 |
Color Harmonies of #F75D16
Complementary color
Monochromatic Colors of #F75D16
Black with #F75D16
Text Example
Text Example
White with #F75D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75D16; }
p { color: rgb(247,93,22); }
H1.HeaderClassName
{
color: #F75D16;
}
.AnyTagClassName
{
color: #F75D16;
}
</style>
background-color css
<style>
a { background-color: #F75D16; }
a { background-color: rgb(247,93,22); }
div.DivClassName
{
background-color: #F75D16;
}
.BgClassName
{
background-color: #F75D16;
}
</style>
border-color css
<style>
span { border-color: #F75D16; }
span { border-color: rgb(247,93,22); }
td.TdClassName
{
border-color: #F75D16;
}
.TagClassName
{
border-color: #F75D16;
}
</style>