Shades of Persimmon #F75908
Tints of Persimmon #F75908
RGB
CMYK
RGB Variations
Color information
#F75908 (or 0xF75908) is known color: Persimmon. HEX triplet: F7, 59 and 08. RGB value is (247,89,8). Sum of RGB (Red+Green+Blue) = 247+89+8=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F75908 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75908 is #08A6F7. Grayscale: #7F7F7F. Windows color (decimal): -567032 or 547319. OLE color: 547319.
HSL color Cylindrical-coordinate representation of color #F75908: hue angle of 20.33º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F75908 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 89 | 8 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.03 |
| HSL | 20.33º | 0.94% | 0.5% | - |
| HSV(B) | 20.33º | 0.97% | 0.97% | - |
| XYZ | 41.97 | 26.94 | 3.22 | - |
| YUV | 127.01 | 60.85 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 89 | 8 | 0 | 0.64 | 0.97 | 0.03 | 20.33 | 0.94 | 0.5 |
| Hex | F7 | 59 | 8 | 0 | 40 | 61 | 3 | 14 | 5E | 32 |
| Octal | 367 | 131 | 10 | 0 | 100 | 141 | 3 | 24 | 136 | 62 |
| Binary | 11110111 | 1011001 | 1000 | 0 | 1000000 | 1100001 | 11 | 10100 | 1011110 | 110010 |
Color Harmonies of #F75908
Complementary color
Monochromatic Colors of #F75908
Black with #F75908
Text Example
Text Example
White with #F75908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75908; }
p { color: rgb(247,89,8); }
H1.HeaderClassName
{
color: #F75908;
}
.AnyTagClassName
{
color: #F75908;
}
</style>
background-color css
<style>
a { background-color: #F75908; }
a { background-color: rgb(247,89,8); }
div.DivClassName
{
background-color: #F75908;
}
.BgClassName
{
background-color: #F75908;
}
</style>
border-color css
<style>
span { border-color: #F75908; }
span { border-color: rgb(247,89,8); }
td.TdClassName
{
border-color: #F75908;
}
.TagClassName
{
border-color: #F75908;
}
</style>