Shades of Persimmon #F0580C
Tints of Persimmon #F0580C
RGB
CMYK
RGB Variations
Color information
#F0580C (or 0xF0580C) is known color: Persimmon. HEX triplet: F0, 58 and 0C. RGB value is (240,88,12). Sum of RGB (Red+Green+Blue) = 240+88+12=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F0580C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0580C is #0FA7F3. Grayscale: #7D7D7D. Windows color (decimal): -1026036 or 809200. OLE color: 809200.
HSL color Cylindrical-coordinate representation of color #F0580C: hue angle of 20º 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 #F0580C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.06 |
| HSL | 20º | 0.9% | 0.49% | - |
| HSV(B) | 20º | 0.95% | 0.94% | - |
| XYZ | 39.49 | 25.53 | 3.19 | - |
| YUV | 124.78 | 64.36 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 12 | 0 | 0.63 | 0.95 | 0.06 | 20 | 0.9 | 0.49 |
| Hex | F0 | 58 | C | 0 | 3F | 5F | 6 | 14 | 5A | 31 |
| Octal | 360 | 130 | 14 | 0 | 77 | 137 | 6 | 24 | 132 | 61 |
| Binary | 11110000 | 1011000 | 1100 | 0 | 111111 | 1011111 | 110 | 10100 | 1011010 | 110001 |
Color Harmonies of #F0580C
Complementary color
Monochromatic Colors of #F0580C
Black with #F0580C
Text Example
Text Example
White with #F0580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0580C; }
p { color: rgb(240,88,12); }
H1.HeaderClassName
{
color: #F0580C;
}
.AnyTagClassName
{
color: #F0580C;
}
</style>
background-color css
<style>
a { background-color: #F0580C; }
a { background-color: rgb(240,88,12); }
div.DivClassName
{
background-color: #F0580C;
}
.BgClassName
{
background-color: #F0580C;
}
</style>
border-color css
<style>
span { border-color: #F0580C; }
span { border-color: rgb(240,88,12); }
td.TdClassName
{
border-color: #F0580C;
}
.TagClassName
{
border-color: #F0580C;
}
</style>