Shades of Persimmon #F05609
Tints of Persimmon #F05609
RGB
CMYK
RGB Variations
Color information
#F05609 (or 0xF05609) is known color: Persimmon. HEX triplet: F0, 56 and 09. RGB value is (240,86,9). Sum of RGB (Red+Green+Blue) = 240+86+9=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F05609 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05609 is #0FA9F6. Grayscale: #7B7B7B. Windows color (decimal): -1026551 or 612080. OLE color: 612080.
HSL color Cylindrical-coordinate representation of color #F05609: hue angle of 20º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F05609 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 86 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.06 |
| HSL | 20º | 0.93% | 0.49% | - |
| HSV(B) | 20º | 0.96% | 0.94% | - |
| XYZ | 39.31 | 25.2 | 3.05 | - |
| YUV | 123.27 | 63.52 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 86 | 9 | 0 | 0.64 | 0.96 | 0.06 | 20 | 0.93 | 0.49 |
| Hex | F0 | 56 | 9 | 0 | 40 | 60 | 6 | 14 | 5D | 31 |
| Octal | 360 | 126 | 11 | 0 | 100 | 140 | 6 | 24 | 135 | 61 |
| Binary | 11110000 | 1010110 | 1001 | 0 | 1000000 | 1100000 | 110 | 10100 | 1011101 | 110001 |
Color Harmonies of #F05609
Complementary color
Monochromatic Colors of #F05609
Black with #F05609
Text Example
Text Example
White with #F05609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05609; }
p { color: rgb(240,86,9); }
H1.HeaderClassName
{
color: #F05609;
}
.AnyTagClassName
{
color: #F05609;
}
</style>
background-color css
<style>
a { background-color: #F05609; }
a { background-color: rgb(240,86,9); }
div.DivClassName
{
background-color: #F05609;
}
.BgClassName
{
background-color: #F05609;
}
</style>
border-color css
<style>
span { border-color: #F05609; }
span { border-color: rgb(240,86,9); }
td.TdClassName
{
border-color: #F05609;
}
.TagClassName
{
border-color: #F05609;
}
</style>