Shades of Persimmon #F3530F
Tints of Persimmon #F3530F
RGB
CMYK
RGB Variations
Color information
#F3530F (or 0xF3530F) is known color: Persimmon. HEX triplet: F3, 53 and 0F. RGB value is (243,83,15). Sum of RGB (Red+Green+Blue) = 243+83+15=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F3530F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3530F is #0CACF0. Grayscale: #7B7B7B. Windows color (decimal): -830705 or 1004531. OLE color: 1004531.
HSL color Cylindrical-coordinate representation of color #F3530F: hue angle of 17.89º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3530F is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 15 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.05 |
| HSL | 17.89º | 0.9% | 0.51% | - |
| HSV(B) | 17.89º | 0.94% | 0.95% | - |
| XYZ | 40.14 | 25.28 | 3.21 | - |
| YUV | 123.09 | 67.01 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 15 | 0 | 0.66 | 0.94 | 0.05 | 17.89 | 0.9 | 0.51 |
| Hex | F3 | 53 | F | 0 | 42 | 5E | 5 | 12 | 5A | 33 |
| Octal | 363 | 123 | 17 | 0 | 102 | 136 | 5 | 22 | 132 | 63 |
| Binary | 11110011 | 1010011 | 1111 | 0 | 1000010 | 1011110 | 101 | 10010 | 1011010 | 110011 |
Color Harmonies of #F3530F
Complementary color
Monochromatic Colors of #F3530F
Black with #F3530F
Text Example
Text Example
White with #F3530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3530F; }
p { color: rgb(243,83,15); }
H1.HeaderClassName
{
color: #F3530F;
}
.AnyTagClassName
{
color: #F3530F;
}
</style>
background-color css
<style>
a { background-color: #F3530F; }
a { background-color: rgb(243,83,15); }
div.DivClassName
{
background-color: #F3530F;
}
.BgClassName
{
background-color: #F3530F;
}
</style>
border-color css
<style>
span { border-color: #F3530F; }
span { border-color: rgb(243,83,15); }
td.TdClassName
{
border-color: #F3530F;
}
.TagClassName
{
border-color: #F3530F;
}
</style>