Shades of Persimmon #F1630D
Tints of Persimmon #F1630D
RGB
CMYK
RGB Variations
Color information
#F1630D (or 0xF1630D) is known color: Persimmon. HEX triplet: F1, 63 and 0D. RGB value is (241,99,13). Sum of RGB (Red+Green+Blue) = 241+99+13=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F1630D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1630D is #0E9CF2. Grayscale: #848484. Windows color (decimal): -957683 or 877553. OLE color: 877553.
HSL color Cylindrical-coordinate representation of color #F1630D: hue angle of 22.63º 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 #F1630D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 13 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.05 |
| HSL | 22.63º | 0.9% | 0.5% | - |
| HSV(B) | 22.63º | 0.95% | 0.95% | - |
| XYZ | 40.81 | 27.65 | 3.57 | - |
| YUV | 131.65 | 61.04 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 13 | 0 | 0.59 | 0.95 | 0.05 | 22.63 | 0.9 | 0.5 |
| Hex | F1 | 63 | D | 0 | 3B | 5F | 5 | 17 | 5A | 32 |
| Octal | 361 | 143 | 15 | 0 | 73 | 137 | 5 | 27 | 132 | 62 |
| Binary | 11110001 | 1100011 | 1101 | 0 | 111011 | 1011111 | 101 | 10111 | 1011010 | 110010 |
Color Harmonies of #F1630D
Complementary color
Monochromatic Colors of #F1630D
Black with #F1630D
Text Example
Text Example
White with #F1630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1630D; }
p { color: rgb(241,99,13); }
H1.HeaderClassName
{
color: #F1630D;
}
.AnyTagClassName
{
color: #F1630D;
}
</style>
background-color css
<style>
a { background-color: #F1630D; }
a { background-color: rgb(241,99,13); }
div.DivClassName
{
background-color: #F1630D;
}
.BgClassName
{
background-color: #F1630D;
}
</style>
border-color css
<style>
span { border-color: #F1630D; }
span { border-color: rgb(241,99,13); }
td.TdClassName
{
border-color: #F1630D;
}
.TagClassName
{
border-color: #F1630D;
}
</style>