Shades of Persimmon #F04C0C
Tints of Persimmon #F04C0C
RGB
CMYK
RGB Variations
Color information
#F04C0C (or 0xF04C0C) is known color: Persimmon. HEX triplet: F0, 4C and 0C. RGB value is (240,76,12). Sum of RGB (Red+Green+Blue) = 240+76+12=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04C0C is #0FB3F3. Grayscale: #767676. Windows color (decimal): -1029108 or 806128. OLE color: 806128.
HSL color Cylindrical-coordinate representation of color #F04C0C: hue angle of 16.84º 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 #F04C0C is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 12 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.06 |
| HSL | 16.84º | 0.9% | 0.49% | - |
| HSV(B) | 16.84º | 0.95% | 0.94% | - |
| XYZ | 38.59 | 23.72 | 2.89 | - |
| YUV | 117.74 | 68.33 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 12 | 0 | 0.68 | 0.95 | 0.06 | 16.84 | 0.9 | 0.49 |
| Hex | F0 | 4C | C | 0 | 44 | 5F | 6 | 11 | 5A | 31 |
| Octal | 360 | 114 | 14 | 0 | 104 | 137 | 6 | 21 | 132 | 61 |
| Binary | 11110000 | 1001100 | 1100 | 0 | 1000100 | 1011111 | 110 | 10001 | 1011010 | 110001 |
Color Harmonies of #F04C0C
Complementary color
Monochromatic Colors of #F04C0C
Black with #F04C0C
Text Example
Text Example
White with #F04C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C0C; }
p { color: rgb(240,76,12); }
H1.HeaderClassName
{
color: #F04C0C;
}
.AnyTagClassName
{
color: #F04C0C;
}
</style>
background-color css
<style>
a { background-color: #F04C0C; }
a { background-color: rgb(240,76,12); }
div.DivClassName
{
background-color: #F04C0C;
}
.BgClassName
{
background-color: #F04C0C;
}
</style>
border-color css
<style>
span { border-color: #F04C0C; }
span { border-color: rgb(240,76,12); }
td.TdClassName
{
border-color: #F04C0C;
}
.TagClassName
{
border-color: #F04C0C;
}
</style>