Shades of Persimmon #F35312
Tints of Persimmon #F35312
RGB
CMYK
RGB Variations
Color information
#F35312 (or 0xF35312) is known color: Persimmon. HEX triplet: F3, 53 and 12. RGB value is (243,83,18). Sum of RGB (Red+Green+Blue) = 243+83+18=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F35312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35312 is #0CACED. Grayscale: #7B7B7B. Windows color (decimal): -830702 or 1201139. OLE color: 1201139.
HSL color Cylindrical-coordinate representation of color #F35312: hue angle of 17.33º 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 #F35312 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 18 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.05 |
| HSL | 17.33º | 0.9% | 0.51% | - |
| HSV(B) | 17.33º | 0.93% | 0.95% | - |
| XYZ | 40.16 | 25.28 | 3.34 | - |
| YUV | 123.43 | 68.51 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 18 | 0 | 0.66 | 0.93 | 0.05 | 17.33 | 0.9 | 0.51 |
| Hex | F3 | 53 | 12 | 0 | 42 | 5D | 5 | 11 | 5A | 33 |
| Octal | 363 | 123 | 22 | 0 | 102 | 135 | 5 | 21 | 132 | 63 |
| Binary | 11110011 | 1010011 | 10010 | 0 | 1000010 | 1011101 | 101 | 10001 | 1011010 | 110011 |
Color Harmonies of #F35312
Complementary color
Monochromatic Colors of #F35312
Black with #F35312
Text Example
Text Example
White with #F35312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35312; }
p { color: rgb(243,83,18); }
H1.HeaderClassName
{
color: #F35312;
}
.AnyTagClassName
{
color: #F35312;
}
</style>
background-color css
<style>
a { background-color: #F35312; }
a { background-color: rgb(243,83,18); }
div.DivClassName
{
background-color: #F35312;
}
.BgClassName
{
background-color: #F35312;
}
</style>
border-color css
<style>
span { border-color: #F35312; }
span { border-color: rgb(243,83,18); }
td.TdClassName
{
border-color: #F35312;
}
.TagClassName
{
border-color: #F35312;
}
</style>