Shades of Persimmon #F35E15
Tints of Persimmon #F35E15
RGB
CMYK
RGB Variations
Color information
#F35E15 (or 0xF35E15) is known color: Persimmon. HEX triplet: F3, 5E and 15. RGB value is (243,94,21). Sum of RGB (Red+Green+Blue) = 243+94+21=358 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.88% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 243 - color contains mainly: red. Hex color #F35E15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35E15 is #0CA1EA. Grayscale: #828282. Windows color (decimal): -827883 or 1400563. OLE color: 1400563.
HSL color Cylindrical-coordinate representation of color #F35E15: hue angle of 19.73º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F35E15 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 94 | 21 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.05 |
| HSL | 19.73º | 0.9% | 0.52% | - |
| HSV(B) | 19.73º | 0.91% | 0.95% | - |
| XYZ | 41.1 | 27.11 | 3.78 | - |
| YUV | 130.23 | 66.36 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 94 | 21 | 0 | 0.61 | 0.91 | 0.05 | 19.73 | 0.9 | 0.52 |
| Hex | F3 | 5E | 15 | 0 | 3D | 5B | 5 | 14 | 5A | 34 |
| Octal | 363 | 136 | 25 | 0 | 75 | 133 | 5 | 24 | 132 | 64 |
| Binary | 11110011 | 1011110 | 10101 | 0 | 111101 | 1011011 | 101 | 10100 | 1011010 | 110100 |
Color Harmonies of #F35E15
Complementary color
Monochromatic Colors of #F35E15
Black with #F35E15
Text Example
Text Example
White with #F35E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35E15; }
p { color: rgb(243,94,21); }
H1.HeaderClassName
{
color: #F35E15;
}
.AnyTagClassName
{
color: #F35E15;
}
</style>
background-color css
<style>
a { background-color: #F35E15; }
a { background-color: rgb(243,94,21); }
div.DivClassName
{
background-color: #F35E15;
}
.BgClassName
{
background-color: #F35E15;
}
</style>
border-color css
<style>
span { border-color: #F35E15; }
span { border-color: rgb(243,94,21); }
td.TdClassName
{
border-color: #F35E15;
}
.TagClassName
{
border-color: #F35E15;
}
</style>