Shades of Persimmon #F3530E
Tints of Persimmon #F3530E
RGB
CMYK
RGB Variations
Color information
#F3530E (or 0xF3530E) is known color: Persimmon. HEX triplet: F3, 53 and 0E. RGB value is (243,83,14). Sum of RGB (Red+Green+Blue) = 243+83+14=340 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.47% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 243 - color contains mainly: red. Hex color #F3530E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3530E is #0CACF1. Grayscale: #7B7B7B. Windows color (decimal): -830706 or 938995. OLE color: 938995.
HSL color Cylindrical-coordinate representation of color #F3530E: hue angle of 18.08º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3530E is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 14 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.05 |
| HSL | 18.08º | 0.91% | 0.5% | - |
| HSV(B) | 18.08º | 0.94% | 0.95% | - |
| XYZ | 40.13 | 25.27 | 3.18 | - |
| YUV | 122.97 | 66.51 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 14 | 0 | 0.66 | 0.94 | 0.05 | 18.08 | 0.91 | 0.5 |
| Hex | F3 | 53 | E | 0 | 42 | 5E | 5 | 12 | 5B | 32 |
| Octal | 363 | 123 | 16 | 0 | 102 | 136 | 5 | 22 | 133 | 62 |
| Binary | 11110011 | 1010011 | 1110 | 0 | 1000010 | 1011110 | 101 | 10010 | 1011011 | 110010 |
Color Harmonies of #F3530E
Complementary color
Monochromatic Colors of #F3530E
Black with #F3530E
Text Example
Text Example
White with #F3530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3530E; }
p { color: rgb(243,83,14); }
H1.HeaderClassName
{
color: #F3530E;
}
.AnyTagClassName
{
color: #F3530E;
}
</style>
background-color css
<style>
a { background-color: #F3530E; }
a { background-color: rgb(243,83,14); }
div.DivClassName
{
background-color: #F3530E;
}
.BgClassName
{
background-color: #F3530E;
}
</style>
border-color css
<style>
span { border-color: #F3530E; }
span { border-color: rgb(243,83,14); }
td.TdClassName
{
border-color: #F3530E;
}
.TagClassName
{
border-color: #F3530E;
}
</style>