Shades of Persimmon #F75700
Tints of Persimmon #F75700
RGB
CMYK
RGB Variations
Color information
#F75700 (or 0xF75700) is known color: Persimmon. HEX triplet: F7, 57 and 00. RGB value is (247,87,0). Sum of RGB (Red+Green+Blue) = 247+87+0=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F75700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75700 is #08A8FF. Grayscale: #7D7D7D. Windows color (decimal): -567552 or 22519. OLE color: 22519.
HSL color Cylindrical-coordinate representation of color #F75700: hue angle of 21.13º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F75700 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 87 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.03 |
| HSL | 21.13º | 1% | 0.48% | - |
| HSV(B) | 21.13º | 1% | 0.97% | - |
| XYZ | 41.77 | 26.59 | 2.93 | - |
| YUV | 124.92 | 57.51 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 87 | 0 | 0 | 0.65 | 1 | 0.03 | 21.13 | 1 | 0.48 |
| Hex | F7 | 57 | 0 | 0 | 41 | 64 | 3 | 15 | 64 | 30 |
| Octal | 367 | 127 | 0 | 0 | 101 | 144 | 3 | 25 | 144 | 60 |
| Binary | 11110111 | 1010111 | 0 | 0 | 1000001 | 1100100 | 11 | 10101 | 1100100 | 110000 |
Color Harmonies of #F75700
Complementary color
Monochromatic Colors of #F75700
Black with #F75700
Text Example
Text Example
White with #F75700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75700; }
p { color: rgb(247,87,0); }
H1.HeaderClassName
{
color: #F75700;
}
.AnyTagClassName
{
color: #F75700;
}
</style>
background-color css
<style>
a { background-color: #F75700; }
a { background-color: rgb(247,87,0); }
div.DivClassName
{
background-color: #F75700;
}
.BgClassName
{
background-color: #F75700;
}
</style>
border-color css
<style>
span { border-color: #F75700; }
span { border-color: rgb(247,87,0); }
td.TdClassName
{
border-color: #F75700;
}
.TagClassName
{
border-color: #F75700;
}
</style>