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