Shades of Persimmon #F25401
Tints of Persimmon #F25401
RGB
CMYK
RGB Variations
Color information
#F25401 (or 0xF25401) is known color: Persimmon. HEX triplet: F2, 54 and 01. RGB value is (242,84,1). Sum of RGB (Red+Green+Blue) = 242+84+1=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F25401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25401 is #0DABFE. Grayscale: #7A7A7A. Windows color (decimal): -895999 or 87282. OLE color: 87282.
HSL color Cylindrical-coordinate representation of color #F25401: hue angle of 20.66º 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 #F25401 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 1 | - |
| CMYK | 0 | 0.65 | 1.00 | 0.05 |
| HSL | 20.66º | 0.99% | 0.48% | - |
| HSV(B) | 20.66º | 1% | 0.95% | - |
| XYZ | 39.79 | 25.22 | 2.8 | - |
| YUV | 121.78 | 59.85 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 1 | 0 | 0.65 | 1.00 | 0.05 | 20.66 | 0.99 | 0.48 |
| Hex | F2 | 54 | 1 | 0 | 41 | 64 | 5 | 15 | 63 | 30 |
| Octal | 362 | 124 | 1 | 0 | 101 | 144 | 5 | 25 | 143 | 60 |
| Binary | 11110010 | 1010100 | 1 | 0 | 1000001 | 1100100 | 101 | 10101 | 1100011 | 110000 |
Color Harmonies of #F25401
Complementary color
Monochromatic Colors of #F25401
Black with #F25401
Text Example
Text Example
White with #F25401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25401; }
p { color: rgb(242,84,1); }
H1.HeaderClassName
{
color: #F25401;
}
.AnyTagClassName
{
color: #F25401;
}
</style>
background-color css
<style>
a { background-color: #F25401; }
a { background-color: rgb(242,84,1); }
div.DivClassName
{
background-color: #F25401;
}
.BgClassName
{
background-color: #F25401;
}
</style>
border-color css
<style>
span { border-color: #F25401; }
span { border-color: rgb(242,84,1); }
td.TdClassName
{
border-color: #F25401;
}
.TagClassName
{
border-color: #F25401;
}
</style>