Shades of Persimmon #F75A0E
Tints of Persimmon #F75A0E
RGB
CMYK
RGB Variations
Color information
#F75A0E (or 0xF75A0E) is known color: Persimmon. HEX triplet: F7, 5A and 0E. RGB value is (247,90,14). Sum of RGB (Red+Green+Blue) = 247+90+14=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F75A0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75A0E is #08A5F1. Grayscale: #808080. Windows color (decimal): -566770 or 940791. OLE color: 940791.
HSL color Cylindrical-coordinate representation of color #F75A0E: hue angle of 19.57º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F75A0E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 90 | 14 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.03 |
| HSL | 19.57º | 0.94% | 0.51% | - |
| HSV(B) | 19.57º | 0.94% | 0.97% | - |
| XYZ | 42.09 | 27.12 | 3.43 | - |
| YUV | 128.28 | 63.51 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 90 | 14 | 0 | 0.64 | 0.94 | 0.03 | 19.57 | 0.94 | 0.51 |
| Hex | F7 | 5A | E | 0 | 40 | 5E | 3 | 14 | 5E | 33 |
| Octal | 367 | 132 | 16 | 0 | 100 | 136 | 3 | 24 | 136 | 63 |
| Binary | 11110111 | 1011010 | 1110 | 0 | 1000000 | 1011110 | 11 | 10100 | 1011110 | 110011 |
Color Harmonies of #F75A0E
Complementary color
Monochromatic Colors of #F75A0E
Black with #F75A0E
Text Example
Text Example
White with #F75A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75A0E; }
p { color: rgb(247,90,14); }
H1.HeaderClassName
{
color: #F75A0E;
}
.AnyTagClassName
{
color: #F75A0E;
}
</style>
background-color css
<style>
a { background-color: #F75A0E; }
a { background-color: rgb(247,90,14); }
div.DivClassName
{
background-color: #F75A0E;
}
.BgClassName
{
background-color: #F75A0E;
}
</style>
border-color css
<style>
span { border-color: #F75A0E; }
span { border-color: rgb(247,90,14); }
td.TdClassName
{
border-color: #F75A0E;
}
.TagClassName
{
border-color: #F75A0E;
}
</style>