Shades of Persimmon #F25714
Tints of Persimmon #F25714
RGB
CMYK
RGB Variations
Color information
#F25714 (or 0xF25714) is known color: Persimmon. HEX triplet: F2, 57 and 14. RGB value is (242,87,20). Sum of RGB (Red+Green+Blue) = 242+87+20=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F25714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25714 is #0DA8EB. Grayscale: #7E7E7E. Windows color (decimal): -895212 or 1333234. OLE color: 1333234.
HSL color Cylindrical-coordinate representation of color #F25714: hue angle of 18.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F25714 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 20 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.05 |
| HSL | 18.11º | 0.9% | 0.51% | - |
| HSV(B) | 18.11º | 0.92% | 0.95% | - |
| XYZ | 40.15 | 25.74 | 3.51 | - |
| YUV | 125.71 | 68.35 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 20 | 0 | 0.64 | 0.92 | 0.05 | 18.11 | 0.9 | 0.51 |
| Hex | F2 | 57 | 14 | 0 | 40 | 5C | 5 | 12 | 5A | 33 |
| Octal | 362 | 127 | 24 | 0 | 100 | 134 | 5 | 22 | 132 | 63 |
| Binary | 11110010 | 1010111 | 10100 | 0 | 1000000 | 1011100 | 101 | 10010 | 1011010 | 110011 |
Color Harmonies of #F25714
Complementary color
Monochromatic Colors of #F25714
Black with #F25714
Text Example
Text Example
White with #F25714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25714; }
p { color: rgb(242,87,20); }
H1.HeaderClassName
{
color: #F25714;
}
.AnyTagClassName
{
color: #F25714;
}
</style>
background-color css
<style>
a { background-color: #F25714; }
a { background-color: rgb(242,87,20); }
div.DivClassName
{
background-color: #F25714;
}
.BgClassName
{
background-color: #F25714;
}
</style>
border-color css
<style>
span { border-color: #F25714; }
span { border-color: rgb(242,87,20); }
td.TdClassName
{
border-color: #F25714;
}
.TagClassName
{
border-color: #F25714;
}
</style>