Shades of Persimmon #F35511
Tints of Persimmon #F35511
RGB
CMYK
RGB Variations
Color information
#F35511 (or 0xF35511) is known color: Persimmon. HEX triplet: F3, 55 and 11. RGB value is (243,85,17). Sum of RGB (Red+Green+Blue) = 243+85+17=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F35511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35511 is #0CAAEE. Grayscale: #7C7C7C. Windows color (decimal): -830191 or 1136115. OLE color: 1136115.
HSL color Cylindrical-coordinate representation of color #F35511: hue angle of 18.05º degrees, saturation: 0.9, 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 #F35511 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 85 | 17 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.05 |
| HSL | 18.05º | 0.9% | 0.51% | - |
| HSV(B) | 18.05º | 0.93% | 0.95% | - |
| XYZ | 40.31 | 25.59 | 3.35 | - |
| YUV | 124.49 | 67.35 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 17 | 0 | 0.65 | 0.93 | 0.05 | 18.05 | 0.9 | 0.51 |
| Hex | F3 | 55 | 11 | 0 | 41 | 5D | 5 | 12 | 5A | 33 |
| Octal | 363 | 125 | 21 | 0 | 101 | 135 | 5 | 22 | 132 | 63 |
| Binary | 11110011 | 1010101 | 10001 | 0 | 1000001 | 1011101 | 101 | 10010 | 1011010 | 110011 |
Color Harmonies of #F35511
Complementary color
Monochromatic Colors of #F35511
Black with #F35511
Text Example
Text Example
White with #F35511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35511; }
p { color: rgb(243,85,17); }
H1.HeaderClassName
{
color: #F35511;
}
.AnyTagClassName
{
color: #F35511;
}
</style>
background-color css
<style>
a { background-color: #F35511; }
a { background-color: rgb(243,85,17); }
div.DivClassName
{
background-color: #F35511;
}
.BgClassName
{
background-color: #F35511;
}
</style>
border-color css
<style>
span { border-color: #F35511; }
span { border-color: rgb(243,85,17); }
td.TdClassName
{
border-color: #F35511;
}
.TagClassName
{
border-color: #F35511;
}
</style>