Shades of Persimmon #F35718
Tints of Persimmon #F35718
RGB
CMYK
RGB Variations
Color information
#F35718 (or 0xF35718) is known color: Persimmon. HEX triplet: F3, 57 and 18. RGB value is (243,87,24). Sum of RGB (Red+Green+Blue) = 243+87+24=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F35718 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35718 is #0CA8E7. Grayscale: #7E7E7E. Windows color (decimal): -829672 or 1595379. OLE color: 1595379.
HSL color Cylindrical-coordinate representation of color #F35718: hue angle of 17.26º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F35718 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 87 | 24 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.05 |
| HSL | 17.26º | 0.9% | 0.52% | - |
| HSV(B) | 17.26º | 0.9% | 0.95% | - |
| XYZ | 40.54 | 25.94 | 3.73 | - |
| YUV | 126.46 | 70.18 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 87 | 24 | 0 | 0.64 | 0.90 | 0.05 | 17.26 | 0.9 | 0.52 |
| Hex | F3 | 57 | 18 | 0 | 40 | 5A | 5 | 11 | 5A | 34 |
| Octal | 363 | 127 | 30 | 0 | 100 | 132 | 5 | 21 | 132 | 64 |
| Binary | 11110011 | 1010111 | 11000 | 0 | 1000000 | 1011010 | 101 | 10001 | 1011010 | 110100 |
Color Harmonies of #F35718
Complementary color
Monochromatic Colors of #F35718
Black with #F35718
Text Example
Text Example
White with #F35718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35718; }
p { color: rgb(243,87,24); }
H1.HeaderClassName
{
color: #F35718;
}
.AnyTagClassName
{
color: #F35718;
}
</style>
background-color css
<style>
a { background-color: #F35718; }
a { background-color: rgb(243,87,24); }
div.DivClassName
{
background-color: #F35718;
}
.BgClassName
{
background-color: #F35718;
}
</style>
border-color css
<style>
span { border-color: #F35718; }
span { border-color: rgb(243,87,24); }
td.TdClassName
{
border-color: #F35718;
}
.TagClassName
{
border-color: #F35718;
}
</style>