Shades of Persimmon #F15511
Tints of Persimmon #F15511
RGB
CMYK
RGB Variations
Color information
#F15511 (or 0xF15511) is known color: Persimmon. HEX triplet: F1, 55 and 11. RGB value is (241,85,17). Sum of RGB (Red+Green+Blue) = 241+85+17=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F15511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15511 is #0EAAEE. Grayscale: #7C7C7C. Windows color (decimal): -961263 or 1136113. OLE color: 1136113.
HSL color Cylindrical-coordinate representation of color #F15511: hue angle of 18.21º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F15511 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 17 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.05 |
| HSL | 18.21º | 0.89% | 0.51% | - |
| HSV(B) | 18.21º | 0.93% | 0.95% | - |
| XYZ | 39.63 | 25.24 | 3.31 | - |
| YUV | 123.89 | 67.68 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 17 | 0 | 0.65 | 0.93 | 0.05 | 18.21 | 0.89 | 0.51 |
| Hex | F1 | 55 | 11 | 0 | 41 | 5D | 5 | 12 | 59 | 33 |
| Octal | 361 | 125 | 21 | 0 | 101 | 135 | 5 | 22 | 131 | 63 |
| Binary | 11110001 | 1010101 | 10001 | 0 | 1000001 | 1011101 | 101 | 10010 | 1011001 | 110011 |
Color Harmonies of #F15511
Complementary color
Monochromatic Colors of #F15511
Black with #F15511
Text Example
Text Example
White with #F15511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15511; }
p { color: rgb(241,85,17); }
H1.HeaderClassName
{
color: #F15511;
}
.AnyTagClassName
{
color: #F15511;
}
</style>
background-color css
<style>
a { background-color: #F15511; }
a { background-color: rgb(241,85,17); }
div.DivClassName
{
background-color: #F15511;
}
.BgClassName
{
background-color: #F15511;
}
</style>
border-color css
<style>
span { border-color: #F15511; }
span { border-color: rgb(241,85,17); }
td.TdClassName
{
border-color: #F15511;
}
.TagClassName
{
border-color: #F15511;
}
</style>