Shades of Persimmon #F0650F
Tints of Persimmon #F0650F
RGB
CMYK
RGB Variations
Color information
#F0650F (or 0xF0650F) is known color: Persimmon. HEX triplet: F0, 65 and 0F. RGB value is (240,101,15). Sum of RGB (Red+Green+Blue) = 240+101+15=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F0650F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0650F is #0F9AF0. Grayscale: #858585. Windows color (decimal): -1022705 or 1009136. OLE color: 1009136.
HSL color Cylindrical-coordinate representation of color #F0650F: hue angle of 22.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0650F is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 15 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.06 |
| HSL | 22.93º | 0.88% | 0.5% | - |
| HSV(B) | 22.93º | 0.94% | 0.94% | - |
| XYZ | 40.68 | 27.87 | 3.69 | - |
| YUV | 132.76 | 61.55 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 15 | 0 | 0.58 | 0.94 | 0.06 | 22.93 | 0.88 | 0.5 |
| Hex | F0 | 65 | F | 0 | 3A | 5E | 6 | 17 | 58 | 32 |
| Octal | 360 | 145 | 17 | 0 | 72 | 136 | 6 | 27 | 130 | 62 |
| Binary | 11110000 | 1100101 | 1111 | 0 | 111010 | 1011110 | 110 | 10111 | 1011000 | 110010 |
Color Harmonies of #F0650F
Complementary color
Monochromatic Colors of #F0650F
Black with #F0650F
Text Example
Text Example
White with #F0650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0650F; }
p { color: rgb(240,101,15); }
H1.HeaderClassName
{
color: #F0650F;
}
.AnyTagClassName
{
color: #F0650F;
}
</style>
background-color css
<style>
a { background-color: #F0650F; }
a { background-color: rgb(240,101,15); }
div.DivClassName
{
background-color: #F0650F;
}
.BgClassName
{
background-color: #F0650F;
}
</style>
border-color css
<style>
span { border-color: #F0650F; }
span { border-color: rgb(240,101,15); }
td.TdClassName
{
border-color: #F0650F;
}
.TagClassName
{
border-color: #F0650F;
}
</style>