Shades of Persimmon #F0501C
Tints of Persimmon #F0501C
RGB
CMYK
RGB Variations
Color information
#F0501C (or 0xF0501C) is known color: Persimmon. HEX triplet: F0, 50 and 1C. RGB value is (240,80,28). Sum of RGB (Red+Green+Blue) = 240+80+28=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F0501C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0501C is #0FAFE3. Grayscale: #7A7A7A. Windows color (decimal): -1028068 or 1855728. OLE color: 1855728.
HSL color Cylindrical-coordinate representation of color #F0501C: hue angle of 14.72º 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 #F0501C is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 28 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.06 |
| HSL | 14.72º | 0.88% | 0.53% | - |
| HSV(B) | 14.72º | 0.88% | 0.94% | - |
| XYZ | 39.01 | 24.35 | 3.74 | - |
| YUV | 121.91 | 75.01 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 28 | 0 | 0.67 | 0.88 | 0.06 | 14.72 | 0.88 | 0.53 |
| Hex | F0 | 50 | 1C | 0 | 43 | 58 | 6 | F | 58 | 35 |
| Octal | 360 | 120 | 34 | 0 | 103 | 130 | 6 | 17 | 130 | 65 |
| Binary | 11110000 | 1010000 | 11100 | 0 | 1000011 | 1011000 | 110 | 1111 | 1011000 | 110101 |
Color Harmonies of #F0501C
Complementary color
Monochromatic Colors of #F0501C
Black with #F0501C
Text Example
Text Example
White with #F0501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0501C; }
p { color: rgb(240,80,28); }
H1.HeaderClassName
{
color: #F0501C;
}
.AnyTagClassName
{
color: #F0501C;
}
</style>
background-color css
<style>
a { background-color: #F0501C; }
a { background-color: rgb(240,80,28); }
div.DivClassName
{
background-color: #F0501C;
}
.BgClassName
{
background-color: #F0501C;
}
</style>
border-color css
<style>
span { border-color: #F0501C; }
span { border-color: rgb(240,80,28); }
td.TdClassName
{
border-color: #F0501C;
}
.TagClassName
{
border-color: #F0501C;
}
</style>