Shades of Persimmon #F1650A
Tints of Persimmon #F1650A
RGB
CMYK
RGB Variations
Color information
#F1650A (or 0xF1650A) is known color: Persimmon. HEX triplet: F1, 65 and 0A. RGB value is (241,101,10). Sum of RGB (Red+Green+Blue) = 241+101+10=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F1650A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1650A is #0E9AF5. Grayscale: #848484. Windows color (decimal): -957174 or 681457. OLE color: 681457.
HSL color Cylindrical-coordinate representation of color #F1650A: hue angle of 23.64º 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 #F1650A is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 10 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.05 |
| HSL | 23.64º | 0.92% | 0.49% | - |
| HSV(B) | 23.64º | 0.96% | 0.95% | - |
| XYZ | 40.98 | 28.03 | 3.54 | - |
| YUV | 132.49 | 58.88 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 10 | 0 | 0.58 | 0.96 | 0.05 | 23.64 | 0.92 | 0.49 |
| Hex | F1 | 65 | A | 0 | 3A | 60 | 5 | 18 | 5C | 31 |
| Octal | 361 | 145 | 12 | 0 | 72 | 140 | 5 | 30 | 134 | 61 |
| Binary | 11110001 | 1100101 | 1010 | 0 | 111010 | 1100000 | 101 | 11000 | 1011100 | 110001 |
Color Harmonies of #F1650A
Complementary color
Monochromatic Colors of #F1650A
Black with #F1650A
Text Example
Text Example
White with #F1650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1650A; }
p { color: rgb(241,101,10); }
H1.HeaderClassName
{
color: #F1650A;
}
.AnyTagClassName
{
color: #F1650A;
}
</style>
background-color css
<style>
a { background-color: #F1650A; }
a { background-color: rgb(241,101,10); }
div.DivClassName
{
background-color: #F1650A;
}
.BgClassName
{
background-color: #F1650A;
}
</style>
border-color css
<style>
span { border-color: #F1650A; }
span { border-color: rgb(241,101,10); }
td.TdClassName
{
border-color: #F1650A;
}
.TagClassName
{
border-color: #F1650A;
}
</style>