Shades of Persimmon #F25605
Tints of Persimmon #F25605
RGB
CMYK
RGB Variations
Color information
#F25605 (or 0xF25605) is known color: Persimmon. HEX triplet: F2, 56 and 05. RGB value is (242,86,5). Sum of RGB (Red+Green+Blue) = 242+86+5=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F25605 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25605 is #0DA9FA. Grayscale: #7B7B7B. Windows color (decimal): -895483 or 349938. OLE color: 349938.
HSL color Cylindrical-coordinate representation of color #F25605: hue angle of 20.51º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F25605 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 5 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.05 |
| HSL | 20.51º | 0.96% | 0.48% | - |
| HSV(B) | 20.51º | 0.98% | 0.95% | - |
| XYZ | 39.97 | 25.54 | 2.97 | - |
| YUV | 123.41 | 61.18 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 5 | 0 | 0.64 | 0.98 | 0.05 | 20.51 | 0.96 | 0.48 |
| Hex | F2 | 56 | 5 | 0 | 40 | 62 | 5 | 15 | 60 | 30 |
| Octal | 362 | 126 | 5 | 0 | 100 | 142 | 5 | 25 | 140 | 60 |
| Binary | 11110010 | 1010110 | 101 | 0 | 1000000 | 1100010 | 101 | 10101 | 1100000 | 110000 |
Color Harmonies of #F25605
Complementary color
Monochromatic Colors of #F25605
Black with #F25605
Text Example
Text Example
White with #F25605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25605; }
p { color: rgb(242,86,5); }
H1.HeaderClassName
{
color: #F25605;
}
.AnyTagClassName
{
color: #F25605;
}
</style>
background-color css
<style>
a { background-color: #F25605; }
a { background-color: rgb(242,86,5); }
div.DivClassName
{
background-color: #F25605;
}
.BgClassName
{
background-color: #F25605;
}
</style>
border-color css
<style>
span { border-color: #F25605; }
span { border-color: rgb(242,86,5); }
td.TdClassName
{
border-color: #F25605;
}
.TagClassName
{
border-color: #F25605;
}
</style>