Shades of Persimmon #F35C14
Tints of Persimmon #F35C14
RGB
CMYK
RGB Variations
Color information
#F35C14 (or 0xF35C14) is known color: Persimmon. HEX triplet: F3, 5C and 14. RGB value is (243,92,20). Sum of RGB (Red+Green+Blue) = 243+92+20=355 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.45% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35C14 is #0CA3EB. Grayscale: #818181. Windows color (decimal): -828396 or 1334515. OLE color: 1334515.
HSL color Cylindrical-coordinate representation of color #F35C14: hue angle of 19.37º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F35C14 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 92 | 20 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.05 |
| HSL | 19.37º | 0.9% | 0.52% | - |
| HSV(B) | 19.37º | 0.92% | 0.95% | - |
| XYZ | 40.92 | 26.76 | 3.67 | - |
| YUV | 128.94 | 66.53 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 92 | 20 | 0 | 0.62 | 0.92 | 0.05 | 19.37 | 0.9 | 0.52 |
| Hex | F3 | 5C | 14 | 0 | 3E | 5C | 5 | 13 | 5A | 34 |
| Octal | 363 | 134 | 24 | 0 | 76 | 134 | 5 | 23 | 132 | 64 |
| Binary | 11110011 | 1011100 | 10100 | 0 | 111110 | 1011100 | 101 | 10011 | 1011010 | 110100 |
Color Harmonies of #F35C14
Complementary color
Monochromatic Colors of #F35C14
Black with #F35C14
Text Example
Text Example
White with #F35C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35C14; }
p { color: rgb(243,92,20); }
H1.HeaderClassName
{
color: #F35C14;
}
.AnyTagClassName
{
color: #F35C14;
}
</style>
background-color css
<style>
a { background-color: #F35C14; }
a { background-color: rgb(243,92,20); }
div.DivClassName
{
background-color: #F35C14;
}
.BgClassName
{
background-color: #F35C14;
}
</style>
border-color css
<style>
span { border-color: #F35C14; }
span { border-color: rgb(243,92,20); }
td.TdClassName
{
border-color: #F35C14;
}
.TagClassName
{
border-color: #F35C14;
}
</style>