Shades of Persimmon #F14D0A
Tints of Persimmon #F14D0A
RGB
CMYK
RGB Variations
Color information
#F14D0A (or 0xF14D0A) is known color: Persimmon. HEX triplet: F1, 4D and 0A. RGB value is (241,77,10). Sum of RGB (Red+Green+Blue) = 241+77+10=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F14D0A is #0EB2F5. Grayscale: #767676. Windows color (decimal): -963318 or 675313. OLE color: 675313.
HSL color Cylindrical-coordinate representation of color #F14D0A: hue angle of 17.4º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F14D0A is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 10 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.05 |
| HSL | 17.4º | 0.92% | 0.49% | - |
| HSV(B) | 17.4º | 0.96% | 0.95% | - |
| XYZ | 38.98 | 24.03 | 2.87 | - |
| YUV | 118.4 | 66.83 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 10 | 0 | 0.68 | 0.96 | 0.05 | 17.4 | 0.92 | 0.49 |
| Hex | F1 | 4D | A | 0 | 44 | 60 | 5 | 11 | 5C | 31 |
| Octal | 361 | 115 | 12 | 0 | 104 | 140 | 5 | 21 | 134 | 61 |
| Binary | 11110001 | 1001101 | 1010 | 0 | 1000100 | 1100000 | 101 | 10001 | 1011100 | 110001 |
Color Harmonies of #F14D0A
Complementary color
Monochromatic Colors of #F14D0A
Black with #F14D0A
Text Example
Text Example
White with #F14D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14D0A; }
p { color: rgb(241,77,10); }
H1.HeaderClassName
{
color: #F14D0A;
}
.AnyTagClassName
{
color: #F14D0A;
}
</style>
background-color css
<style>
a { background-color: #F14D0A; }
a { background-color: rgb(241,77,10); }
div.DivClassName
{
background-color: #F14D0A;
}
.BgClassName
{
background-color: #F14D0A;
}
</style>
border-color css
<style>
span { border-color: #F14D0A; }
span { border-color: rgb(241,77,10); }
td.TdClassName
{
border-color: #F14D0A;
}
.TagClassName
{
border-color: #F14D0A;
}
</style>