Shades of Persimmon #F2580F
Tints of Persimmon #F2580F
RGB
CMYK
RGB Variations
Color information
#F2580F (or 0xF2580F) is known color: Persimmon. HEX triplet: F2, 58 and 0F. RGB value is (242,88,15). Sum of RGB (Red+Green+Blue) = 242+88+15=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F2580F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2580F is #0DA7F0. Grayscale: #7E7E7E. Windows color (decimal): -894961 or 1005810. OLE color: 1005810.
HSL color Cylindrical-coordinate representation of color #F2580F: hue angle of 19.3º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2580F is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 15 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.05 |
| HSL | 19.3º | 0.9% | 0.5% | - |
| HSV(B) | 19.3º | 0.94% | 0.95% | - |
| XYZ | 40.19 | 25.89 | 3.33 | - |
| YUV | 125.72 | 65.52 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 15 | 0 | 0.64 | 0.94 | 0.05 | 19.3 | 0.9 | 0.5 |
| Hex | F2 | 58 | F | 0 | 40 | 5E | 5 | 13 | 5A | 32 |
| Octal | 362 | 130 | 17 | 0 | 100 | 136 | 5 | 23 | 132 | 62 |
| Binary | 11110010 | 1011000 | 1111 | 0 | 1000000 | 1011110 | 101 | 10011 | 1011010 | 110010 |
Color Harmonies of #F2580F
Complementary color
Monochromatic Colors of #F2580F
Black with #F2580F
Text Example
Text Example
White with #F2580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2580F; }
p { color: rgb(242,88,15); }
H1.HeaderClassName
{
color: #F2580F;
}
.AnyTagClassName
{
color: #F2580F;
}
</style>
background-color css
<style>
a { background-color: #F2580F; }
a { background-color: rgb(242,88,15); }
div.DivClassName
{
background-color: #F2580F;
}
.BgClassName
{
background-color: #F2580F;
}
</style>
border-color css
<style>
span { border-color: #F2580F; }
span { border-color: rgb(242,88,15); }
td.TdClassName
{
border-color: #F2580F;
}
.TagClassName
{
border-color: #F2580F;
}
</style>