Shades of Persimmon #F25000
Tints of Persimmon #F25000
RGB
CMYK
RGB Variations
Color information
#F25000 (or 0xF25000) is known color: Persimmon. HEX triplet: F2, 50 and 00. RGB value is (242,80,0). Sum of RGB (Red+Green+Blue) = 242+80+0=322 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.16% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 242 - color contains mainly: red. Hex color #F25000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25000 is #0DAFFF. Grayscale: #777777. Windows color (decimal): -897024 or 20722. OLE color: 20722.
HSL color Cylindrical-coordinate representation of color #F25000: hue angle of 19.83º 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 #F25000 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.05 |
| HSL | 19.83º | 1% | 0.47% | - |
| HSV(B) | 19.83º | 1% | 0.95% | - |
| XYZ | 39.49 | 24.61 | 2.67 | - |
| YUV | 119.32 | 60.67 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 0 | 0 | 0.67 | 1 | 0.05 | 19.83 | 1 | 0.47 |
| Hex | F2 | 50 | 0 | 0 | 43 | 64 | 5 | 14 | 64 | 2F |
| Octal | 362 | 120 | 0 | 0 | 103 | 144 | 5 | 24 | 144 | 57 |
| Binary | 11110010 | 1010000 | 0 | 0 | 1000011 | 1100100 | 101 | 10100 | 1100100 | 101111 |
Color Harmonies of #F25000
Complementary color
Monochromatic Colors of #F25000
Black with #F25000
Text Example
Text Example
White with #F25000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25000; }
p { color: rgb(242,80,0); }
H1.HeaderClassName
{
color: #F25000;
}
.AnyTagClassName
{
color: #F25000;
}
</style>
background-color css
<style>
a { background-color: #F25000; }
a { background-color: rgb(242,80,0); }
div.DivClassName
{
background-color: #F25000;
}
.BgClassName
{
background-color: #F25000;
}
</style>
border-color css
<style>
span { border-color: #F25000; }
span { border-color: rgb(242,80,0); }
td.TdClassName
{
border-color: #F25000;
}
.TagClassName
{
border-color: #F25000;
}
</style>