Shades of Persimmon #F25407
Tints of Persimmon #F25407
RGB
CMYK
RGB Variations
Color information
#F25407 (or 0xF25407) is known color: Persimmon. HEX triplet: F2, 54 and 07. RGB value is (242,84,7). Sum of RGB (Red+Green+Blue) = 242+84+7=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F25407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25407 is #0DABF8. Grayscale: #7A7A7A. Windows color (decimal): -895993 or 480498. OLE color: 480498.
HSL color Cylindrical-coordinate representation of color #F25407: hue angle of 19.66º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F25407 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 7 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.05 |
| HSL | 19.66º | 0.94% | 0.49% | - |
| HSV(B) | 19.66º | 0.97% | 0.95% | - |
| XYZ | 39.83 | 25.23 | 2.97 | - |
| YUV | 122.46 | 62.85 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 7 | 0 | 0.65 | 0.97 | 0.05 | 19.66 | 0.94 | 0.49 |
| Hex | F2 | 54 | 7 | 0 | 41 | 61 | 5 | 14 | 5E | 31 |
| Octal | 362 | 124 | 7 | 0 | 101 | 141 | 5 | 24 | 136 | 61 |
| Binary | 11110010 | 1010100 | 111 | 0 | 1000001 | 1100001 | 101 | 10100 | 1011110 | 110001 |
Color Harmonies of #F25407
Complementary color
Monochromatic Colors of #F25407
Black with #F25407
Text Example
Text Example
White with #F25407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25407; }
p { color: rgb(242,84,7); }
H1.HeaderClassName
{
color: #F25407;
}
.AnyTagClassName
{
color: #F25407;
}
</style>
background-color css
<style>
a { background-color: #F25407; }
a { background-color: rgb(242,84,7); }
div.DivClassName
{
background-color: #F25407;
}
.BgClassName
{
background-color: #F25407;
}
</style>
border-color css
<style>
span { border-color: #F25407; }
span { border-color: rgb(242,84,7); }
td.TdClassName
{
border-color: #F25407;
}
.TagClassName
{
border-color: #F25407;
}
</style>