Shades of Persimmon #F25408
Tints of Persimmon #F25408
RGB
CMYK
RGB Variations
Color information
#F25408 (or 0xF25408) is known color: Persimmon. HEX triplet: F2, 54 and 08. RGB value is (242,84,8). Sum of RGB (Red+Green+Blue) = 242+84+8=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F25408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25408 is #0DABF7. Grayscale: #7B7B7B. Windows color (decimal): -895992 or 546034. OLE color: 546034.
HSL color Cylindrical-coordinate representation of color #F25408: hue angle of 19.49º 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 #F25408 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 8 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.05 |
| HSL | 19.49º | 0.94% | 0.49% | - |
| HSV(B) | 19.49º | 0.97% | 0.95% | - |
| XYZ | 39.83 | 25.24 | 3 | - |
| YUV | 122.58 | 63.35 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 8 | 0 | 0.65 | 0.97 | 0.05 | 19.49 | 0.94 | 0.49 |
| Hex | F2 | 54 | 8 | 0 | 41 | 61 | 5 | 13 | 5E | 31 |
| Octal | 362 | 124 | 10 | 0 | 101 | 141 | 5 | 23 | 136 | 61 |
| Binary | 11110010 | 1010100 | 1000 | 0 | 1000001 | 1100001 | 101 | 10011 | 1011110 | 110001 |
Color Harmonies of #F25408
Complementary color
Monochromatic Colors of #F25408
Black with #F25408
Text Example
Text Example
White with #F25408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25408; }
p { color: rgb(242,84,8); }
H1.HeaderClassName
{
color: #F25408;
}
.AnyTagClassName
{
color: #F25408;
}
</style>
background-color css
<style>
a { background-color: #F25408; }
a { background-color: rgb(242,84,8); }
div.DivClassName
{
background-color: #F25408;
}
.BgClassName
{
background-color: #F25408;
}
</style>
border-color css
<style>
span { border-color: #F25408; }
span { border-color: rgb(242,84,8); }
td.TdClassName
{
border-color: #F25408;
}
.TagClassName
{
border-color: #F25408;
}
</style>