Shades of Persimmon #F25314
Tints of Persimmon #F25314
RGB
CMYK
RGB Variations
Color information
#F25314 (or 0xF25314) is known color: Persimmon. HEX triplet: F2, 53 and 14. RGB value is (242,83,20). Sum of RGB (Red+Green+Blue) = 242+83+20=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F25314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25314 is #0DACEB. Grayscale: #7B7B7B. Windows color (decimal): -896236 or 1332210. OLE color: 1332210.
HSL color Cylindrical-coordinate representation of color #F25314: hue angle of 17.03º 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 #F25314 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 20 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.05 |
| HSL | 17.03º | 0.9% | 0.51% | - |
| HSV(B) | 17.03º | 0.92% | 0.95% | - |
| XYZ | 39.84 | 25.11 | 3.41 | - |
| YUV | 123.36 | 69.68 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 20 | 0 | 0.66 | 0.92 | 0.05 | 17.03 | 0.9 | 0.51 |
| Hex | F2 | 53 | 14 | 0 | 42 | 5C | 5 | 11 | 5A | 33 |
| Octal | 362 | 123 | 24 | 0 | 102 | 134 | 5 | 21 | 132 | 63 |
| Binary | 11110010 | 1010011 | 10100 | 0 | 1000010 | 1011100 | 101 | 10001 | 1011010 | 110011 |
Color Harmonies of #F25314
Complementary color
Monochromatic Colors of #F25314
Black with #F25314
Text Example
Text Example
White with #F25314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25314; }
p { color: rgb(242,83,20); }
H1.HeaderClassName
{
color: #F25314;
}
.AnyTagClassName
{
color: #F25314;
}
</style>
background-color css
<style>
a { background-color: #F25314; }
a { background-color: rgb(242,83,20); }
div.DivClassName
{
background-color: #F25314;
}
.BgClassName
{
background-color: #F25314;
}
</style>
border-color css
<style>
span { border-color: #F25314; }
span { border-color: rgb(242,83,20); }
td.TdClassName
{
border-color: #F25314;
}
.TagClassName
{
border-color: #F25314;
}
</style>