Shades of Persimmon #F65C02
Tints of Persimmon #F65C02
RGB
CMYK
RGB Variations
Color information
#F65C02 (or 0xF65C02) is known color: Persimmon. HEX triplet: F6, 5C and 02. RGB value is (246,92,2). Sum of RGB (Red+Green+Blue) = 246+92+2=340 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.35% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65C02 is #09A3FD. Grayscale: #808080. Windows color (decimal): -631806 or 154870. OLE color: 154870.
HSL color Cylindrical-coordinate representation of color #F65C02: hue angle of 22.13º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F65C02 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.04 |
| HSL | 22.13º | 0.98% | 0.49% | - |
| HSV(B) | 22.13º | 0.99% | 0.96% | - |
| XYZ | 41.84 | 27.25 | 3.11 | - |
| YUV | 127.79 | 57.02 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 2 | 0 | 0.63 | 0.99 | 0.04 | 22.13 | 0.98 | 0.49 |
| Hex | F6 | 5C | 2 | 0 | 3F | 63 | 4 | 16 | 62 | 31 |
| Octal | 366 | 134 | 2 | 0 | 77 | 143 | 4 | 26 | 142 | 61 |
| Binary | 11110110 | 1011100 | 10 | 0 | 111111 | 1100011 | 100 | 10110 | 1100010 | 110001 |
Color Harmonies of #F65C02
Complementary color
Monochromatic Colors of #F65C02
Black with #F65C02
Text Example
Text Example
White with #F65C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65C02; }
p { color: rgb(246,92,2); }
H1.HeaderClassName
{
color: #F65C02;
}
.AnyTagClassName
{
color: #F65C02;
}
</style>
background-color css
<style>
a { background-color: #F65C02; }
a { background-color: rgb(246,92,2); }
div.DivClassName
{
background-color: #F65C02;
}
.BgClassName
{
background-color: #F65C02;
}
</style>
border-color css
<style>
span { border-color: #F65C02; }
span { border-color: rgb(246,92,2); }
td.TdClassName
{
border-color: #F65C02;
}
.TagClassName
{
border-color: #F65C02;
}
</style>