Shades of Persimmon #F2580B
Tints of Persimmon #F2580B
RGB
CMYK
RGB Variations
Color information
#F2580B (or 0xF2580B) is known color: Persimmon. HEX triplet: F2, 58 and 0B. RGB value is (242,88,11). Sum of RGB (Red+Green+Blue) = 242+88+11=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F2580B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2580B is #0DA7F4. Grayscale: #7D7D7D. Windows color (decimal): -894965 or 743666. OLE color: 743666.
HSL color Cylindrical-coordinate representation of color #F2580B: hue angle of 20º 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 #F2580B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.05 |
| HSL | 20º | 0.91% | 0.5% | - |
| HSV(B) | 20º | 0.95% | 0.95% | - |
| XYZ | 40.17 | 25.88 | 3.2 | - |
| YUV | 125.27 | 63.52 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 11 | 0 | 0.64 | 0.95 | 0.05 | 20 | 0.91 | 0.5 |
| Hex | F2 | 58 | B | 0 | 40 | 5F | 5 | 14 | 5B | 32 |
| Octal | 362 | 130 | 13 | 0 | 100 | 137 | 5 | 24 | 133 | 62 |
| Binary | 11110010 | 1011000 | 1011 | 0 | 1000000 | 1011111 | 101 | 10100 | 1011011 | 110010 |
Color Harmonies of #F2580B
Complementary color
Monochromatic Colors of #F2580B
Black with #F2580B
Text Example
Text Example
White with #F2580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2580B; }
p { color: rgb(242,88,11); }
H1.HeaderClassName
{
color: #F2580B;
}
.AnyTagClassName
{
color: #F2580B;
}
</style>
background-color css
<style>
a { background-color: #F2580B; }
a { background-color: rgb(242,88,11); }
div.DivClassName
{
background-color: #F2580B;
}
.BgClassName
{
background-color: #F2580B;
}
</style>
border-color css
<style>
span { border-color: #F2580B; }
span { border-color: rgb(242,88,11); }
td.TdClassName
{
border-color: #F2580B;
}
.TagClassName
{
border-color: #F2580B;
}
</style>