Shades of Persimmon #F65A00
Tints of Persimmon #F65A00
RGB
CMYK
RGB Variations
Color information
#F65A00 (or 0xF65A00) is known color: Persimmon. HEX triplet: F6, 5A and 00. RGB value is (246,90,0). Sum of RGB (Red+Green+Blue) = 246+90+0=336 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.21% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65A00 is #09A5FF. Grayscale: #7E7E7E. Windows color (decimal): -632320 or 23286. OLE color: 23286.
HSL color Cylindrical-coordinate representation of color #F65A00: hue angle of 21.95º 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 #F65A00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.04 |
| HSL | 21.95º | 1% | 0.48% | - |
| HSV(B) | 21.95º | 1% | 0.96% | - |
| XYZ | 41.66 | 26.91 | 3 | - |
| YUV | 126.38 | 56.68 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 0 | 0 | 0.63 | 1 | 0.04 | 21.95 | 1 | 0.48 |
| Hex | F6 | 5A | 0 | 0 | 3F | 64 | 4 | 16 | 64 | 30 |
| Octal | 366 | 132 | 0 | 0 | 77 | 144 | 4 | 26 | 144 | 60 |
| Binary | 11110110 | 1011010 | 0 | 0 | 111111 | 1100100 | 100 | 10110 | 1100100 | 110000 |
Color Harmonies of #F65A00
Complementary color
Monochromatic Colors of #F65A00
Black with #F65A00
Text Example
Text Example
White with #F65A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65A00; }
p { color: rgb(246,90,0); }
H1.HeaderClassName
{
color: #F65A00;
}
.AnyTagClassName
{
color: #F65A00;
}
</style>
background-color css
<style>
a { background-color: #F65A00; }
a { background-color: rgb(246,90,0); }
div.DivClassName
{
background-color: #F65A00;
}
.BgClassName
{
background-color: #F65A00;
}
</style>
border-color css
<style>
span { border-color: #F65A00; }
span { border-color: rgb(246,90,0); }
td.TdClassName
{
border-color: #F65A00;
}
.TagClassName
{
border-color: #F65A00;
}
</style>