Shades of Persimmon #F35211
Tints of Persimmon #F35211
RGB
CMYK
RGB Variations
Color information
#F35211 (or 0xF35211) is known color: Persimmon. HEX triplet: F3, 52 and 11. RGB value is (243,82,17). Sum of RGB (Red+Green+Blue) = 243+82+17=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F35211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35211 is #0CADEE. Grayscale: #7B7B7B. Windows color (decimal): -830959 or 1135347. OLE color: 1135347.
HSL color Cylindrical-coordinate representation of color #F35211: hue angle of 17.26º 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 #F35211 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 82 | 17 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.05 |
| HSL | 17.26º | 0.9% | 0.51% | - |
| HSV(B) | 17.26º | 0.93% | 0.95% | - |
| XYZ | 40.08 | 25.13 | 3.27 | - |
| YUV | 122.73 | 68.34 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 17 | 0 | 0.66 | 0.93 | 0.05 | 17.26 | 0.9 | 0.51 |
| Hex | F3 | 52 | 11 | 0 | 42 | 5D | 5 | 11 | 5A | 33 |
| Octal | 363 | 122 | 21 | 0 | 102 | 135 | 5 | 21 | 132 | 63 |
| Binary | 11110011 | 1010010 | 10001 | 0 | 1000010 | 1011101 | 101 | 10001 | 1011010 | 110011 |
Color Harmonies of #F35211
Complementary color
Monochromatic Colors of #F35211
Black with #F35211
Text Example
Text Example
White with #F35211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35211; }
p { color: rgb(243,82,17); }
H1.HeaderClassName
{
color: #F35211;
}
.AnyTagClassName
{
color: #F35211;
}
</style>
background-color css
<style>
a { background-color: #F35211; }
a { background-color: rgb(243,82,17); }
div.DivClassName
{
background-color: #F35211;
}
.BgClassName
{
background-color: #F35211;
}
</style>
border-color css
<style>
span { border-color: #F35211; }
span { border-color: rgb(243,82,17); }
td.TdClassName
{
border-color: #F35211;
}
.TagClassName
{
border-color: #F35211;
}
</style>