Shades of Persimmon #F0500F
Tints of Persimmon #F0500F
RGB
CMYK
RGB Variations
Color information
#F0500F (or 0xF0500F) is known color: Persimmon. HEX triplet: F0, 50 and 0F. RGB value is (240,80,15). Sum of RGB (Red+Green+Blue) = 240+80+15=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F0500F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0500F is #0FAFF0. Grayscale: #787878. Windows color (decimal): -1028081 or 1003760. OLE color: 1003760.
HSL color Cylindrical-coordinate representation of color #F0500F: hue angle of 17.33º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0500F is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 15 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.06 |
| HSL | 17.33º | 0.88% | 0.5% | - |
| HSV(B) | 17.33º | 0.94% | 0.94% | - |
| XYZ | 38.89 | 24.3 | 3.09 | - |
| YUV | 120.43 | 68.51 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 15 | 0 | 0.67 | 0.94 | 0.06 | 17.33 | 0.88 | 0.5 |
| Hex | F0 | 50 | F | 0 | 43 | 5E | 6 | 11 | 58 | 32 |
| Octal | 360 | 120 | 17 | 0 | 103 | 136 | 6 | 21 | 130 | 62 |
| Binary | 11110000 | 1010000 | 1111 | 0 | 1000011 | 1011110 | 110 | 10001 | 1011000 | 110010 |
Color Harmonies of #F0500F
Complementary color
Monochromatic Colors of #F0500F
Black with #F0500F
Text Example
Text Example
White with #F0500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0500F; }
p { color: rgb(240,80,15); }
H1.HeaderClassName
{
color: #F0500F;
}
.AnyTagClassName
{
color: #F0500F;
}
</style>
background-color css
<style>
a { background-color: #F0500F; }
a { background-color: rgb(240,80,15); }
div.DivClassName
{
background-color: #F0500F;
}
.BgClassName
{
background-color: #F0500F;
}
</style>
border-color css
<style>
span { border-color: #F0500F; }
span { border-color: rgb(240,80,15); }
td.TdClassName
{
border-color: #F0500F;
}
.TagClassName
{
border-color: #F0500F;
}
</style>