Shades of Persimmon #F3620C
Tints of Persimmon #F3620C
RGB
CMYK
RGB Variations
Color information
#F3620C (or 0xF3620C) is known color: Persimmon. HEX triplet: F3, 62 and 0C. RGB value is (243,98,12). Sum of RGB (Red+Green+Blue) = 243+98+12=353 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.84% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 243 - color contains mainly: red. Hex color #F3620C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3620C is #0C9DF3. Grayscale: #848484. Windows color (decimal): -826868 or 811763. OLE color: 811763.
HSL color Cylindrical-coordinate representation of color #F3620C: hue angle of 22.34º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3620C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 98 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.05 |
| HSL | 22.34º | 0.91% | 0.5% | - |
| HSV(B) | 22.34º | 0.95% | 0.95% | - |
| XYZ | 41.4 | 27.82 | 3.54 | - |
| YUV | 131.55 | 60.54 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 98 | 12 | 0 | 0.60 | 0.95 | 0.05 | 22.34 | 0.91 | 0.5 |
| Hex | F3 | 62 | C | 0 | 3C | 5F | 5 | 16 | 5B | 32 |
| Octal | 363 | 142 | 14 | 0 | 74 | 137 | 5 | 26 | 133 | 62 |
| Binary | 11110011 | 1100010 | 1100 | 0 | 111100 | 1011111 | 101 | 10110 | 1011011 | 110010 |
Color Harmonies of #F3620C
Complementary color
Monochromatic Colors of #F3620C
Black with #F3620C
Text Example
Text Example
White with #F3620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3620C; }
p { color: rgb(243,98,12); }
H1.HeaderClassName
{
color: #F3620C;
}
.AnyTagClassName
{
color: #F3620C;
}
</style>
background-color css
<style>
a { background-color: #F3620C; }
a { background-color: rgb(243,98,12); }
div.DivClassName
{
background-color: #F3620C;
}
.BgClassName
{
background-color: #F3620C;
}
</style>
border-color css
<style>
span { border-color: #F3620C; }
span { border-color: rgb(243,98,12); }
td.TdClassName
{
border-color: #F3620C;
}
.TagClassName
{
border-color: #F3620C;
}
</style>