Shades of Persimmon #F2520C
Tints of Persimmon #F2520C
RGB
CMYK
RGB Variations
Color information
#F2520C (or 0xF2520C) is known color: Persimmon. HEX triplet: F2, 52 and 0C. RGB value is (242,82,12). Sum of RGB (Red+Green+Blue) = 242+82+12=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F2520C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2520C is #0DADF3. Grayscale: #7A7A7A. Windows color (decimal): -896500 or 807666. OLE color: 807666.
HSL color Cylindrical-coordinate representation of color #F2520C: hue angle of 18.26º 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 #F2520C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 12 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.05 |
| HSL | 18.26º | 0.91% | 0.5% | - |
| HSV(B) | 18.26º | 0.95% | 0.95% | - |
| XYZ | 39.7 | 24.94 | 3.07 | - |
| YUV | 121.86 | 66.01 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 12 | 0 | 0.66 | 0.95 | 0.05 | 18.26 | 0.91 | 0.5 |
| Hex | F2 | 52 | C | 0 | 42 | 5F | 5 | 12 | 5B | 32 |
| Octal | 362 | 122 | 14 | 0 | 102 | 137 | 5 | 22 | 133 | 62 |
| Binary | 11110010 | 1010010 | 1100 | 0 | 1000010 | 1011111 | 101 | 10010 | 1011011 | 110010 |
Color Harmonies of #F2520C
Complementary color
Monochromatic Colors of #F2520C
Black with #F2520C
Text Example
Text Example
White with #F2520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2520C; }
p { color: rgb(242,82,12); }
H1.HeaderClassName
{
color: #F2520C;
}
.AnyTagClassName
{
color: #F2520C;
}
</style>
background-color css
<style>
a { background-color: #F2520C; }
a { background-color: rgb(242,82,12); }
div.DivClassName
{
background-color: #F2520C;
}
.BgClassName
{
background-color: #F2520C;
}
</style>
border-color css
<style>
span { border-color: #F2520C; }
span { border-color: rgb(242,82,12); }
td.TdClassName
{
border-color: #F2520C;
}
.TagClassName
{
border-color: #F2520C;
}
</style>