Shades of Persimmon #F65C06
Tints of Persimmon #F65C06
RGB
CMYK
RGB Variations
Color information
#F65C06 (or 0xF65C06) is known color: Persimmon. HEX triplet: F6, 5C and 06. RGB value is (246,92,6). Sum of RGB (Red+Green+Blue) = 246+92+6=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65C06 is #09A3F9. Grayscale: #808080. Windows color (decimal): -631802 or 417014. OLE color: 417014.
HSL color Cylindrical-coordinate representation of color #F65C06: hue angle of 21.5º degrees, saturation: 0.95, 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 #F65C06 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 6 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.04 |
| HSL | 21.5º | 0.95% | 0.49% | - |
| HSV(B) | 21.5º | 0.98% | 0.96% | - |
| XYZ | 41.87 | 27.26 | 3.23 | - |
| YUV | 128.24 | 59.02 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 6 | 0 | 0.63 | 0.98 | 0.04 | 21.5 | 0.95 | 0.49 |
| Hex | F6 | 5C | 6 | 0 | 3F | 62 | 4 | 16 | 5F | 31 |
| Octal | 366 | 134 | 6 | 0 | 77 | 142 | 4 | 26 | 137 | 61 |
| Binary | 11110110 | 1011100 | 110 | 0 | 111111 | 1100010 | 100 | 10110 | 1011111 | 110001 |
Color Harmonies of #F65C06
Complementary color
Monochromatic Colors of #F65C06
Black with #F65C06
Text Example
Text Example
White with #F65C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C06; }
p { color: rgb(246,92,6); }
H1.HeaderClassName
{
color: #F65C06;
}
.AnyTagClassName
{
color: #F65C06;
}
</style>
background-color css
<style>
a { background-color: #F65C06; }
a { background-color: rgb(246,92,6); }
div.DivClassName
{
background-color: #F65C06;
}
.BgClassName
{
background-color: #F65C06;
}
</style>
border-color css
<style>
span { border-color: #F65C06; }
span { border-color: rgb(246,92,6); }
td.TdClassName
{
border-color: #F65C06;
}
.TagClassName
{
border-color: #F65C06;
}
</style>