Shades of Persimmon #F75A09
Tints of Persimmon #F75A09
RGB
CMYK
RGB Variations
Color information
#F75A09 (or 0xF75A09) is known color: Persimmon. HEX triplet: F7, 5A and 09. RGB value is (247,90,9). Sum of RGB (Red+Green+Blue) = 247+90+9=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75A09 is #08A5F6. Grayscale: #808080. Windows color (decimal): -566775 or 613111. OLE color: 613111.
HSL color Cylindrical-coordinate representation of color #F75A09: hue angle of 20.42º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F75A09 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.03 |
| HSL | 20.42º | 0.94% | 0.5% | - |
| HSV(B) | 20.42º | 0.96% | 0.97% | - |
| XYZ | 42.06 | 27.11 | 3.27 | - |
| YUV | 127.71 | 61.01 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 9 | 0 | 0.64 | 0.96 | 0.03 | 20.42 | 0.94 | 0.5 |
| Hex | F7 | 5A | 9 | 0 | 40 | 60 | 3 | 14 | 5E | 32 |
| Octal | 367 | 132 | 11 | 0 | 100 | 140 | 3 | 24 | 136 | 62 |
| Binary | 11110111 | 1011010 | 1001 | 0 | 1000000 | 1100000 | 11 | 10100 | 1011110 | 110010 |
Color Harmonies of #F75A09
Complementary color
Monochromatic Colors of #F75A09
Black with #F75A09
Text Example
Text Example
White with #F75A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75A09; }
p { color: rgb(247,90,9); }
H1.HeaderClassName
{
color: #F75A09;
}
.AnyTagClassName
{
color: #F75A09;
}
</style>
background-color css
<style>
a { background-color: #F75A09; }
a { background-color: rgb(247,90,9); }
div.DivClassName
{
background-color: #F75A09;
}
.BgClassName
{
background-color: #F75A09;
}
</style>
border-color css
<style>
span { border-color: #F75A09; }
span { border-color: rgb(247,90,9); }
td.TdClassName
{
border-color: #F75A09;
}
.TagClassName
{
border-color: #F75A09;
}
</style>