Shades of Persimmon #F65901
Tints of Persimmon #F65901
RGB
CMYK
RGB Variations
Color information
#F65901 (or 0xF65901) is known color: Persimmon. HEX triplet: F6, 59 and 01. RGB value is (246,89,1). Sum of RGB (Red+Green+Blue) = 246+89+1=336 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.21% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 246 - color contains mainly: red. Hex color #F65901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65901 is #09A6FE. Grayscale: #7E7E7E. Windows color (decimal): -632575 or 88566. OLE color: 88566.
HSL color Cylindrical-coordinate representation of color #F65901: hue angle of 21.55º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F65901 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.04 |
| HSL | 21.55º | 0.99% | 0.48% | - |
| HSV(B) | 21.55º | 1% | 0.96% | - |
| XYZ | 41.58 | 26.74 | 3 | - |
| YUV | 125.91 | 57.51 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 1 | 0 | 0.64 | 1.00 | 0.04 | 21.55 | 0.99 | 0.48 |
| Hex | F6 | 59 | 1 | 0 | 40 | 64 | 4 | 16 | 63 | 30 |
| Octal | 366 | 131 | 1 | 0 | 100 | 144 | 4 | 26 | 143 | 60 |
| Binary | 11110110 | 1011001 | 1 | 0 | 1000000 | 1100100 | 100 | 10110 | 1100011 | 110000 |
Color Harmonies of #F65901
Complementary color
Monochromatic Colors of #F65901
Black with #F65901
Text Example
Text Example
White with #F65901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65901; }
p { color: rgb(246,89,1); }
H1.HeaderClassName
{
color: #F65901;
}
.AnyTagClassName
{
color: #F65901;
}
</style>
background-color css
<style>
a { background-color: #F65901; }
a { background-color: rgb(246,89,1); }
div.DivClassName
{
background-color: #F65901;
}
.BgClassName
{
background-color: #F65901;
}
</style>
border-color css
<style>
span { border-color: #F65901; }
span { border-color: rgb(246,89,1); }
td.TdClassName
{
border-color: #F65901;
}
.TagClassName
{
border-color: #F65901;
}
</style>