Shades of Persimmon #F0600C
Tints of Persimmon #F0600C
RGB
CMYK
RGB Variations
Color information
#F0600C (or 0xF0600C) is known color: Persimmon. HEX triplet: F0, 60 and 0C. RGB value is (240,96,12). Sum of RGB (Red+Green+Blue) = 240+96+12=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F0600C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0600C is #0F9FF3. Grayscale: #818181. Windows color (decimal): -1023988 or 811248. OLE color: 811248.
HSL color Cylindrical-coordinate representation of color #F0600C: hue angle of 22.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0600C is Cyan = 0, Magento = 0.6, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 12 | - |
| CMYK | 0 | 0.6 | 0.95 | 0.06 |
| HSL | 22.11º | 0.9% | 0.49% | - |
| HSV(B) | 22.11º | 0.95% | 0.94% | - |
| XYZ | 40.18 | 26.92 | 3.43 | - |
| YUV | 129.48 | 61.71 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 12 | 0 | 0.6 | 0.95 | 0.06 | 22.11 | 0.9 | 0.49 |
| Hex | F0 | 60 | C | 0 | 3C | 5F | 6 | 16 | 5A | 31 |
| Octal | 360 | 140 | 14 | 0 | 74 | 137 | 6 | 26 | 132 | 61 |
| Binary | 11110000 | 1100000 | 1100 | 0 | 111100 | 1011111 | 110 | 10110 | 1011010 | 110001 |
Color Harmonies of #F0600C
Complementary color
Monochromatic Colors of #F0600C
Black with #F0600C
Text Example
Text Example
White with #F0600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0600C; }
p { color: rgb(240,96,12); }
H1.HeaderClassName
{
color: #F0600C;
}
.AnyTagClassName
{
color: #F0600C;
}
</style>
background-color css
<style>
a { background-color: #F0600C; }
a { background-color: rgb(240,96,12); }
div.DivClassName
{
background-color: #F0600C;
}
.BgClassName
{
background-color: #F0600C;
}
</style>
border-color css
<style>
span { border-color: #F0600C; }
span { border-color: rgb(240,96,12); }
td.TdClassName
{
border-color: #F0600C;
}
.TagClassName
{
border-color: #F0600C;
}
</style>