Shades of Persimmon #F25706
Tints of Persimmon #F25706
RGB
CMYK
RGB Variations
Color information
#F25706 (or 0xF25706) is known color: Persimmon. HEX triplet: F2, 57 and 06. RGB value is (242,87,6). Sum of RGB (Red+Green+Blue) = 242+87+6=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F25706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25706 is #0DA8F9. Grayscale: #7C7C7C. Windows color (decimal): -895226 or 415730. OLE color: 415730.
HSL color Cylindrical-coordinate representation of color #F25706: hue angle of 20.59º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F25706 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 6 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.05 |
| HSL | 20.59º | 0.95% | 0.49% | - |
| HSV(B) | 20.59º | 0.98% | 0.95% | - |
| XYZ | 40.06 | 25.71 | 3.02 | - |
| YUV | 124.11 | 61.35 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 6 | 0 | 0.64 | 0.98 | 0.05 | 20.59 | 0.95 | 0.49 |
| Hex | F2 | 57 | 6 | 0 | 40 | 62 | 5 | 15 | 5F | 31 |
| Octal | 362 | 127 | 6 | 0 | 100 | 142 | 5 | 25 | 137 | 61 |
| Binary | 11110010 | 1010111 | 110 | 0 | 1000000 | 1100010 | 101 | 10101 | 1011111 | 110001 |
Color Harmonies of #F25706
Complementary color
Monochromatic Colors of #F25706
Black with #F25706
Text Example
Text Example
White with #F25706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25706; }
p { color: rgb(242,87,6); }
H1.HeaderClassName
{
color: #F25706;
}
.AnyTagClassName
{
color: #F25706;
}
</style>
background-color css
<style>
a { background-color: #F25706; }
a { background-color: rgb(242,87,6); }
div.DivClassName
{
background-color: #F25706;
}
.BgClassName
{
background-color: #F25706;
}
</style>
border-color css
<style>
span { border-color: #F25706; }
span { border-color: rgb(242,87,6); }
td.TdClassName
{
border-color: #F25706;
}
.TagClassName
{
border-color: #F25706;
}
</style>