Shades of Persimmon #F0500C
Tints of Persimmon #F0500C
RGB
CMYK
RGB Variations
Color information
#F0500C (or 0xF0500C) is known color: Persimmon. HEX triplet: F0, 50 and 0C. RGB value is (240,80,12). Sum of RGB (Red+Green+Blue) = 240+80+12=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F0500C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0500C is #0FAFF3. Grayscale: #787878. Windows color (decimal): -1028084 or 807152. OLE color: 807152.
HSL color Cylindrical-coordinate representation of color #F0500C: hue angle of 17.89º 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 #F0500C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 12 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.06 |
| HSL | 17.89º | 0.9% | 0.49% | - |
| HSV(B) | 17.89º | 0.95% | 0.94% | - |
| XYZ | 38.87 | 24.29 | 2.99 | - |
| YUV | 120.09 | 67.01 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 12 | 0 | 0.67 | 0.95 | 0.06 | 17.89 | 0.9 | 0.49 |
| Hex | F0 | 50 | C | 0 | 43 | 5F | 6 | 12 | 5A | 31 |
| Octal | 360 | 120 | 14 | 0 | 103 | 137 | 6 | 22 | 132 | 61 |
| Binary | 11110000 | 1010000 | 1100 | 0 | 1000011 | 1011111 | 110 | 10010 | 1011010 | 110001 |
Color Harmonies of #F0500C
Complementary color
Monochromatic Colors of #F0500C
Black with #F0500C
Text Example
Text Example
White with #F0500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0500C; }
p { color: rgb(240,80,12); }
H1.HeaderClassName
{
color: #F0500C;
}
.AnyTagClassName
{
color: #F0500C;
}
</style>
background-color css
<style>
a { background-color: #F0500C; }
a { background-color: rgb(240,80,12); }
div.DivClassName
{
background-color: #F0500C;
}
.BgClassName
{
background-color: #F0500C;
}
</style>
border-color css
<style>
span { border-color: #F0500C; }
span { border-color: rgb(240,80,12); }
td.TdClassName
{
border-color: #F0500C;
}
.TagClassName
{
border-color: #F0500C;
}
</style>