Shades of Persimmon #F35C0E
Tints of Persimmon #F35C0E
RGB
CMYK
RGB Variations
Color information
#F35C0E (or 0xF35C0E) is known color: Persimmon. HEX triplet: F3, 5C and 0E. RGB value is (243,92,14). Sum of RGB (Red+Green+Blue) = 243+92+14=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35C0E is #0CA3F1. Grayscale: #808080. Windows color (decimal): -828402 or 941299. OLE color: 941299.
HSL color Cylindrical-coordinate representation of color #F35C0E: hue angle of 20.44º 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 #F35C0E is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 92 | 14 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.05 |
| HSL | 20.44º | 0.91% | 0.5% | - |
| HSV(B) | 20.44º | 0.94% | 0.95% | - |
| XYZ | 40.87 | 26.74 | 3.42 | - |
| YUV | 128.26 | 63.53 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 92 | 14 | 0 | 0.62 | 0.94 | 0.05 | 20.44 | 0.91 | 0.5 |
| Hex | F3 | 5C | E | 0 | 3E | 5E | 5 | 14 | 5B | 32 |
| Octal | 363 | 134 | 16 | 0 | 76 | 136 | 5 | 24 | 133 | 62 |
| Binary | 11110011 | 1011100 | 1110 | 0 | 111110 | 1011110 | 101 | 10100 | 1011011 | 110010 |
Color Harmonies of #F35C0E
Complementary color
Monochromatic Colors of #F35C0E
Black with #F35C0E
Text Example
Text Example
White with #F35C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35C0E; }
p { color: rgb(243,92,14); }
H1.HeaderClassName
{
color: #F35C0E;
}
.AnyTagClassName
{
color: #F35C0E;
}
</style>
background-color css
<style>
a { background-color: #F35C0E; }
a { background-color: rgb(243,92,14); }
div.DivClassName
{
background-color: #F35C0E;
}
.BgClassName
{
background-color: #F35C0E;
}
</style>
border-color css
<style>
span { border-color: #F35C0E; }
span { border-color: rgb(243,92,14); }
td.TdClassName
{
border-color: #F35C0E;
}
.TagClassName
{
border-color: #F35C0E;
}
</style>