Shades of Persimmon #F1650D
Tints of Persimmon #F1650D
RGB
CMYK
RGB Variations
Color information
#F1650D (or 0xF1650D) is known color: Persimmon. HEX triplet: F1, 65 and 0D. RGB value is (241,101,13). Sum of RGB (Red+Green+Blue) = 241+101+13=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F1650D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1650D is #0E9AF2. Grayscale: #858585. Windows color (decimal): -957171 or 878065. OLE color: 878065.
HSL color Cylindrical-coordinate representation of color #F1650D: hue angle of 23.16º 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 #F1650D is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 13 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.05 |
| HSL | 23.16º | 0.9% | 0.5% | - |
| HSV(B) | 23.16º | 0.95% | 0.95% | - |
| XYZ | 41 | 28.04 | 3.63 | - |
| YUV | 132.83 | 60.38 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 13 | 0 | 0.58 | 0.95 | 0.05 | 23.16 | 0.9 | 0.5 |
| Hex | F1 | 65 | D | 0 | 3A | 5F | 5 | 17 | 5A | 32 |
| Octal | 361 | 145 | 15 | 0 | 72 | 137 | 5 | 27 | 132 | 62 |
| Binary | 11110001 | 1100101 | 1101 | 0 | 111010 | 1011111 | 101 | 10111 | 1011010 | 110010 |
Color Harmonies of #F1650D
Complementary color
Monochromatic Colors of #F1650D
Black with #F1650D
Text Example
Text Example
White with #F1650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1650D; }
p { color: rgb(241,101,13); }
H1.HeaderClassName
{
color: #F1650D;
}
.AnyTagClassName
{
color: #F1650D;
}
</style>
background-color css
<style>
a { background-color: #F1650D; }
a { background-color: rgb(241,101,13); }
div.DivClassName
{
background-color: #F1650D;
}
.BgClassName
{
background-color: #F1650D;
}
</style>
border-color css
<style>
span { border-color: #F1650D; }
span { border-color: rgb(241,101,13); }
td.TdClassName
{
border-color: #F1650D;
}
.TagClassName
{
border-color: #F1650D;
}
</style>