Shades of Persimmon #F15318
Tints of Persimmon #F15318
RGB
CMYK
RGB Variations
Color information
#F15318 (or 0xF15318) is known color: Persimmon. HEX triplet: F1, 53 and 18. RGB value is (241,83,24). Sum of RGB (Red+Green+Blue) = 241+83+24=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F15318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15318 is #0EACE7. Grayscale: #7B7B7B. Windows color (decimal): -961768 or 1594353. OLE color: 1594353.
HSL color Cylindrical-coordinate representation of color #F15318: hue angle of 16.31º degrees, saturation: 0.89, 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 #F15318 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 83 | 24 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.05 |
| HSL | 16.31º | 0.89% | 0.52% | - |
| HSV(B) | 16.31º | 0.9% | 0.95% | - |
| XYZ | 39.53 | 24.95 | 3.6 | - |
| YUV | 123.52 | 71.85 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 83 | 24 | 0 | 0.66 | 0.90 | 0.05 | 16.31 | 0.89 | 0.52 |
| Hex | F1 | 53 | 18 | 0 | 42 | 5A | 5 | 10 | 59 | 34 |
| Octal | 361 | 123 | 30 | 0 | 102 | 132 | 5 | 20 | 131 | 64 |
| Binary | 11110001 | 1010011 | 11000 | 0 | 1000010 | 1011010 | 101 | 10000 | 1011001 | 110100 |
Color Harmonies of #F15318
Complementary color
Monochromatic Colors of #F15318
Black with #F15318
Text Example
Text Example
White with #F15318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15318; }
p { color: rgb(241,83,24); }
H1.HeaderClassName
{
color: #F15318;
}
.AnyTagClassName
{
color: #F15318;
}
</style>
background-color css
<style>
a { background-color: #F15318; }
a { background-color: rgb(241,83,24); }
div.DivClassName
{
background-color: #F15318;
}
.BgClassName
{
background-color: #F15318;
}
</style>
border-color css
<style>
span { border-color: #F15318; }
span { border-color: rgb(241,83,24); }
td.TdClassName
{
border-color: #F15318;
}
.TagClassName
{
border-color: #F15318;
}
</style>