Shades of Persimmon #F0600D
Tints of Persimmon #F0600D
RGB
CMYK
RGB Variations
Color information
#F0600D (or 0xF0600D) is known color: Persimmon. HEX triplet: F0, 60 and 0D. RGB value is (240,96,13). Sum of RGB (Red+Green+Blue) = 240+96+13=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F0600D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0600D is #0F9FF2. Grayscale: #828282. Windows color (decimal): -1023987 or 876784. OLE color: 876784.
HSL color Cylindrical-coordinate representation of color #F0600D: hue angle of 21.94º 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 #F0600D is Cyan = 0, Magento = 0.6, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 13 | - |
| CMYK | 0 | 0.6 | 0.95 | 0.06 |
| HSL | 21.94º | 0.9% | 0.5% | - |
| HSV(B) | 21.94º | 0.95% | 0.94% | - |
| XYZ | 40.19 | 26.92 | 3.46 | - |
| YUV | 129.59 | 62.21 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 13 | 0 | 0.6 | 0.95 | 0.06 | 21.94 | 0.9 | 0.5 |
| Hex | F0 | 60 | D | 0 | 3C | 5F | 6 | 16 | 5A | 32 |
| Octal | 360 | 140 | 15 | 0 | 74 | 137 | 6 | 26 | 132 | 62 |
| Binary | 11110000 | 1100000 | 1101 | 0 | 111100 | 1011111 | 110 | 10110 | 1011010 | 110010 |
Color Harmonies of #F0600D
Complementary color
Monochromatic Colors of #F0600D
Black with #F0600D
Text Example
Text Example
White with #F0600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0600D; }
p { color: rgb(240,96,13); }
H1.HeaderClassName
{
color: #F0600D;
}
.AnyTagClassName
{
color: #F0600D;
}
</style>
background-color css
<style>
a { background-color: #F0600D; }
a { background-color: rgb(240,96,13); }
div.DivClassName
{
background-color: #F0600D;
}
.BgClassName
{
background-color: #F0600D;
}
</style>
border-color css
<style>
span { border-color: #F0600D; }
span { border-color: rgb(240,96,13); }
td.TdClassName
{
border-color: #F0600D;
}
.TagClassName
{
border-color: #F0600D;
}
</style>