Shades of Persimmon #F25501
Tints of Persimmon #F25501
RGB
CMYK
RGB Variations
Color information
#F25501 (or 0xF25501) is known color: Persimmon. HEX triplet: F2, 55 and 01. RGB value is (242,85,1). Sum of RGB (Red+Green+Blue) = 242+85+1=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F25501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25501 is #0DAAFE. Grayscale: #7A7A7A. Windows color (decimal): -895743 or 87538. OLE color: 87538.
HSL color Cylindrical-coordinate representation of color #F25501: hue angle of 20.91º 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 #F25501 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 1 | - |
| CMYK | 0 | 0.65 | 1.00 | 0.05 |
| HSL | 20.91º | 0.99% | 0.48% | - |
| HSV(B) | 20.91º | 1% | 0.95% | - |
| XYZ | 39.87 | 25.38 | 2.83 | - |
| YUV | 122.37 | 59.51 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 1 | 0 | 0.65 | 1.00 | 0.05 | 20.91 | 0.99 | 0.48 |
| Hex | F2 | 55 | 1 | 0 | 41 | 64 | 5 | 15 | 63 | 30 |
| Octal | 362 | 125 | 1 | 0 | 101 | 144 | 5 | 25 | 143 | 60 |
| Binary | 11110010 | 1010101 | 1 | 0 | 1000001 | 1100100 | 101 | 10101 | 1100011 | 110000 |
Color Harmonies of #F25501
Complementary color
Monochromatic Colors of #F25501
Black with #F25501
Text Example
Text Example
White with #F25501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25501; }
p { color: rgb(242,85,1); }
H1.HeaderClassName
{
color: #F25501;
}
.AnyTagClassName
{
color: #F25501;
}
</style>
background-color css
<style>
a { background-color: #F25501; }
a { background-color: rgb(242,85,1); }
div.DivClassName
{
background-color: #F25501;
}
.BgClassName
{
background-color: #F25501;
}
</style>
border-color css
<style>
span { border-color: #F25501; }
span { border-color: rgb(242,85,1); }
td.TdClassName
{
border-color: #F25501;
}
.TagClassName
{
border-color: #F25501;
}
</style>