Shades of Persimmon #F25405
Tints of Persimmon #F25405
RGB
CMYK
RGB Variations
Color information
#F25405 (or 0xF25405) is known color: Persimmon. HEX triplet: F2, 54 and 05. RGB value is (242,84,5). Sum of RGB (Red+Green+Blue) = 242+84+5=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F25405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25405 is #0DABFA. Grayscale: #7A7A7A. Windows color (decimal): -895995 or 349426. OLE color: 349426.
HSL color Cylindrical-coordinate representation of color #F25405: hue angle of 20º degrees, saturation: 0.96, 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 #F25405 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 5 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.05 |
| HSL | 20º | 0.96% | 0.48% | - |
| HSV(B) | 20º | 0.98% | 0.95% | - |
| XYZ | 39.82 | 25.23 | 2.91 | - |
| YUV | 122.24 | 61.85 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 5 | 0 | 0.65 | 0.98 | 0.05 | 20 | 0.96 | 0.48 |
| Hex | F2 | 54 | 5 | 0 | 41 | 62 | 5 | 14 | 60 | 30 |
| Octal | 362 | 124 | 5 | 0 | 101 | 142 | 5 | 24 | 140 | 60 |
| Binary | 11110010 | 1010100 | 101 | 0 | 1000001 | 1100010 | 101 | 10100 | 1100000 | 110000 |
Color Harmonies of #F25405
Complementary color
Monochromatic Colors of #F25405
Black with #F25405
Text Example
Text Example
White with #F25405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25405; }
p { color: rgb(242,84,5); }
H1.HeaderClassName
{
color: #F25405;
}
.AnyTagClassName
{
color: #F25405;
}
</style>
background-color css
<style>
a { background-color: #F25405; }
a { background-color: rgb(242,84,5); }
div.DivClassName
{
background-color: #F25405;
}
.BgClassName
{
background-color: #F25405;
}
</style>
border-color css
<style>
span { border-color: #F25405; }
span { border-color: rgb(242,84,5); }
td.TdClassName
{
border-color: #F25405;
}
.TagClassName
{
border-color: #F25405;
}
</style>