Shades of Persimmon #F25C04
Tints of Persimmon #F25C04
RGB
CMYK
RGB Variations
Color information
#F25C04 (or 0xF25C04) is known color: Persimmon. HEX triplet: F2, 5C and 04. RGB value is (242,92,4). Sum of RGB (Red+Green+Blue) = 242+92+4=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25C04 is #0DA3FB. Grayscale: #7F7F7F. Windows color (decimal): -893948 or 285938. OLE color: 285938.
HSL color Cylindrical-coordinate representation of color #F25C04: hue angle of 22.18º degrees, saturation: 0.97, 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 #F25C04 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.05 |
| HSL | 22.18º | 0.97% | 0.48% | - |
| HSV(B) | 22.18º | 0.98% | 0.95% | - |
| XYZ | 40.47 | 26.54 | 3.1 | - |
| YUV | 126.82 | 58.7 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 4 | 0 | 0.62 | 0.98 | 0.05 | 22.18 | 0.97 | 0.48 |
| Hex | F2 | 5C | 4 | 0 | 3E | 62 | 5 | 16 | 61 | 30 |
| Octal | 362 | 134 | 4 | 0 | 76 | 142 | 5 | 26 | 141 | 60 |
| Binary | 11110010 | 1011100 | 100 | 0 | 111110 | 1100010 | 101 | 10110 | 1100001 | 110000 |
Color Harmonies of #F25C04
Complementary color
Monochromatic Colors of #F25C04
Black with #F25C04
Text Example
Text Example
White with #F25C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25C04; }
p { color: rgb(242,92,4); }
H1.HeaderClassName
{
color: #F25C04;
}
.AnyTagClassName
{
color: #F25C04;
}
</style>
background-color css
<style>
a { background-color: #F25C04; }
a { background-color: rgb(242,92,4); }
div.DivClassName
{
background-color: #F25C04;
}
.BgClassName
{
background-color: #F25C04;
}
</style>
border-color css
<style>
span { border-color: #F25C04; }
span { border-color: rgb(242,92,4); }
td.TdClassName
{
border-color: #F25C04;
}
.TagClassName
{
border-color: #F25C04;
}
</style>