Shades of Persimmon #F3560D
Tints of Persimmon #F3560D
RGB
CMYK
RGB Variations
Color information
#F3560D (or 0xF3560D) is known color: Persimmon. HEX triplet: F3, 56 and 0D. RGB value is (243,86,13). Sum of RGB (Red+Green+Blue) = 243+86+13=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F3560D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3560D is #0CA9F2. Grayscale: #7D7D7D. Windows color (decimal): -829939 or 874227. OLE color: 874227.
HSL color Cylindrical-coordinate representation of color #F3560D: hue angle of 19.04º 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 #F3560D is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 86 | 13 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.05 |
| HSL | 19.04º | 0.91% | 0.5% | - |
| HSV(B) | 19.04º | 0.95% | 0.95% | - |
| XYZ | 40.36 | 25.74 | 3.22 | - |
| YUV | 124.62 | 65.01 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 86 | 13 | 0 | 0.65 | 0.95 | 0.05 | 19.04 | 0.91 | 0.5 |
| Hex | F3 | 56 | D | 0 | 41 | 5F | 5 | 13 | 5B | 32 |
| Octal | 363 | 126 | 15 | 0 | 101 | 137 | 5 | 23 | 133 | 62 |
| Binary | 11110011 | 1010110 | 1101 | 0 | 1000001 | 1011111 | 101 | 10011 | 1011011 | 110010 |
Color Harmonies of #F3560D
Complementary color
Monochromatic Colors of #F3560D
Black with #F3560D
Text Example
Text Example
White with #F3560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3560D; }
p { color: rgb(243,86,13); }
H1.HeaderClassName
{
color: #F3560D;
}
.AnyTagClassName
{
color: #F3560D;
}
</style>
background-color css
<style>
a { background-color: #F3560D; }
a { background-color: rgb(243,86,13); }
div.DivClassName
{
background-color: #F3560D;
}
.BgClassName
{
background-color: #F3560D;
}
</style>
border-color css
<style>
span { border-color: #F3560D; }
span { border-color: rgb(243,86,13); }
td.TdClassName
{
border-color: #F3560D;
}
.TagClassName
{
border-color: #F3560D;
}
</style>