Shades of Persimmon #F25308
Tints of Persimmon #F25308
RGB
CMYK
RGB Variations
Color information
#F25308 (or 0xF25308) is known color: Persimmon. HEX triplet: F2, 53 and 08. RGB value is (242,83,8). Sum of RGB (Red+Green+Blue) = 242+83+8=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F25308 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25308 is #0DACF7. Grayscale: #7A7A7A. Windows color (decimal): -896248 or 545778. OLE color: 545778.
HSL color Cylindrical-coordinate representation of color #F25308: hue angle of 19.23º 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 #F25308 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 8 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.05 |
| HSL | 19.23º | 0.94% | 0.49% | - |
| HSV(B) | 19.23º | 0.97% | 0.95% | - |
| XYZ | 39.76 | 25.08 | 2.98 | - |
| YUV | 121.99 | 63.68 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 8 | 0 | 0.66 | 0.97 | 0.05 | 19.23 | 0.94 | 0.49 |
| Hex | F2 | 53 | 8 | 0 | 42 | 61 | 5 | 13 | 5E | 31 |
| Octal | 362 | 123 | 10 | 0 | 102 | 141 | 5 | 23 | 136 | 61 |
| Binary | 11110010 | 1010011 | 1000 | 0 | 1000010 | 1100001 | 101 | 10011 | 1011110 | 110001 |
Color Harmonies of #F25308
Complementary color
Monochromatic Colors of #F25308
Black with #F25308
Text Example
Text Example
White with #F25308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25308; }
p { color: rgb(242,83,8); }
H1.HeaderClassName
{
color: #F25308;
}
.AnyTagClassName
{
color: #F25308;
}
</style>
background-color css
<style>
a { background-color: #F25308; }
a { background-color: rgb(242,83,8); }
div.DivClassName
{
background-color: #F25308;
}
.BgClassName
{
background-color: #F25308;
}
</style>
border-color css
<style>
span { border-color: #F25308; }
span { border-color: rgb(242,83,8); }
td.TdClassName
{
border-color: #F25308;
}
.TagClassName
{
border-color: #F25308;
}
</style>