Shades of Persimmon #F25803
Tints of Persimmon #F25803
RGB
CMYK
RGB Variations
Color information
#F25803 (or 0xF25803) is known color: Persimmon. HEX triplet: F2, 58 and 03. RGB value is (242,88,3). Sum of RGB (Red+Green+Blue) = 242+88+3=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F25803 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25803 is #0DA7FC. Grayscale: #7C7C7C. Windows color (decimal): -894973 or 219378. OLE color: 219378.
HSL color Cylindrical-coordinate representation of color #F25803: hue angle of 21.34º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F25803 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 3 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.05 |
| HSL | 21.34º | 0.98% | 0.48% | - |
| HSV(B) | 21.34º | 0.99% | 0.95% | - |
| XYZ | 40.12 | 25.86 | 2.96 | - |
| YUV | 124.36 | 59.52 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 3 | 0 | 0.64 | 0.99 | 0.05 | 21.34 | 0.98 | 0.48 |
| Hex | F2 | 58 | 3 | 0 | 40 | 63 | 5 | 15 | 62 | 30 |
| Octal | 362 | 130 | 3 | 0 | 100 | 143 | 5 | 25 | 142 | 60 |
| Binary | 11110010 | 1011000 | 11 | 0 | 1000000 | 1100011 | 101 | 10101 | 1100010 | 110000 |
Color Harmonies of #F25803
Complementary color
Monochromatic Colors of #F25803
Black with #F25803
Text Example
Text Example
White with #F25803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25803; }
p { color: rgb(242,88,3); }
H1.HeaderClassName
{
color: #F25803;
}
.AnyTagClassName
{
color: #F25803;
}
</style>
background-color css
<style>
a { background-color: #F25803; }
a { background-color: rgb(242,88,3); }
div.DivClassName
{
background-color: #F25803;
}
.BgClassName
{
background-color: #F25803;
}
</style>
border-color css
<style>
span { border-color: #F25803; }
span { border-color: rgb(242,88,3); }
td.TdClassName
{
border-color: #F25803;
}
.TagClassName
{
border-color: #F25803;
}
</style>