Shades of Persimmon #F0501D
Tints of Persimmon #F0501D
RGB
CMYK
RGB Variations
Color information
#F0501D (or 0xF0501D) is known color: Persimmon. HEX triplet: F0, 50 and 1D. RGB value is (240,80,29). Sum of RGB (Red+Green+Blue) = 240+80+29=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F0501D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0501D is #0FAFE2. Grayscale: #7A7A7A. Windows color (decimal): -1028067 or 1921264. OLE color: 1921264.
HSL color Cylindrical-coordinate representation of color #F0501D: hue angle of 14.5º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0501D is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 29 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.06 |
| HSL | 14.5º | 0.88% | 0.53% | - |
| HSV(B) | 14.5º | 0.88% | 0.94% | - |
| XYZ | 39.03 | 24.35 | 3.81 | - |
| YUV | 122.03 | 75.51 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 29 | 0 | 0.67 | 0.88 | 0.06 | 14.5 | 0.88 | 0.53 |
| Hex | F0 | 50 | 1D | 0 | 43 | 58 | 6 | F | 58 | 35 |
| Octal | 360 | 120 | 35 | 0 | 103 | 130 | 6 | 17 | 130 | 65 |
| Binary | 11110000 | 1010000 | 11101 | 0 | 1000011 | 1011000 | 110 | 1111 | 1011000 | 110101 |
Color Harmonies of #F0501D
Complementary color
Monochromatic Colors of #F0501D
Black with #F0501D
Text Example
Text Example
White with #F0501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0501D; }
p { color: rgb(240,80,29); }
H1.HeaderClassName
{
color: #F0501D;
}
.AnyTagClassName
{
color: #F0501D;
}
</style>
background-color css
<style>
a { background-color: #F0501D; }
a { background-color: rgb(240,80,29); }
div.DivClassName
{
background-color: #F0501D;
}
.BgClassName
{
background-color: #F0501D;
}
</style>
border-color css
<style>
span { border-color: #F0501D; }
span { border-color: rgb(240,80,29); }
td.TdClassName
{
border-color: #F0501D;
}
.TagClassName
{
border-color: #F0501D;
}
</style>