Shades of Persimmon #F1561C
Tints of Persimmon #F1561C
RGB
CMYK
RGB Variations
Color information
#F1561C (or 0xF1561C) is known color: Persimmon. HEX triplet: F1, 56 and 1C. RGB value is (241,86,28). Sum of RGB (Red+Green+Blue) = 241+86+28=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F1561C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1561C is #0EA9E3. Grayscale: #7E7E7E. Windows color (decimal): -960996 or 1857265. OLE color: 1857265.
HSL color Cylindrical-coordinate representation of color #F1561C: hue angle of 16.34º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1561C is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 28 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.05 |
| HSL | 16.34º | 0.88% | 0.53% | - |
| HSV(B) | 16.34º | 0.88% | 0.95% | - |
| XYZ | 39.81 | 25.44 | 3.91 | - |
| YUV | 125.73 | 72.85 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 28 | 0 | 0.64 | 0.88 | 0.05 | 16.34 | 0.88 | 0.53 |
| Hex | F1 | 56 | 1C | 0 | 40 | 58 | 5 | 10 | 58 | 35 |
| Octal | 361 | 126 | 34 | 0 | 100 | 130 | 5 | 20 | 130 | 65 |
| Binary | 11110001 | 1010110 | 11100 | 0 | 1000000 | 1011000 | 101 | 10000 | 1011000 | 110101 |
Color Harmonies of #F1561C
Complementary color
Monochromatic Colors of #F1561C
Black with #F1561C
Text Example
Text Example
White with #F1561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1561C; }
p { color: rgb(241,86,28); }
H1.HeaderClassName
{
color: #F1561C;
}
.AnyTagClassName
{
color: #F1561C;
}
</style>
background-color css
<style>
a { background-color: #F1561C; }
a { background-color: rgb(241,86,28); }
div.DivClassName
{
background-color: #F1561C;
}
.BgClassName
{
background-color: #F1561C;
}
</style>
border-color css
<style>
span { border-color: #F1561C; }
span { border-color: rgb(241,86,28); }
td.TdClassName
{
border-color: #F1561C;
}
.TagClassName
{
border-color: #F1561C;
}
</style>