Shades of Persimmon #F75800
Tints of Persimmon #F75800
RGB
CMYK
RGB Variations
Color information
#F75800 (or 0xF75800) is known color: Persimmon. HEX triplet: F7, 58 and 00. RGB value is (247,88,0). Sum of RGB (Red+Green+Blue) = 247+88+0=335 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.73% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 247 - color contains mainly: red. Hex color #F75800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75800 is #08A7FF. Grayscale: #7E7E7E. Windows color (decimal): -567296 or 22775. OLE color: 22775.
HSL color Cylindrical-coordinate representation of color #F75800: hue angle of 21.38º 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 #F75800 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.03 |
| HSL | 21.38º | 1% | 0.48% | - |
| HSV(B) | 21.38º | 1% | 0.97% | - |
| XYZ | 41.85 | 26.75 | 2.96 | - |
| YUV | 125.51 | 57.18 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 0 | 0 | 0.64 | 1 | 0.03 | 21.38 | 1 | 0.48 |
| Hex | F7 | 58 | 0 | 0 | 40 | 64 | 3 | 15 | 64 | 30 |
| Octal | 367 | 130 | 0 | 0 | 100 | 144 | 3 | 25 | 144 | 60 |
| Binary | 11110111 | 1011000 | 0 | 0 | 1000000 | 1100100 | 11 | 10101 | 1100100 | 110000 |
Color Harmonies of #F75800
Complementary color
Monochromatic Colors of #F75800
Black with #F75800
Text Example
Text Example
White with #F75800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75800; }
p { color: rgb(247,88,0); }
H1.HeaderClassName
{
color: #F75800;
}
.AnyTagClassName
{
color: #F75800;
}
</style>
background-color css
<style>
a { background-color: #F75800; }
a { background-color: rgb(247,88,0); }
div.DivClassName
{
background-color: #F75800;
}
.BgClassName
{
background-color: #F75800;
}
</style>
border-color css
<style>
span { border-color: #F75800; }
span { border-color: rgb(247,88,0); }
td.TdClassName
{
border-color: #F75800;
}
.TagClassName
{
border-color: #F75800;
}
</style>