Shades of Persimmon #F75A00
Tints of Persimmon #F75A00
RGB
CMYK
RGB Variations
Color information
#F75A00 (or 0xF75A00) is known color: Persimmon. HEX triplet: F7, 5A and 00. RGB value is (247,90,0). Sum of RGB (Red+Green+Blue) = 247+90+0=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75A00 is #08A5FF. Grayscale: #7F7F7F. Windows color (decimal): -566784 or 23287. OLE color: 23287.
HSL color Cylindrical-coordinate representation of color #F75A00: hue angle of 21.86º 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 #F75A00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.03 |
| HSL | 21.86º | 1% | 0.48% | - |
| HSV(B) | 21.86º | 1% | 0.97% | - |
| XYZ | 42.01 | 27.09 | 3.01 | - |
| YUV | 126.68 | 56.51 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 0 | 0 | 0.64 | 1 | 0.03 | 21.86 | 1 | 0.48 |
| Hex | F7 | 5A | 0 | 0 | 40 | 64 | 3 | 16 | 64 | 30 |
| Octal | 367 | 132 | 0 | 0 | 100 | 144 | 3 | 26 | 144 | 60 |
| Binary | 11110111 | 1011010 | 0 | 0 | 1000000 | 1100100 | 11 | 10110 | 1100100 | 110000 |
Color Harmonies of #F75A00
Complementary color
Monochromatic Colors of #F75A00
Black with #F75A00
Text Example
Text Example
White with #F75A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75A00; }
p { color: rgb(247,90,0); }
H1.HeaderClassName
{
color: #F75A00;
}
.AnyTagClassName
{
color: #F75A00;
}
</style>
background-color css
<style>
a { background-color: #F75A00; }
a { background-color: rgb(247,90,0); }
div.DivClassName
{
background-color: #F75A00;
}
.BgClassName
{
background-color: #F75A00;
}
</style>
border-color css
<style>
span { border-color: #F75A00; }
span { border-color: rgb(247,90,0); }
td.TdClassName
{
border-color: #F75A00;
}
.TagClassName
{
border-color: #F75A00;
}
</style>