Shades of Persimmon #F1630F
Tints of Persimmon #F1630F
RGB
CMYK
RGB Variations
Color information
#F1630F (or 0xF1630F) is known color: Persimmon. HEX triplet: F1, 63 and 0F. RGB value is (241,99,15). Sum of RGB (Red+Green+Blue) = 241+99+15=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F1630F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1630F is #0E9CF0. Grayscale: #848484. Windows color (decimal): -957681 or 1008625. OLE color: 1008625.
HSL color Cylindrical-coordinate representation of color #F1630F: hue angle of 22.3º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1630F is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 15 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.05 |
| HSL | 22.3º | 0.89% | 0.5% | - |
| HSV(B) | 22.3º | 0.94% | 0.95% | - |
| XYZ | 40.82 | 27.66 | 3.64 | - |
| YUV | 131.88 | 62.04 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 15 | 0 | 0.59 | 0.94 | 0.05 | 22.3 | 0.89 | 0.5 |
| Hex | F1 | 63 | F | 0 | 3B | 5E | 5 | 16 | 59 | 32 |
| Octal | 361 | 143 | 17 | 0 | 73 | 136 | 5 | 26 | 131 | 62 |
| Binary | 11110001 | 1100011 | 1111 | 0 | 111011 | 1011110 | 101 | 10110 | 1011001 | 110010 |
Color Harmonies of #F1630F
Complementary color
Monochromatic Colors of #F1630F
Black with #F1630F
Text Example
Text Example
White with #F1630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1630F; }
p { color: rgb(241,99,15); }
H1.HeaderClassName
{
color: #F1630F;
}
.AnyTagClassName
{
color: #F1630F;
}
</style>
background-color css
<style>
a { background-color: #F1630F; }
a { background-color: rgb(241,99,15); }
div.DivClassName
{
background-color: #F1630F;
}
.BgClassName
{
background-color: #F1630F;
}
</style>
border-color css
<style>
span { border-color: #F1630F; }
span { border-color: rgb(241,99,15); }
td.TdClassName
{
border-color: #F1630F;
}
.TagClassName
{
border-color: #F1630F;
}
</style>