Shades of Persimmon #F2580C
Tints of Persimmon #F2580C
RGB
CMYK
RGB Variations
Color information
#F2580C (or 0xF2580C) is known color: Persimmon. HEX triplet: F2, 58 and 0C. RGB value is (242,88,12). Sum of RGB (Red+Green+Blue) = 242+88+12=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F2580C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2580C is #0DA7F3. Grayscale: #7D7D7D. Windows color (decimal): -894964 or 809202. OLE color: 809202.
HSL color Cylindrical-coordinate representation of color #F2580C: hue angle of 19.83º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2580C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.05 |
| HSL | 19.83º | 0.91% | 0.5% | - |
| HSV(B) | 19.83º | 0.95% | 0.95% | - |
| XYZ | 40.17 | 25.88 | 3.23 | - |
| YUV | 125.38 | 64.02 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 12 | 0 | 0.64 | 0.95 | 0.05 | 19.83 | 0.91 | 0.5 |
| Hex | F2 | 58 | C | 0 | 40 | 5F | 5 | 14 | 5B | 32 |
| Octal | 362 | 130 | 14 | 0 | 100 | 137 | 5 | 24 | 133 | 62 |
| Binary | 11110010 | 1011000 | 1100 | 0 | 1000000 | 1011111 | 101 | 10100 | 1011011 | 110010 |
Color Harmonies of #F2580C
Complementary color
Monochromatic Colors of #F2580C
Black with #F2580C
Text Example
Text Example
White with #F2580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2580C; }
p { color: rgb(242,88,12); }
H1.HeaderClassName
{
color: #F2580C;
}
.AnyTagClassName
{
color: #F2580C;
}
</style>
background-color css
<style>
a { background-color: #F2580C; }
a { background-color: rgb(242,88,12); }
div.DivClassName
{
background-color: #F2580C;
}
.BgClassName
{
background-color: #F2580C;
}
</style>
border-color css
<style>
span { border-color: #F2580C; }
span { border-color: rgb(242,88,12); }
td.TdClassName
{
border-color: #F2580C;
}
.TagClassName
{
border-color: #F2580C;
}
</style>