Shades of Persimmon #F65C14
Tints of Persimmon #F65C14
RGB
CMYK
RGB Variations
Color information
#F65C14 (or 0xF65C14) is known color: Persimmon. HEX triplet: F6, 5C and 14. RGB value is (246,92,20). Sum of RGB (Red+Green+Blue) = 246+92+20=358 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.72% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65C14 is #09A3EB. Grayscale: #828282. Windows color (decimal): -631788 or 1334518. OLE color: 1334518.
HSL color Cylindrical-coordinate representation of color #F65C14: hue angle of 19.12º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F65C14 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 20 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.04 |
| HSL | 19.12º | 0.93% | 0.52% | - |
| HSV(B) | 19.12º | 0.92% | 0.96% | - |
| XYZ | 41.96 | 27.3 | 3.72 | - |
| YUV | 129.84 | 66.02 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 20 | 0 | 0.63 | 0.92 | 0.04 | 19.12 | 0.93 | 0.52 |
| Hex | F6 | 5C | 14 | 0 | 3F | 5C | 4 | 13 | 5D | 34 |
| Octal | 366 | 134 | 24 | 0 | 77 | 134 | 4 | 23 | 135 | 64 |
| Binary | 11110110 | 1011100 | 10100 | 0 | 111111 | 1011100 | 100 | 10011 | 1011101 | 110100 |
Color Harmonies of #F65C14
Complementary color
Monochromatic Colors of #F65C14
Black with #F65C14
Text Example
Text Example
White with #F65C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C14; }
p { color: rgb(246,92,20); }
H1.HeaderClassName
{
color: #F65C14;
}
.AnyTagClassName
{
color: #F65C14;
}
</style>
background-color css
<style>
a { background-color: #F65C14; }
a { background-color: rgb(246,92,20); }
div.DivClassName
{
background-color: #F65C14;
}
.BgClassName
{
background-color: #F65C14;
}
</style>
border-color css
<style>
span { border-color: #F65C14; }
span { border-color: rgb(246,92,20); }
td.TdClassName
{
border-color: #F65C14;
}
.TagClassName
{
border-color: #F65C14;
}
</style>