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