Shades of Persimmon #F25E08
Tints of Persimmon #F25E08
RGB
CMYK
RGB Variations
Color information
#F25E08 (or 0xF25E08) is known color: Persimmon. HEX triplet: F2, 5E and 08. RGB value is (242,94,8). Sum of RGB (Red+Green+Blue) = 242+94+8=344 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.35% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 242 - color contains mainly: red. Hex color #F25E08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25E08 is #0DA1F7. Grayscale: #808080. Windows color (decimal): -893432 or 548594. OLE color: 548594.
HSL color Cylindrical-coordinate representation of color #F25E08: hue angle of 22.05º 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 #F25E08 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 94 | 8 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.05 |
| HSL | 22.05º | 0.94% | 0.49% | - |
| HSV(B) | 22.05º | 0.97% | 0.95% | - |
| XYZ | 40.66 | 26.9 | 3.28 | - |
| YUV | 128.45 | 60.03 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 94 | 8 | 0 | 0.61 | 0.97 | 0.05 | 22.05 | 0.94 | 0.49 |
| Hex | F2 | 5E | 8 | 0 | 3D | 61 | 5 | 16 | 5E | 31 |
| Octal | 362 | 136 | 10 | 0 | 75 | 141 | 5 | 26 | 136 | 61 |
| Binary | 11110010 | 1011110 | 1000 | 0 | 111101 | 1100001 | 101 | 10110 | 1011110 | 110001 |
Color Harmonies of #F25E08
Complementary color
Monochromatic Colors of #F25E08
Black with #F25E08
Text Example
Text Example
White with #F25E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25E08; }
p { color: rgb(242,94,8); }
H1.HeaderClassName
{
color: #F25E08;
}
.AnyTagClassName
{
color: #F25E08;
}
</style>
background-color css
<style>
a { background-color: #F25E08; }
a { background-color: rgb(242,94,8); }
div.DivClassName
{
background-color: #F25E08;
}
.BgClassName
{
background-color: #F25E08;
}
</style>
border-color css
<style>
span { border-color: #F25E08; }
span { border-color: rgb(242,94,8); }
td.TdClassName
{
border-color: #F25E08;
}
.TagClassName
{
border-color: #F25E08;
}
</style>