Shades of Persimmon #F0650D
Tints of Persimmon #F0650D
RGB
CMYK
RGB Variations
Color information
#F0650D (or 0xF0650D) is known color: Persimmon. HEX triplet: F0, 65 and 0D. RGB value is (240,101,13). Sum of RGB (Red+Green+Blue) = 240+101+13=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0650D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0650D is #0F9AF2. Grayscale: #858585. Windows color (decimal): -1022707 or 878064. OLE color: 878064.
HSL color Cylindrical-coordinate representation of color #F0650D: hue angle of 23.26º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0650D is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 13 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.06 |
| HSL | 23.26º | 0.9% | 0.5% | - |
| HSV(B) | 23.26º | 0.95% | 0.94% | - |
| XYZ | 40.66 | 27.86 | 3.62 | - |
| YUV | 132.53 | 60.55 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 13 | 0 | 0.58 | 0.95 | 0.06 | 23.26 | 0.9 | 0.5 |
| Hex | F0 | 65 | D | 0 | 3A | 5F | 6 | 17 | 5A | 32 |
| Octal | 360 | 145 | 15 | 0 | 72 | 137 | 6 | 27 | 132 | 62 |
| Binary | 11110000 | 1100101 | 1101 | 0 | 111010 | 1011111 | 110 | 10111 | 1011010 | 110010 |
Color Harmonies of #F0650D
Complementary color
Monochromatic Colors of #F0650D
Black with #F0650D
Text Example
Text Example
White with #F0650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0650D; }
p { color: rgb(240,101,13); }
H1.HeaderClassName
{
color: #F0650D;
}
.AnyTagClassName
{
color: #F0650D;
}
</style>
background-color css
<style>
a { background-color: #F0650D; }
a { background-color: rgb(240,101,13); }
div.DivClassName
{
background-color: #F0650D;
}
.BgClassName
{
background-color: #F0650D;
}
</style>
border-color css
<style>
span { border-color: #F0650D; }
span { border-color: rgb(240,101,13); }
td.TdClassName
{
border-color: #F0650D;
}
.TagClassName
{
border-color: #F0650D;
}
</style>