Shades of Persimmon #F65502
Tints of Persimmon #F65502
RGB
CMYK
RGB Variations
Color information
#F65502 (or 0xF65502) is known color: Persimmon. HEX triplet: F6, 55 and 02. RGB value is (246,85,2). Sum of RGB (Red+Green+Blue) = 246+85+2=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F65502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65502 is #09AAFD. Grayscale: #7C7C7C. Windows color (decimal): -633598 or 153078. OLE color: 153078.
HSL color Cylindrical-coordinate representation of color #F65502: hue angle of 20.41º 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 #F65502 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.04 |
| HSL | 20.41º | 0.98% | 0.49% | - |
| HSV(B) | 20.41º | 0.99% | 0.96% | - |
| XYZ | 41.27 | 26.09 | 2.92 | - |
| YUV | 123.68 | 59.34 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 2 | 0 | 0.65 | 0.99 | 0.04 | 20.41 | 0.98 | 0.49 |
| Hex | F6 | 55 | 2 | 0 | 41 | 63 | 4 | 14 | 62 | 31 |
| Octal | 366 | 125 | 2 | 0 | 101 | 143 | 4 | 24 | 142 | 61 |
| Binary | 11110110 | 1010101 | 10 | 0 | 1000001 | 1100011 | 100 | 10100 | 1100010 | 110001 |
Color Harmonies of #F65502
Complementary color
Monochromatic Colors of #F65502
Black with #F65502
Text Example
Text Example
White with #F65502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65502; }
p { color: rgb(246,85,2); }
H1.HeaderClassName
{
color: #F65502;
}
.AnyTagClassName
{
color: #F65502;
}
</style>
background-color css
<style>
a { background-color: #F65502; }
a { background-color: rgb(246,85,2); }
div.DivClassName
{
background-color: #F65502;
}
.BgClassName
{
background-color: #F65502;
}
</style>
border-color css
<style>
span { border-color: #F65502; }
span { border-color: rgb(246,85,2); }
td.TdClassName
{
border-color: #F65502;
}
.TagClassName
{
border-color: #F65502;
}
</style>