Shades of Persimmon #F65802
Tints of Persimmon #F65802
RGB
CMYK
RGB Variations
Color information
#F65802 (or 0xF65802) is known color: Persimmon. HEX triplet: F6, 58 and 02. RGB value is (246,88,2). Sum of RGB (Red+Green+Blue) = 246+88+2=336 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.21% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 246 - color contains mainly: red. Hex color #F65802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65802 is #09A7FD. Grayscale: #7D7D7D. Windows color (decimal): -632830 or 153846. OLE color: 153846.
HSL color Cylindrical-coordinate representation of color #F65802: hue angle of 21.15º 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 #F65802 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 88 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.04 |
| HSL | 21.15º | 0.98% | 0.49% | - |
| HSV(B) | 21.15º | 0.99% | 0.96% | - |
| XYZ | 41.51 | 26.58 | 3 | - |
| YUV | 125.44 | 58.35 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 88 | 2 | 0 | 0.64 | 0.99 | 0.04 | 21.15 | 0.98 | 0.49 |
| Hex | F6 | 58 | 2 | 0 | 40 | 63 | 4 | 15 | 62 | 31 |
| Octal | 366 | 130 | 2 | 0 | 100 | 143 | 4 | 25 | 142 | 61 |
| Binary | 11110110 | 1011000 | 10 | 0 | 1000000 | 1100011 | 100 | 10101 | 1100010 | 110001 |
Color Harmonies of #F65802
Complementary color
Monochromatic Colors of #F65802
Black with #F65802
Text Example
Text Example
White with #F65802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65802; }
p { color: rgb(246,88,2); }
H1.HeaderClassName
{
color: #F65802;
}
.AnyTagClassName
{
color: #F65802;
}
</style>
background-color css
<style>
a { background-color: #F65802; }
a { background-color: rgb(246,88,2); }
div.DivClassName
{
background-color: #F65802;
}
.BgClassName
{
background-color: #F65802;
}
</style>
border-color css
<style>
span { border-color: #F65802; }
span { border-color: rgb(246,88,2); }
td.TdClassName
{
border-color: #F65802;
}
.TagClassName
{
border-color: #F65802;
}
</style>