Shades of Persimmon #F25414
Tints of Persimmon #F25414
RGB
CMYK
RGB Variations
Color information
#F25414 (or 0xF25414) is known color: Persimmon. HEX triplet: F2, 54 and 14. RGB value is (242,84,20). Sum of RGB (Red+Green+Blue) = 242+84+20=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F25414 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25414 is #0DABEB. Grayscale: #7C7C7C. Windows color (decimal): -895980 or 1332466. OLE color: 1332466.
HSL color Cylindrical-coordinate representation of color #F25414: hue angle of 17.3º 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 #F25414 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 20 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.05 |
| HSL | 17.3º | 0.9% | 0.51% | - |
| HSV(B) | 17.3º | 0.92% | 0.95% | - |
| XYZ | 39.91 | 25.27 | 3.44 | - |
| YUV | 123.95 | 69.35 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 20 | 0 | 0.65 | 0.92 | 0.05 | 17.3 | 0.9 | 0.51 |
| Hex | F2 | 54 | 14 | 0 | 41 | 5C | 5 | 11 | 5A | 33 |
| Octal | 362 | 124 | 24 | 0 | 101 | 134 | 5 | 21 | 132 | 63 |
| Binary | 11110010 | 1010100 | 10100 | 0 | 1000001 | 1011100 | 101 | 10001 | 1011010 | 110011 |
Color Harmonies of #F25414
Complementary color
Monochromatic Colors of #F25414
Black with #F25414
Text Example
Text Example
White with #F25414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25414; }
p { color: rgb(242,84,20); }
H1.HeaderClassName
{
color: #F25414;
}
.AnyTagClassName
{
color: #F25414;
}
</style>
background-color css
<style>
a { background-color: #F25414; }
a { background-color: rgb(242,84,20); }
div.DivClassName
{
background-color: #F25414;
}
.BgClassName
{
background-color: #F25414;
}
</style>
border-color css
<style>
span { border-color: #F25414; }
span { border-color: rgb(242,84,20); }
td.TdClassName
{
border-color: #F25414;
}
.TagClassName
{
border-color: #F25414;
}
</style>