Shades of Persimmon #F1640D
Tints of Persimmon #F1640D
RGB
CMYK
RGB Variations
Color information
#F1640D (or 0xF1640D) is known color: Persimmon. HEX triplet: F1, 64 and 0D. RGB value is (241,100,13). Sum of RGB (Red+Green+Blue) = 241+100+13=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F1640D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1640D is #0E9BF2. Grayscale: #848484. Windows color (decimal): -957427 or 877809. OLE color: 877809.
HSL color Cylindrical-coordinate representation of color #F1640D: hue angle of 22.89º 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 #F1640D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 13 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.05 |
| HSL | 22.89º | 0.9% | 0.5% | - |
| HSV(B) | 22.89º | 0.95% | 0.95% | - |
| XYZ | 40.91 | 27.84 | 3.6 | - |
| YUV | 132.24 | 60.71 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 13 | 0 | 0.59 | 0.95 | 0.05 | 22.89 | 0.9 | 0.5 |
| Hex | F1 | 64 | D | 0 | 3B | 5F | 5 | 17 | 5A | 32 |
| Octal | 361 | 144 | 15 | 0 | 73 | 137 | 5 | 27 | 132 | 62 |
| Binary | 11110001 | 1100100 | 1101 | 0 | 111011 | 1011111 | 101 | 10111 | 1011010 | 110010 |
Color Harmonies of #F1640D
Complementary color
Monochromatic Colors of #F1640D
Black with #F1640D
Text Example
Text Example
White with #F1640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1640D; }
p { color: rgb(241,100,13); }
H1.HeaderClassName
{
color: #F1640D;
}
.AnyTagClassName
{
color: #F1640D;
}
</style>
background-color css
<style>
a { background-color: #F1640D; }
a { background-color: rgb(241,100,13); }
div.DivClassName
{
background-color: #F1640D;
}
.BgClassName
{
background-color: #F1640D;
}
</style>
border-color css
<style>
span { border-color: #F1640D; }
span { border-color: rgb(241,100,13); }
td.TdClassName
{
border-color: #F1640D;
}
.TagClassName
{
border-color: #F1640D;
}
</style>