Shades of Persimmon #F65A0A
Tints of Persimmon #F65A0A
RGB
CMYK
RGB Variations
Color information
#F65A0A (or 0xF65A0A) is known color: Persimmon. HEX triplet: F6, 5A and 0A. RGB value is (246,90,10). Sum of RGB (Red+Green+Blue) = 246+90+10=346 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.10% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65A0A is #09A5F5. Grayscale: #7F7F7F. Windows color (decimal): -632310 or 678646. OLE color: 678646.
HSL color Cylindrical-coordinate representation of color #F65A0A: hue angle of 20.34º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F65A0A is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 10 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.04 |
| HSL | 20.34º | 0.93% | 0.5% | - |
| HSV(B) | 20.34º | 0.96% | 0.96% | - |
| XYZ | 41.72 | 26.93 | 3.29 | - |
| YUV | 127.52 | 61.68 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 10 | 0 | 0.63 | 0.96 | 0.04 | 20.34 | 0.93 | 0.5 |
| Hex | F6 | 5A | A | 0 | 3F | 60 | 4 | 14 | 5D | 32 |
| Octal | 366 | 132 | 12 | 0 | 77 | 140 | 4 | 24 | 135 | 62 |
| Binary | 11110110 | 1011010 | 1010 | 0 | 111111 | 1100000 | 100 | 10100 | 1011101 | 110010 |
Color Harmonies of #F65A0A
Complementary color
Monochromatic Colors of #F65A0A
Black with #F65A0A
Text Example
Text Example
White with #F65A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65A0A; }
p { color: rgb(246,90,10); }
H1.HeaderClassName
{
color: #F65A0A;
}
.AnyTagClassName
{
color: #F65A0A;
}
</style>
background-color css
<style>
a { background-color: #F65A0A; }
a { background-color: rgb(246,90,10); }
div.DivClassName
{
background-color: #F65A0A;
}
.BgClassName
{
background-color: #F65A0A;
}
</style>
border-color css
<style>
span { border-color: #F65A0A; }
span { border-color: rgb(246,90,10); }
td.TdClassName
{
border-color: #F65A0A;
}
.TagClassName
{
border-color: #F65A0A;
}
</style>