Shades of Persimmon #F2531B
Tints of Persimmon #F2531B
RGB
CMYK
RGB Variations
Color information
#F2531B (or 0xF2531B) is known color: Persimmon. HEX triplet: F2, 53 and 1B. RGB value is (242,83,27). Sum of RGB (Red+Green+Blue) = 242+83+27=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F2531B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2531B is #0DACE4. Grayscale: #7C7C7C. Windows color (decimal): -896229 or 1790962. OLE color: 1790962.
HSL color Cylindrical-coordinate representation of color #F2531B: hue angle of 15.63º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2531B is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 27 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.05 |
| HSL | 15.63º | 0.89% | 0.53% | - |
| HSV(B) | 15.63º | 0.89% | 0.95% | - |
| XYZ | 39.91 | 25.14 | 3.79 | - |
| YUV | 124.16 | 73.18 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 27 | 0 | 0.66 | 0.89 | 0.05 | 15.63 | 0.89 | 0.53 |
| Hex | F2 | 53 | 1B | 0 | 42 | 59 | 5 | 10 | 59 | 35 |
| Octal | 362 | 123 | 33 | 0 | 102 | 131 | 5 | 20 | 131 | 65 |
| Binary | 11110010 | 1010011 | 11011 | 0 | 1000010 | 1011001 | 101 | 10000 | 1011001 | 110101 |
Color Harmonies of #F2531B
Complementary color
Monochromatic Colors of #F2531B
Black with #F2531B
Text Example
Text Example
White with #F2531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2531B; }
p { color: rgb(242,83,27); }
H1.HeaderClassName
{
color: #F2531B;
}
.AnyTagClassName
{
color: #F2531B;
}
</style>
background-color css
<style>
a { background-color: #F2531B; }
a { background-color: rgb(242,83,27); }
div.DivClassName
{
background-color: #F2531B;
}
.BgClassName
{
background-color: #F2531B;
}
</style>
border-color css
<style>
span { border-color: #F2531B; }
span { border-color: rgb(242,83,27); }
td.TdClassName
{
border-color: #F2531B;
}
.TagClassName
{
border-color: #F2531B;
}
</style>