Shades of Persimmon #F2500A
Tints of Persimmon #F2500A
RGB
CMYK
RGB Variations
Color information
#F2500A (or 0xF2500A) is known color: Persimmon. HEX triplet: F2, 50 and 0A. RGB value is (242,80,10). Sum of RGB (Red+Green+Blue) = 242+80+10=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F2500A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2500A is #0DAFF5. Grayscale: #787878. Windows color (decimal): -897014 or 676082. OLE color: 676082.
HSL color Cylindrical-coordinate representation of color #F2500A: hue angle of 18.1º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2500A is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 10 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.05 |
| HSL | 18.1º | 0.92% | 0.49% | - |
| HSV(B) | 18.1º | 0.96% | 0.95% | - |
| XYZ | 39.54 | 24.64 | 2.96 | - |
| YUV | 120.46 | 65.67 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 10 | 0 | 0.67 | 0.96 | 0.05 | 18.1 | 0.92 | 0.49 |
| Hex | F2 | 50 | A | 0 | 43 | 60 | 5 | 12 | 5C | 31 |
| Octal | 362 | 120 | 12 | 0 | 103 | 140 | 5 | 22 | 134 | 61 |
| Binary | 11110010 | 1010000 | 1010 | 0 | 1000011 | 1100000 | 101 | 10010 | 1011100 | 110001 |
Color Harmonies of #F2500A
Complementary color
Monochromatic Colors of #F2500A
Black with #F2500A
Text Example
Text Example
White with #F2500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2500A; }
p { color: rgb(242,80,10); }
H1.HeaderClassName
{
color: #F2500A;
}
.AnyTagClassName
{
color: #F2500A;
}
</style>
background-color css
<style>
a { background-color: #F2500A; }
a { background-color: rgb(242,80,10); }
div.DivClassName
{
background-color: #F2500A;
}
.BgClassName
{
background-color: #F2500A;
}
</style>
border-color css
<style>
span { border-color: #F2500A; }
span { border-color: rgb(242,80,10); }
td.TdClassName
{
border-color: #F2500A;
}
.TagClassName
{
border-color: #F2500A;
}
</style>