Shades of Persimmon #F06102
Tints of Persimmon #F06102
RGB
CMYK
RGB Variations
Color information
#F06102 (or 0xF06102) is known color: Persimmon. HEX triplet: F0, 61 and 02. RGB value is (240,97,2). Sum of RGB (Red+Green+Blue) = 240+97+2=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F06102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06102 is #0F9EFD. Grayscale: #818181. Windows color (decimal): -1023742 or 156144. OLE color: 156144.
HSL color Cylindrical-coordinate representation of color #F06102: hue angle of 23.95º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F06102 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.06 |
| HSL | 23.95º | 0.98% | 0.47% | - |
| HSV(B) | 23.95º | 0.99% | 0.94% | - |
| XYZ | 40.22 | 27.08 | 3.16 | - |
| YUV | 128.93 | 56.38 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 2 | 0 | 0.60 | 0.99 | 0.06 | 23.95 | 0.98 | 0.47 |
| Hex | F0 | 61 | 2 | 0 | 3C | 63 | 6 | 18 | 62 | 2F |
| Octal | 360 | 141 | 2 | 0 | 74 | 143 | 6 | 30 | 142 | 57 |
| Binary | 11110000 | 1100001 | 10 | 0 | 111100 | 1100011 | 110 | 11000 | 1100010 | 101111 |
Color Harmonies of #F06102
Complementary color
Monochromatic Colors of #F06102
Black with #F06102
Text Example
Text Example
White with #F06102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06102; }
p { color: rgb(240,97,2); }
H1.HeaderClassName
{
color: #F06102;
}
.AnyTagClassName
{
color: #F06102;
}
</style>
background-color css
<style>
a { background-color: #F06102; }
a { background-color: rgb(240,97,2); }
div.DivClassName
{
background-color: #F06102;
}
.BgClassName
{
background-color: #F06102;
}
</style>
border-color css
<style>
span { border-color: #F06102; }
span { border-color: rgb(240,97,2); }
td.TdClassName
{
border-color: #F06102;
}
.TagClassName
{
border-color: #F06102;
}
</style>