Shades of Persimmon #F06512
Tints of Persimmon #F06512
RGB
CMYK
RGB Variations
Color information
#F06512 (or 0xF06512) is known color: Persimmon. HEX triplet: F0, 65 and 12. RGB value is (240,101,18). Sum of RGB (Red+Green+Blue) = 240+101+18=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F06512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06512 is #0F9AED. Grayscale: #858585. Windows color (decimal): -1022702 or 1205744. OLE color: 1205744.
HSL color Cylindrical-coordinate representation of color #F06512: hue angle of 22.43º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F06512 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 18 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.06 |
| HSL | 22.43º | 0.88% | 0.51% | - |
| HSV(B) | 22.43º | 0.93% | 0.94% | - |
| XYZ | 40.7 | 27.88 | 3.81 | - |
| YUV | 133.1 | 63.05 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 18 | 0 | 0.58 | 0.92 | 0.06 | 22.43 | 0.88 | 0.51 |
| Hex | F0 | 65 | 12 | 0 | 3A | 5C | 6 | 16 | 58 | 33 |
| Octal | 360 | 145 | 22 | 0 | 72 | 134 | 6 | 26 | 130 | 63 |
| Binary | 11110000 | 1100101 | 10010 | 0 | 111010 | 1011100 | 110 | 10110 | 1011000 | 110011 |
Color Harmonies of #F06512
Complementary color
Monochromatic Colors of #F06512
Black with #F06512
Text Example
Text Example
White with #F06512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06512; }
p { color: rgb(240,101,18); }
H1.HeaderClassName
{
color: #F06512;
}
.AnyTagClassName
{
color: #F06512;
}
</style>
background-color css
<style>
a { background-color: #F06512; }
a { background-color: rgb(240,101,18); }
div.DivClassName
{
background-color: #F06512;
}
.BgClassName
{
background-color: #F06512;
}
</style>
border-color css
<style>
span { border-color: #F06512; }
span { border-color: rgb(240,101,18); }
td.TdClassName
{
border-color: #F06512;
}
.TagClassName
{
border-color: #F06512;
}
</style>