Shades of Persimmon #F75C12
Tints of Persimmon #F75C12
RGB
CMYK
RGB Variations
Color information
#F75C12 (or 0xF75C12) is known color: Persimmon. HEX triplet: F7, 5C and 12. RGB value is (247,92,18). Sum of RGB (Red+Green+Blue) = 247+92+18=357 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.19% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 247 - color contains mainly: red. Hex color #F75C12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75C12 is #08A3ED. Grayscale: #828282. Windows color (decimal): -566254 or 1203447. OLE color: 1203447.
HSL color Cylindrical-coordinate representation of color #F75C12: hue angle of 19.39º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F75C12 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 92 | 18 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.03 |
| HSL | 19.39º | 0.93% | 0.52% | - |
| HSV(B) | 19.39º | 0.93% | 0.97% | - |
| XYZ | 42.29 | 27.47 | 3.65 | - |
| YUV | 129.91 | 64.85 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 18 | 0 | 0.63 | 0.93 | 0.03 | 19.39 | 0.93 | 0.52 |
| Hex | F7 | 5C | 12 | 0 | 3F | 5D | 3 | 13 | 5D | 34 |
| Octal | 367 | 134 | 22 | 0 | 77 | 135 | 3 | 23 | 135 | 64 |
| Binary | 11110111 | 1011100 | 10010 | 0 | 111111 | 1011101 | 11 | 10011 | 1011101 | 110100 |
Color Harmonies of #F75C12
Complementary color
Monochromatic Colors of #F75C12
Black with #F75C12
Text Example
Text Example
White with #F75C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75C12; }
p { color: rgb(247,92,18); }
H1.HeaderClassName
{
color: #F75C12;
}
.AnyTagClassName
{
color: #F75C12;
}
</style>
background-color css
<style>
a { background-color: #F75C12; }
a { background-color: rgb(247,92,18); }
div.DivClassName
{
background-color: #F75C12;
}
.BgClassName
{
background-color: #F75C12;
}
</style>
border-color css
<style>
span { border-color: #F75C12; }
span { border-color: rgb(247,92,18); }
td.TdClassName
{
border-color: #F75C12;
}
.TagClassName
{
border-color: #F75C12;
}
</style>