Shades of Persimmon #F65C00
Tints of Persimmon #F65C00
RGB
CMYK
RGB Variations
Color information
#F65C00 (or 0xF65C00) is known color: Persimmon. HEX triplet: F6, 5C and 00. RGB value is (246,92,0). Sum of RGB (Red+Green+Blue) = 246+92+0=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65C00 is #09A3FF. Grayscale: #808080. Windows color (decimal): -631808 or 23798. OLE color: 23798.
HSL color Cylindrical-coordinate representation of color #F65C00: hue angle of 22.44º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F65C00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.04 |
| HSL | 22.44º | 1% | 0.48% | - |
| HSV(B) | 22.44º | 1% | 0.96% | - |
| XYZ | 41.83 | 27.25 | 3.05 | - |
| YUV | 127.56 | 56.02 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 0 | 0 | 0.63 | 1 | 0.04 | 22.44 | 1 | 0.48 |
| Hex | F6 | 5C | 0 | 0 | 3F | 64 | 4 | 16 | 64 | 30 |
| Octal | 366 | 134 | 0 | 0 | 77 | 144 | 4 | 26 | 144 | 60 |
| Binary | 11110110 | 1011100 | 0 | 0 | 111111 | 1100100 | 100 | 10110 | 1100100 | 110000 |
Color Harmonies of #F65C00
Complementary color
Monochromatic Colors of #F65C00
Black with #F65C00
Text Example
Text Example
White with #F65C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C00; }
p { color: rgb(246,92,0); }
H1.HeaderClassName
{
color: #F65C00;
}
.AnyTagClassName
{
color: #F65C00;
}
</style>
background-color css
<style>
a { background-color: #F65C00; }
a { background-color: rgb(246,92,0); }
div.DivClassName
{
background-color: #F65C00;
}
.BgClassName
{
background-color: #F65C00;
}
</style>
border-color css
<style>
span { border-color: #F65C00; }
span { border-color: rgb(246,92,0); }
td.TdClassName
{
border-color: #F65C00;
}
.TagClassName
{
border-color: #F65C00;
}
</style>