Shades of Persimmon #F75B0C
Tints of Persimmon #F75B0C
RGB
CMYK
RGB Variations
Color information
#F75B0C (or 0xF75B0C) is known color: Persimmon. HEX triplet: F7, 5B and 0C. RGB value is (247,91,12). Sum of RGB (Red+Green+Blue) = 247+91+12=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F75B0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75B0C is #08A4F3. Grayscale: #818181. Windows color (decimal): -566516 or 809975. OLE color: 809975.
HSL color Cylindrical-coordinate representation of color #F75B0C: hue angle of 20.17º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F75B0C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 91 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.03 |
| HSL | 20.17º | 0.94% | 0.51% | - |
| HSV(B) | 20.17º | 0.95% | 0.97% | - |
| XYZ | 42.17 | 27.28 | 3.39 | - |
| YUV | 128.64 | 62.18 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 91 | 12 | 0 | 0.63 | 0.95 | 0.03 | 20.17 | 0.94 | 0.51 |
| Hex | F7 | 5B | C | 0 | 3F | 5F | 3 | 14 | 5E | 33 |
| Octal | 367 | 133 | 14 | 0 | 77 | 137 | 3 | 24 | 136 | 63 |
| Binary | 11110111 | 1011011 | 1100 | 0 | 111111 | 1011111 | 11 | 10100 | 1011110 | 110011 |
Color Harmonies of #F75B0C
Complementary color
Monochromatic Colors of #F75B0C
Black with #F75B0C
Text Example
Text Example
White with #F75B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75B0C; }
p { color: rgb(247,91,12); }
H1.HeaderClassName
{
color: #F75B0C;
}
.AnyTagClassName
{
color: #F75B0C;
}
</style>
background-color css
<style>
a { background-color: #F75B0C; }
a { background-color: rgb(247,91,12); }
div.DivClassName
{
background-color: #F75B0C;
}
.BgClassName
{
background-color: #F75B0C;
}
</style>
border-color css
<style>
span { border-color: #F75B0C; }
span { border-color: rgb(247,91,12); }
td.TdClassName
{
border-color: #F75B0C;
}
.TagClassName
{
border-color: #F75B0C;
}
</style>