Shades of Persimmon #F1620D
Tints of Persimmon #F1620D
RGB
CMYK
RGB Variations
Color information
#F1620D (or 0xF1620D) is known color: Persimmon. HEX triplet: F1, 62 and 0D. RGB value is (241,98,13). Sum of RGB (Red+Green+Blue) = 241+98+13=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F1620D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1620D is #0E9DF2. Grayscale: #838383. Windows color (decimal): -957939 or 877297. OLE color: 877297.
HSL color Cylindrical-coordinate representation of color #F1620D: hue angle of 22.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1620D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 13 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.05 |
| HSL | 22.37º | 0.9% | 0.5% | - |
| HSV(B) | 22.37º | 0.95% | 0.95% | - |
| XYZ | 40.72 | 27.47 | 3.54 | - |
| YUV | 131.07 | 61.38 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 13 | 0 | 0.59 | 0.95 | 0.05 | 22.37 | 0.9 | 0.5 |
| Hex | F1 | 62 | D | 0 | 3B | 5F | 5 | 16 | 5A | 32 |
| Octal | 361 | 142 | 15 | 0 | 73 | 137 | 5 | 26 | 132 | 62 |
| Binary | 11110001 | 1100010 | 1101 | 0 | 111011 | 1011111 | 101 | 10110 | 1011010 | 110010 |
Color Harmonies of #F1620D
Complementary color
Monochromatic Colors of #F1620D
Black with #F1620D
Text Example
Text Example
White with #F1620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1620D; }
p { color: rgb(241,98,13); }
H1.HeaderClassName
{
color: #F1620D;
}
.AnyTagClassName
{
color: #F1620D;
}
</style>
background-color css
<style>
a { background-color: #F1620D; }
a { background-color: rgb(241,98,13); }
div.DivClassName
{
background-color: #F1620D;
}
.BgClassName
{
background-color: #F1620D;
}
</style>
border-color css
<style>
span { border-color: #F1620D; }
span { border-color: rgb(241,98,13); }
td.TdClassName
{
border-color: #F1620D;
}
.TagClassName
{
border-color: #F1620D;
}
</style>