Shades of Persimmon #F1640A
Tints of Persimmon #F1640A
RGB
CMYK
RGB Variations
Color information
#F1640A (or 0xF1640A) is known color: Persimmon. HEX triplet: F1, 64 and 0A. RGB value is (241,100,10). Sum of RGB (Red+Green+Blue) = 241+100+10=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F1640A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1640A is #0E9BF5. Grayscale: #848484. Windows color (decimal): -957430 or 681201. OLE color: 681201.
HSL color Cylindrical-coordinate representation of color #F1640A: hue angle of 23.38º 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 #F1640A is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 10 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.05 |
| HSL | 23.38º | 0.92% | 0.49% | - |
| HSV(B) | 23.38º | 0.96% | 0.95% | - |
| XYZ | 40.89 | 27.84 | 3.51 | - |
| YUV | 131.9 | 59.21 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 10 | 0 | 0.59 | 0.96 | 0.05 | 23.38 | 0.92 | 0.49 |
| Hex | F1 | 64 | A | 0 | 3B | 60 | 5 | 17 | 5C | 31 |
| Octal | 361 | 144 | 12 | 0 | 73 | 140 | 5 | 27 | 134 | 61 |
| Binary | 11110001 | 1100100 | 1010 | 0 | 111011 | 1100000 | 101 | 10111 | 1011100 | 110001 |
Color Harmonies of #F1640A
Complementary color
Monochromatic Colors of #F1640A
Black with #F1640A
Text Example
Text Example
White with #F1640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1640A; }
p { color: rgb(241,100,10); }
H1.HeaderClassName
{
color: #F1640A;
}
.AnyTagClassName
{
color: #F1640A;
}
</style>
background-color css
<style>
a { background-color: #F1640A; }
a { background-color: rgb(241,100,10); }
div.DivClassName
{
background-color: #F1640A;
}
.BgClassName
{
background-color: #F1640A;
}
</style>
border-color css
<style>
span { border-color: #F1640A; }
span { border-color: rgb(241,100,10); }
td.TdClassName
{
border-color: #F1640A;
}
.TagClassName
{
border-color: #F1640A;
}
</style>