Shades of Persimmon #F65E04
Tints of Persimmon #F65E04
RGB
CMYK
RGB Variations
Color information
#F65E04 (or 0xF65E04) is known color: Persimmon. HEX triplet: F6, 5E and 04. RGB value is (246,94,4). Sum of RGB (Red+Green+Blue) = 246+94+4=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65E04 is #09A1FB. Grayscale: #818181. Windows color (decimal): -631292 or 286454. OLE color: 286454.
HSL color Cylindrical-coordinate representation of color #F65E04: hue angle of 22.31º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F65E04 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.04 |
| HSL | 22.31º | 0.97% | 0.49% | - |
| HSV(B) | 22.31º | 0.98% | 0.96% | - |
| XYZ | 42.03 | 27.61 | 3.23 | - |
| YUV | 129.19 | 57.36 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 4 | 0 | 0.62 | 0.98 | 0.04 | 22.31 | 0.97 | 0.49 |
| Hex | F6 | 5E | 4 | 0 | 3E | 62 | 4 | 16 | 61 | 31 |
| Octal | 366 | 136 | 4 | 0 | 76 | 142 | 4 | 26 | 141 | 61 |
| Binary | 11110110 | 1011110 | 100 | 0 | 111110 | 1100010 | 100 | 10110 | 1100001 | 110001 |
Color Harmonies of #F65E04
Complementary color
Monochromatic Colors of #F65E04
Black with #F65E04
Text Example
Text Example
White with #F65E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65E04; }
p { color: rgb(246,94,4); }
H1.HeaderClassName
{
color: #F65E04;
}
.AnyTagClassName
{
color: #F65E04;
}
</style>
background-color css
<style>
a { background-color: #F65E04; }
a { background-color: rgb(246,94,4); }
div.DivClassName
{
background-color: #F65E04;
}
.BgClassName
{
background-color: #F65E04;
}
</style>
border-color css
<style>
span { border-color: #F65E04; }
span { border-color: rgb(246,94,4); }
td.TdClassName
{
border-color: #F65E04;
}
.TagClassName
{
border-color: #F65E04;
}
</style>