Shades of Persimmon #F65A05
Tints of Persimmon #F65A05
RGB
CMYK
RGB Variations
Color information
#F65A05 (or 0xF65A05) is known color: Persimmon. HEX triplet: F6, 5A and 05. RGB value is (246,90,5). Sum of RGB (Red+Green+Blue) = 246+90+5=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65A05 is #09A5FA. Grayscale: #7F7F7F. Windows color (decimal): -632315 or 350966. OLE color: 350966.
HSL color Cylindrical-coordinate representation of color #F65A05: hue angle of 21.16º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F65A05 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 90 | 5 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.04 |
| HSL | 21.16º | 0.96% | 0.49% | - |
| HSV(B) | 21.16º | 0.98% | 0.96% | - |
| XYZ | 41.69 | 26.92 | 3.14 | - |
| YUV | 126.95 | 59.18 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 5 | 0 | 0.63 | 0.98 | 0.04 | 21.16 | 0.96 | 0.49 |
| Hex | F6 | 5A | 5 | 0 | 3F | 62 | 4 | 15 | 60 | 31 |
| Octal | 366 | 132 | 5 | 0 | 77 | 142 | 4 | 25 | 140 | 61 |
| Binary | 11110110 | 1011010 | 101 | 0 | 111111 | 1100010 | 100 | 10101 | 1100000 | 110001 |
Color Harmonies of #F65A05
Complementary color
Monochromatic Colors of #F65A05
Black with #F65A05
Text Example
Text Example
White with #F65A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65A05; }
p { color: rgb(246,90,5); }
H1.HeaderClassName
{
color: #F65A05;
}
.AnyTagClassName
{
color: #F65A05;
}
</style>
background-color css
<style>
a { background-color: #F65A05; }
a { background-color: rgb(246,90,5); }
div.DivClassName
{
background-color: #F65A05;
}
.BgClassName
{
background-color: #F65A05;
}
</style>
border-color css
<style>
span { border-color: #F65A05; }
span { border-color: rgb(246,90,5); }
td.TdClassName
{
border-color: #F65A05;
}
.TagClassName
{
border-color: #F65A05;
}
</style>