Shades of Persimmon #F0580F
Tints of Persimmon #F0580F
RGB
CMYK
RGB Variations
Color information
#F0580F (or 0xF0580F) is known color: Persimmon. HEX triplet: F0, 58 and 0F. RGB value is (240,88,15). Sum of RGB (Red+Green+Blue) = 240+88+15=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F0580F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0580F is #0FA7F0. Grayscale: #7D7D7D. Windows color (decimal): -1026033 or 1005808. OLE color: 1005808.
HSL color Cylindrical-coordinate representation of color #F0580F: hue angle of 19.47º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0580F is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 15 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.06 |
| HSL | 19.47º | 0.88% | 0.5% | - |
| HSV(B) | 19.47º | 0.94% | 0.94% | - |
| XYZ | 39.51 | 25.54 | 3.3 | - |
| YUV | 125.13 | 65.86 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 15 | 0 | 0.63 | 0.94 | 0.06 | 19.47 | 0.88 | 0.5 |
| Hex | F0 | 58 | F | 0 | 3F | 5E | 6 | 13 | 58 | 32 |
| Octal | 360 | 130 | 17 | 0 | 77 | 136 | 6 | 23 | 130 | 62 |
| Binary | 11110000 | 1011000 | 1111 | 0 | 111111 | 1011110 | 110 | 10011 | 1011000 | 110010 |
Color Harmonies of #F0580F
Complementary color
Monochromatic Colors of #F0580F
Black with #F0580F
Text Example
Text Example
White with #F0580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0580F; }
p { color: rgb(240,88,15); }
H1.HeaderClassName
{
color: #F0580F;
}
.AnyTagClassName
{
color: #F0580F;
}
</style>
background-color css
<style>
a { background-color: #F0580F; }
a { background-color: rgb(240,88,15); }
div.DivClassName
{
background-color: #F0580F;
}
.BgClassName
{
background-color: #F0580F;
}
</style>
border-color css
<style>
span { border-color: #F0580F; }
span { border-color: rgb(240,88,15); }
td.TdClassName
{
border-color: #F0580F;
}
.TagClassName
{
border-color: #F0580F;
}
</style>