Shades of Persimmon #F25600
Tints of Persimmon #F25600
RGB
CMYK
RGB Variations
Color information
#F25600 (or 0xF25600) is known color: Persimmon. HEX triplet: F2, 56 and 00. RGB value is (242,86,0). Sum of RGB (Red+Green+Blue) = 242+86+0=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F25600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25600 is #0DA9FF. Grayscale: #7B7B7B. Windows color (decimal): -895488 or 22258. OLE color: 22258.
HSL color Cylindrical-coordinate representation of color #F25600: hue angle of 21.32º 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 #F25600 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.05 |
| HSL | 21.32º | 1% | 0.47% | - |
| HSV(B) | 21.32º | 1% | 0.95% | - |
| XYZ | 39.95 | 25.53 | 2.82 | - |
| YUV | 122.84 | 58.68 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 0 | 0 | 0.64 | 1 | 0.05 | 21.32 | 1 | 0.47 |
| Hex | F2 | 56 | 0 | 0 | 40 | 64 | 5 | 15 | 64 | 2F |
| Octal | 362 | 126 | 0 | 0 | 100 | 144 | 5 | 25 | 144 | 57 |
| Binary | 11110010 | 1010110 | 0 | 0 | 1000000 | 1100100 | 101 | 10101 | 1100100 | 101111 |
Color Harmonies of #F25600
Complementary color
Monochromatic Colors of #F25600
Black with #F25600
Text Example
Text Example
White with #F25600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25600; }
p { color: rgb(242,86,0); }
H1.HeaderClassName
{
color: #F25600;
}
.AnyTagClassName
{
color: #F25600;
}
</style>
background-color css
<style>
a { background-color: #F25600; }
a { background-color: rgb(242,86,0); }
div.DivClassName
{
background-color: #F25600;
}
.BgClassName
{
background-color: #F25600;
}
</style>
border-color css
<style>
span { border-color: #F25600; }
span { border-color: rgb(242,86,0); }
td.TdClassName
{
border-color: #F25600;
}
.TagClassName
{
border-color: #F25600;
}
</style>