Shades of Persimmon #F0580A
Tints of Persimmon #F0580A
RGB
CMYK
RGB Variations
Color information
#F0580A (or 0xF0580A) is known color: Persimmon. HEX triplet: F0, 58 and 0A. RGB value is (240,88,10). Sum of RGB (Red+Green+Blue) = 240+88+10=338 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.01% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 240 - color contains mainly: red. Hex color #F0580A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0580A is #0FA7F5. Grayscale: #7D7D7D. Windows color (decimal): -1026038 or 678128. OLE color: 678128.
HSL color Cylindrical-coordinate representation of color #F0580A: hue angle of 20.35º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0580A is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 10 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.06 |
| HSL | 20.35º | 0.92% | 0.49% | - |
| HSV(B) | 20.35º | 0.96% | 0.94% | - |
| XYZ | 39.48 | 25.53 | 3.13 | - |
| YUV | 124.56 | 63.36 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 10 | 0 | 0.63 | 0.96 | 0.06 | 20.35 | 0.92 | 0.49 |
| Hex | F0 | 58 | A | 0 | 3F | 60 | 6 | 14 | 5C | 31 |
| Octal | 360 | 130 | 12 | 0 | 77 | 140 | 6 | 24 | 134 | 61 |
| Binary | 11110000 | 1011000 | 1010 | 0 | 111111 | 1100000 | 110 | 10100 | 1011100 | 110001 |
Color Harmonies of #F0580A
Complementary color
Monochromatic Colors of #F0580A
Black with #F0580A
Text Example
Text Example
White with #F0580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0580A; }
p { color: rgb(240,88,10); }
H1.HeaderClassName
{
color: #F0580A;
}
.AnyTagClassName
{
color: #F0580A;
}
</style>
background-color css
<style>
a { background-color: #F0580A; }
a { background-color: rgb(240,88,10); }
div.DivClassName
{
background-color: #F0580A;
}
.BgClassName
{
background-color: #F0580A;
}
</style>
border-color css
<style>
span { border-color: #F0580A; }
span { border-color: rgb(240,88,10); }
td.TdClassName
{
border-color: #F0580A;
}
.TagClassName
{
border-color: #F0580A;
}
</style>