Shades of Persimmon #F25E0F
Tints of Persimmon #F25E0F
RGB
CMYK
RGB Variations
Color information
#F25E0F (or 0xF25E0F) is known color: Persimmon. HEX triplet: F2, 5E and 0F. RGB value is (242,94,15). Sum of RGB (Red+Green+Blue) = 242+94+15=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25E0F is #0DA1F0. Grayscale: #818181. Windows color (decimal): -893425 or 1007346. OLE color: 1007346.
HSL color Cylindrical-coordinate representation of color #F25E0F: hue angle of 20.88º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F25E0F is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 15 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.05 |
| HSL | 20.88º | 0.9% | 0.5% | - |
| HSV(B) | 20.88º | 0.94% | 0.95% | - |
| XYZ | 40.71 | 26.92 | 3.5 | - |
| YUV | 129.25 | 63.53 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 15 | 0 | 0.61 | 0.94 | 0.05 | 20.88 | 0.9 | 0.5 |
| Hex | F2 | 5E | F | 0 | 3D | 5E | 5 | 15 | 5A | 32 |
| Octal | 362 | 136 | 17 | 0 | 75 | 136 | 5 | 25 | 132 | 62 |
| Binary | 11110010 | 1011110 | 1111 | 0 | 111101 | 1011110 | 101 | 10101 | 1011010 | 110010 |
Color Harmonies of #F25E0F
Complementary color
Monochromatic Colors of #F25E0F
Black with #F25E0F
Text Example
Text Example
White with #F25E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25E0F; }
p { color: rgb(242,94,15); }
H1.HeaderClassName
{
color: #F25E0F;
}
.AnyTagClassName
{
color: #F25E0F;
}
</style>
background-color css
<style>
a { background-color: #F25E0F; }
a { background-color: rgb(242,94,15); }
div.DivClassName
{
background-color: #F25E0F;
}
.BgClassName
{
background-color: #F25E0F;
}
</style>
border-color css
<style>
span { border-color: #F25E0F; }
span { border-color: rgb(242,94,15); }
td.TdClassName
{
border-color: #F25E0F;
}
.TagClassName
{
border-color: #F25E0F;
}
</style>