Shades of Persimmon #F25601
Tints of Persimmon #F25601
RGB
CMYK
RGB Variations
Color information
#F25601 (or 0xF25601) is known color: Persimmon. HEX triplet: F2, 56 and 01. RGB value is (242,86,1). Sum of RGB (Red+Green+Blue) = 242+86+1=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F25601 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25601 is #0DA9FE. Grayscale: #7B7B7B. Windows color (decimal): -895487 or 87794. OLE color: 87794.
HSL color Cylindrical-coordinate representation of color #F25601: hue angle of 21.16º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F25601 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.05 |
| HSL | 21.16º | 0.99% | 0.48% | - |
| HSV(B) | 21.16º | 1% | 0.95% | - |
| XYZ | 39.95 | 25.54 | 2.85 | - |
| YUV | 122.95 | 59.18 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 1 | 0 | 0.64 | 1.00 | 0.05 | 21.16 | 0.99 | 0.48 |
| Hex | F2 | 56 | 1 | 0 | 40 | 64 | 5 | 15 | 63 | 30 |
| Octal | 362 | 126 | 1 | 0 | 100 | 144 | 5 | 25 | 143 | 60 |
| Binary | 11110010 | 1010110 | 1 | 0 | 1000000 | 1100100 | 101 | 10101 | 1100011 | 110000 |
Color Harmonies of #F25601
Complementary color
Monochromatic Colors of #F25601
Black with #F25601
Text Example
Text Example
White with #F25601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25601; }
p { color: rgb(242,86,1); }
H1.HeaderClassName
{
color: #F25601;
}
.AnyTagClassName
{
color: #F25601;
}
</style>
background-color css
<style>
a { background-color: #F25601; }
a { background-color: rgb(242,86,1); }
div.DivClassName
{
background-color: #F25601;
}
.BgClassName
{
background-color: #F25601;
}
</style>
border-color css
<style>
span { border-color: #F25601; }
span { border-color: rgb(242,86,1); }
td.TdClassName
{
border-color: #F25601;
}
.TagClassName
{
border-color: #F25601;
}
</style>