Shades of Persimmon #F35C16
Tints of Persimmon #F35C16
RGB
CMYK
RGB Variations
Color information
#F35C16 (or 0xF35C16) is known color: Persimmon. HEX triplet: F3, 5C and 16. RGB value is (243,92,22). Sum of RGB (Red+Green+Blue) = 243+92+22=357 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.07% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35C16 is #0CA3E9. Grayscale: #818181. Windows color (decimal): -828394 or 1465587. OLE color: 1465587.
HSL color Cylindrical-coordinate representation of color #F35C16: hue angle of 19º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F35C16 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 92 | 22 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.05 |
| HSL | 19º | 0.9% | 0.52% | - |
| HSV(B) | 19º | 0.91% | 0.95% | - |
| XYZ | 40.93 | 26.77 | 3.77 | - |
| YUV | 129.17 | 67.53 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 92 | 22 | 0 | 0.62 | 0.91 | 0.05 | 19 | 0.9 | 0.52 |
| Hex | F3 | 5C | 16 | 0 | 3E | 5B | 5 | 13 | 5A | 34 |
| Octal | 363 | 134 | 26 | 0 | 76 | 133 | 5 | 23 | 132 | 64 |
| Binary | 11110011 | 1011100 | 10110 | 0 | 111110 | 1011011 | 101 | 10011 | 1011010 | 110100 |
Color Harmonies of #F35C16
Complementary color
Monochromatic Colors of #F35C16
Black with #F35C16
Text Example
Text Example
White with #F35C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35C16; }
p { color: rgb(243,92,22); }
H1.HeaderClassName
{
color: #F35C16;
}
.AnyTagClassName
{
color: #F35C16;
}
</style>
background-color css
<style>
a { background-color: #F35C16; }
a { background-color: rgb(243,92,22); }
div.DivClassName
{
background-color: #F35C16;
}
.BgClassName
{
background-color: #F35C16;
}
</style>
border-color css
<style>
span { border-color: #F35C16; }
span { border-color: rgb(243,92,22); }
td.TdClassName
{
border-color: #F35C16;
}
.TagClassName
{
border-color: #F35C16;
}
</style>