Shades of Persimmon #F3510C
Tints of Persimmon #F3510C
RGB
CMYK
RGB Variations
Color information
#F3510C (or 0xF3510C) is known color: Persimmon. HEX triplet: F3, 51 and 0C. RGB value is (243,81,12). Sum of RGB (Red+Green+Blue) = 243+81+12=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F3510C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3510C is #0CAEF3. Grayscale: #7A7A7A. Windows color (decimal): -831220 or 807411. OLE color: 807411.
HSL color Cylindrical-coordinate representation of color #F3510C: hue angle of 17.92º 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 #F3510C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 81 | 12 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.05 |
| HSL | 17.92º | 0.91% | 0.5% | - |
| HSV(B) | 17.92º | 0.95% | 0.95% | - |
| XYZ | 39.97 | 24.97 | 3.06 | - |
| YUV | 121.57 | 66.17 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 81 | 12 | 0 | 0.67 | 0.95 | 0.05 | 17.92 | 0.91 | 0.5 |
| Hex | F3 | 51 | C | 0 | 43 | 5F | 5 | 12 | 5B | 32 |
| Octal | 363 | 121 | 14 | 0 | 103 | 137 | 5 | 22 | 133 | 62 |
| Binary | 11110011 | 1010001 | 1100 | 0 | 1000011 | 1011111 | 101 | 10010 | 1011011 | 110010 |
Color Harmonies of #F3510C
Complementary color
Monochromatic Colors of #F3510C
Black with #F3510C
Text Example
Text Example
White with #F3510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3510C; }
p { color: rgb(243,81,12); }
H1.HeaderClassName
{
color: #F3510C;
}
.AnyTagClassName
{
color: #F3510C;
}
</style>
background-color css
<style>
a { background-color: #F3510C; }
a { background-color: rgb(243,81,12); }
div.DivClassName
{
background-color: #F3510C;
}
.BgClassName
{
background-color: #F3510C;
}
</style>
border-color css
<style>
span { border-color: #F3510C; }
span { border-color: rgb(243,81,12); }
td.TdClassName
{
border-color: #F3510C;
}
.TagClassName
{
border-color: #F3510C;
}
</style>