Shades of Persimmon #F2521C
Tints of Persimmon #F2521C
RGB
CMYK
RGB Variations
Color information
#F2521C (or 0xF2521C) is known color: Persimmon. HEX triplet: F2, 52 and 1C. RGB value is (242,82,28). Sum of RGB (Red+Green+Blue) = 242+82+28=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F2521C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2521C is #0DADE3. Grayscale: #7C7C7C. Windows color (decimal): -896484 or 1856242. OLE color: 1856242.
HSL color Cylindrical-coordinate representation of color #F2521C: hue angle of 15.14º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2521C is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 28 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.05 |
| HSL | 15.14º | 0.89% | 0.53% | - |
| HSV(B) | 15.14º | 0.88% | 0.95% | - |
| XYZ | 39.84 | 25 | 3.82 | - |
| YUV | 123.68 | 74.01 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 28 | 0 | 0.66 | 0.88 | 0.05 | 15.14 | 0.89 | 0.53 |
| Hex | F2 | 52 | 1C | 0 | 42 | 58 | 5 | F | 59 | 35 |
| Octal | 362 | 122 | 34 | 0 | 102 | 130 | 5 | 17 | 131 | 65 |
| Binary | 11110010 | 1010010 | 11100 | 0 | 1000010 | 1011000 | 101 | 1111 | 1011001 | 110101 |
Color Harmonies of #F2521C
Complementary color
Monochromatic Colors of #F2521C
Black with #F2521C
Text Example
Text Example
White with #F2521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2521C; }
p { color: rgb(242,82,28); }
H1.HeaderClassName
{
color: #F2521C;
}
.AnyTagClassName
{
color: #F2521C;
}
</style>
background-color css
<style>
a { background-color: #F2521C; }
a { background-color: rgb(242,82,28); }
div.DivClassName
{
background-color: #F2521C;
}
.BgClassName
{
background-color: #F2521C;
}
</style>
border-color css
<style>
span { border-color: #F2521C; }
span { border-color: rgb(242,82,28); }
td.TdClassName
{
border-color: #F2521C;
}
.TagClassName
{
border-color: #F2521C;
}
</style>