Shades of Persimmon #F3620D
Tints of Persimmon #F3620D
RGB
CMYK
RGB Variations
Color information
#F3620D (or 0xF3620D) is known color: Persimmon. HEX triplet: F3, 62 and 0D. RGB value is (243,98,13). Sum of RGB (Red+Green+Blue) = 243+98+13=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F3620D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3620D is #0C9DF2. Grayscale: #848484. Windows color (decimal): -826867 or 877299. OLE color: 877299.
HSL color Cylindrical-coordinate representation of color #F3620D: hue angle of 22.17º 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 #F3620D is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 98 | 13 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.05 |
| HSL | 22.17º | 0.91% | 0.5% | - |
| HSV(B) | 22.17º | 0.95% | 0.95% | - |
| XYZ | 41.4 | 27.82 | 3.57 | - |
| YUV | 131.67 | 61.04 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 98 | 13 | 0 | 0.60 | 0.95 | 0.05 | 22.17 | 0.91 | 0.5 |
| Hex | F3 | 62 | D | 0 | 3C | 5F | 5 | 16 | 5B | 32 |
| Octal | 363 | 142 | 15 | 0 | 74 | 137 | 5 | 26 | 133 | 62 |
| Binary | 11110011 | 1100010 | 1101 | 0 | 111100 | 1011111 | 101 | 10110 | 1011011 | 110010 |
Color Harmonies of #F3620D
Complementary color
Monochromatic Colors of #F3620D
Black with #F3620D
Text Example
Text Example
White with #F3620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3620D; }
p { color: rgb(243,98,13); }
H1.HeaderClassName
{
color: #F3620D;
}
.AnyTagClassName
{
color: #F3620D;
}
</style>
background-color css
<style>
a { background-color: #F3620D; }
a { background-color: rgb(243,98,13); }
div.DivClassName
{
background-color: #F3620D;
}
.BgClassName
{
background-color: #F3620D;
}
</style>
border-color css
<style>
span { border-color: #F3620D; }
span { border-color: rgb(243,98,13); }
td.TdClassName
{
border-color: #F3620D;
}
.TagClassName
{
border-color: #F3620D;
}
</style>