Shades of Persimmon #F35C0D
Tints of Persimmon #F35C0D
RGB
CMYK
RGB Variations
Color information
#F35C0D (or 0xF35C0D) is known color: Persimmon. HEX triplet: F3, 5C and 0D. RGB value is (243,92,13). Sum of RGB (Red+Green+Blue) = 243+92+13=348 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.83% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35C0D is #0CA3F2. Grayscale: #808080. Windows color (decimal): -828403 or 875763. OLE color: 875763.
HSL color Cylindrical-coordinate representation of color #F35C0D: hue angle of 20.61º 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 #F35C0D is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 92 | 13 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.05 |
| HSL | 20.61º | 0.91% | 0.5% | - |
| HSV(B) | 20.61º | 0.95% | 0.95% | - |
| XYZ | 40.86 | 26.74 | 3.39 | - |
| YUV | 128.14 | 63.03 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 92 | 13 | 0 | 0.62 | 0.95 | 0.05 | 20.61 | 0.91 | 0.5 |
| Hex | F3 | 5C | D | 0 | 3E | 5F | 5 | 15 | 5B | 32 |
| Octal | 363 | 134 | 15 | 0 | 76 | 137 | 5 | 25 | 133 | 62 |
| Binary | 11110011 | 1011100 | 1101 | 0 | 111110 | 1011111 | 101 | 10101 | 1011011 | 110010 |
Color Harmonies of #F35C0D
Complementary color
Monochromatic Colors of #F35C0D
Black with #F35C0D
Text Example
Text Example
White with #F35C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35C0D; }
p { color: rgb(243,92,13); }
H1.HeaderClassName
{
color: #F35C0D;
}
.AnyTagClassName
{
color: #F35C0D;
}
</style>
background-color css
<style>
a { background-color: #F35C0D; }
a { background-color: rgb(243,92,13); }
div.DivClassName
{
background-color: #F35C0D;
}
.BgClassName
{
background-color: #F35C0D;
}
</style>
border-color css
<style>
span { border-color: #F35C0D; }
span { border-color: rgb(243,92,13); }
td.TdClassName
{
border-color: #F35C0D;
}
.TagClassName
{
border-color: #F35C0D;
}
</style>