Shades of Persimmon #F25310
Tints of Persimmon #F25310
RGB
CMYK
RGB Variations
Color information
#F25310 (or 0xF25310) is known color: Persimmon. HEX triplet: F2, 53 and 10. RGB value is (242,83,16). Sum of RGB (Red+Green+Blue) = 242+83+16=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F25310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25310 is #0DACEF. Grayscale: #7B7B7B. Windows color (decimal): -896240 or 1070066. OLE color: 1070066.
HSL color Cylindrical-coordinate representation of color #F25310: hue angle of 17.79º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F25310 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.05 |
| HSL | 17.79º | 0.9% | 0.51% | - |
| HSV(B) | 17.79º | 0.93% | 0.95% | - |
| XYZ | 39.8 | 25.1 | 3.24 | - |
| YUV | 122.9 | 67.68 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 16 | 0 | 0.66 | 0.93 | 0.05 | 17.79 | 0.9 | 0.51 |
| Hex | F2 | 53 | 10 | 0 | 42 | 5D | 5 | 12 | 5A | 33 |
| Octal | 362 | 123 | 20 | 0 | 102 | 135 | 5 | 22 | 132 | 63 |
| Binary | 11110010 | 1010011 | 10000 | 0 | 1000010 | 1011101 | 101 | 10010 | 1011010 | 110011 |
Color Harmonies of #F25310
Complementary color
Monochromatic Colors of #F25310
Black with #F25310
Text Example
Text Example
White with #F25310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25310; }
p { color: rgb(242,83,16); }
H1.HeaderClassName
{
color: #F25310;
}
.AnyTagClassName
{
color: #F25310;
}
</style>
background-color css
<style>
a { background-color: #F25310; }
a { background-color: rgb(242,83,16); }
div.DivClassName
{
background-color: #F25310;
}
.BgClassName
{
background-color: #F25310;
}
</style>
border-color css
<style>
span { border-color: #F25310; }
span { border-color: rgb(242,83,16); }
td.TdClassName
{
border-color: #F25310;
}
.TagClassName
{
border-color: #F25310;
}
</style>