Shades of Persimmon #F25D06
Tints of Persimmon #F25D06
RGB
CMYK
RGB Variations
Color information
#F25D06 (or 0xF25D06) is known color: Persimmon. HEX triplet: F2, 5D and 06. RGB value is (242,93,6). Sum of RGB (Red+Green+Blue) = 242+93+6=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25D06 is #0DA2F9. Grayscale: #808080. Windows color (decimal): -893690 or 417266. OLE color: 417266.
HSL color Cylindrical-coordinate representation of color #F25D06: hue angle of 22.12º 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 #F25D06 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 6 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.05 |
| HSL | 22.12º | 0.95% | 0.49% | - |
| HSV(B) | 22.12º | 0.98% | 0.95% | - |
| XYZ | 40.57 | 26.72 | 3.19 | - |
| YUV | 127.63 | 59.36 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 6 | 0 | 0.62 | 0.98 | 0.05 | 22.12 | 0.95 | 0.49 |
| Hex | F2 | 5D | 6 | 0 | 3E | 62 | 5 | 16 | 5F | 31 |
| Octal | 362 | 135 | 6 | 0 | 76 | 142 | 5 | 26 | 137 | 61 |
| Binary | 11110010 | 1011101 | 110 | 0 | 111110 | 1100010 | 101 | 10110 | 1011111 | 110001 |
Color Harmonies of #F25D06
Complementary color
Monochromatic Colors of #F25D06
Black with #F25D06
Text Example
Text Example
White with #F25D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25D06; }
p { color: rgb(242,93,6); }
H1.HeaderClassName
{
color: #F25D06;
}
.AnyTagClassName
{
color: #F25D06;
}
</style>
background-color css
<style>
a { background-color: #F25D06; }
a { background-color: rgb(242,93,6); }
div.DivClassName
{
background-color: #F25D06;
}
.BgClassName
{
background-color: #F25D06;
}
</style>
border-color css
<style>
span { border-color: #F25D06; }
span { border-color: rgb(242,93,6); }
td.TdClassName
{
border-color: #F25D06;
}
.TagClassName
{
border-color: #F25D06;
}
</style>