Shades of Persimmon #F05D1C
Tints of Persimmon #F05D1C
RGB
CMYK
RGB Variations
Color information
#F05D1C (or 0xF05D1C) is known color: Persimmon. HEX triplet: F0, 5D and 1C. RGB value is (240,93,28). Sum of RGB (Red+Green+Blue) = 240+93+28=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05D1C is #0FA2E3. Grayscale: #818181. Windows color (decimal): -1024740 or 1859056. OLE color: 1859056.
HSL color Cylindrical-coordinate representation of color #F05D1C: hue angle of 18.4º 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 #F05D1C is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 28 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.06 |
| HSL | 18.4º | 0.88% | 0.53% | - |
| HSV(B) | 18.4º | 0.88% | 0.94% | - |
| XYZ | 40.06 | 26.44 | 4.09 | - |
| YUV | 129.54 | 70.7 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 28 | 0 | 0.61 | 0.88 | 0.06 | 18.4 | 0.88 | 0.53 |
| Hex | F0 | 5D | 1C | 0 | 3D | 58 | 6 | 12 | 58 | 35 |
| Octal | 360 | 135 | 34 | 0 | 75 | 130 | 6 | 22 | 130 | 65 |
| Binary | 11110000 | 1011101 | 11100 | 0 | 111101 | 1011000 | 110 | 10010 | 1011000 | 110101 |
Color Harmonies of #F05D1C
Complementary color
Monochromatic Colors of #F05D1C
Black with #F05D1C
Text Example
Text Example
White with #F05D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D1C; }
p { color: rgb(240,93,28); }
H1.HeaderClassName
{
color: #F05D1C;
}
.AnyTagClassName
{
color: #F05D1C;
}
</style>
background-color css
<style>
a { background-color: #F05D1C; }
a { background-color: rgb(240,93,28); }
div.DivClassName
{
background-color: #F05D1C;
}
.BgClassName
{
background-color: #F05D1C;
}
</style>
border-color css
<style>
span { border-color: #F05D1C; }
span { border-color: rgb(240,93,28); }
td.TdClassName
{
border-color: #F05D1C;
}
.TagClassName
{
border-color: #F05D1C;
}
</style>