Shades of Persimmon #F25304
Tints of Persimmon #F25304
RGB
CMYK
RGB Variations
Color information
#F25304 (or 0xF25304) is known color: Persimmon. HEX triplet: F2, 53 and 04. RGB value is (242,83,4). Sum of RGB (Red+Green+Blue) = 242+83+4=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F25304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25304 is #0DACFB. Grayscale: #7A7A7A. Windows color (decimal): -896252 or 283634. OLE color: 283634.
HSL color Cylindrical-coordinate representation of color #F25304: hue angle of 19.92º 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 #F25304 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 4 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.05 |
| HSL | 19.92º | 0.97% | 0.48% | - |
| HSV(B) | 19.92º | 0.98% | 0.95% | - |
| XYZ | 39.73 | 25.07 | 2.86 | - |
| YUV | 121.54 | 61.68 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 4 | 0 | 0.66 | 0.98 | 0.05 | 19.92 | 0.97 | 0.48 |
| Hex | F2 | 53 | 4 | 0 | 42 | 62 | 5 | 14 | 61 | 30 |
| Octal | 362 | 123 | 4 | 0 | 102 | 142 | 5 | 24 | 141 | 60 |
| Binary | 11110010 | 1010011 | 100 | 0 | 1000010 | 1100010 | 101 | 10100 | 1100001 | 110000 |
Color Harmonies of #F25304
Complementary color
Monochromatic Colors of #F25304
Black with #F25304
Text Example
Text Example
White with #F25304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25304; }
p { color: rgb(242,83,4); }
H1.HeaderClassName
{
color: #F25304;
}
.AnyTagClassName
{
color: #F25304;
}
</style>
background-color css
<style>
a { background-color: #F25304; }
a { background-color: rgb(242,83,4); }
div.DivClassName
{
background-color: #F25304;
}
.BgClassName
{
background-color: #F25304;
}
</style>
border-color css
<style>
span { border-color: #F25304; }
span { border-color: rgb(242,83,4); }
td.TdClassName
{
border-color: #F25304;
}
.TagClassName
{
border-color: #F25304;
}
</style>