Shades of Persimmon #F25900
Tints of Persimmon #F25900
RGB
CMYK
RGB Variations
Color information
#F25900 (or 0xF25900) is known color: Persimmon. HEX triplet: F2, 59 and 00. RGB value is (242,89,0). Sum of RGB (Red+Green+Blue) = 242+89+0=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F25900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25900 is #0DA6FF. Grayscale: #7D7D7D. Windows color (decimal): -894720 or 23026. OLE color: 23026.
HSL color Cylindrical-coordinate representation of color #F25900: hue angle of 22.07º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F25900 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.05 |
| HSL | 22.07º | 1% | 0.47% | - |
| HSV(B) | 22.07º | 1% | 0.95% | - |
| XYZ | 40.19 | 26.02 | 2.9 | - |
| YUV | 124.6 | 57.69 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 0 | 0 | 0.63 | 1 | 0.05 | 22.07 | 1 | 0.47 |
| Hex | F2 | 59 | 0 | 0 | 3F | 64 | 5 | 16 | 64 | 2F |
| Octal | 362 | 131 | 0 | 0 | 77 | 144 | 5 | 26 | 144 | 57 |
| Binary | 11110010 | 1011001 | 0 | 0 | 111111 | 1100100 | 101 | 10110 | 1100100 | 101111 |
Color Harmonies of #F25900
Complementary color
Monochromatic Colors of #F25900
Black with #F25900
Text Example
Text Example
White with #F25900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25900; }
p { color: rgb(242,89,0); }
H1.HeaderClassName
{
color: #F25900;
}
.AnyTagClassName
{
color: #F25900;
}
</style>
background-color css
<style>
a { background-color: #F25900; }
a { background-color: rgb(242,89,0); }
div.DivClassName
{
background-color: #F25900;
}
.BgClassName
{
background-color: #F25900;
}
</style>
border-color css
<style>
span { border-color: #F25900; }
span { border-color: rgb(242,89,0); }
td.TdClassName
{
border-color: #F25900;
}
.TagClassName
{
border-color: #F25900;
}
</style>