Shades of Persimmon #F75D10
Tints of Persimmon #F75D10
RGB
CMYK
RGB Variations
Color information
#F75D10 (or 0xF75D10) is known color: Persimmon. HEX triplet: F7, 5D and 10. RGB value is (247,93,16). Sum of RGB (Red+Green+Blue) = 247+93+16=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75D10 is #08A2EF. Grayscale: #828282. Windows color (decimal): -566000 or 1072631. OLE color: 1072631.
HSL color Cylindrical-coordinate representation of color #F75D10: hue angle of 20º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F75D10 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 93 | 16 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.03 |
| HSL | 20º | 0.94% | 0.52% | - |
| HSV(B) | 20º | 0.94% | 0.97% | - |
| XYZ | 42.37 | 27.64 | 3.59 | - |
| YUV | 130.27 | 63.52 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 93 | 16 | 0 | 0.62 | 0.94 | 0.03 | 20 | 0.94 | 0.52 |
| Hex | F7 | 5D | 10 | 0 | 3E | 5E | 3 | 14 | 5E | 34 |
| Octal | 367 | 135 | 20 | 0 | 76 | 136 | 3 | 24 | 136 | 64 |
| Binary | 11110111 | 1011101 | 10000 | 0 | 111110 | 1011110 | 11 | 10100 | 1011110 | 110100 |
Color Harmonies of #F75D10
Complementary color
Monochromatic Colors of #F75D10
Black with #F75D10
Text Example
Text Example
White with #F75D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75D10; }
p { color: rgb(247,93,16); }
H1.HeaderClassName
{
color: #F75D10;
}
.AnyTagClassName
{
color: #F75D10;
}
</style>
background-color css
<style>
a { background-color: #F75D10; }
a { background-color: rgb(247,93,16); }
div.DivClassName
{
background-color: #F75D10;
}
.BgClassName
{
background-color: #F75D10;
}
</style>
border-color css
<style>
span { border-color: #F75D10; }
span { border-color: rgb(247,93,16); }
td.TdClassName
{
border-color: #F75D10;
}
.TagClassName
{
border-color: #F75D10;
}
</style>