Shades of Persimmon #F15B1D
Tints of Persimmon #F15B1D
RGB
CMYK
RGB Variations
Color information
#F15B1D (or 0xF15B1D) is known color: Persimmon. HEX triplet: F1, 5B and 1D. RGB value is (241,91,29). Sum of RGB (Red+Green+Blue) = 241+91+29=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15B1D is #0EA4E2. Grayscale: #818181. Windows color (decimal): -959715 or 1924081. OLE color: 1924081.
HSL color Cylindrical-coordinate representation of color #F15B1D: hue angle of 17.55º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F15B1D is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 29 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.05 |
| HSL | 17.55º | 0.88% | 0.53% | - |
| HSV(B) | 17.55º | 0.88% | 0.95% | - |
| XYZ | 40.24 | 26.27 | 4.11 | - |
| YUV | 128.78 | 71.7 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 29 | 0 | 0.62 | 0.88 | 0.05 | 17.55 | 0.88 | 0.53 |
| Hex | F1 | 5B | 1D | 0 | 3E | 58 | 5 | 12 | 58 | 35 |
| Octal | 361 | 133 | 35 | 0 | 76 | 130 | 5 | 22 | 130 | 65 |
| Binary | 11110001 | 1011011 | 11101 | 0 | 111110 | 1011000 | 101 | 10010 | 1011000 | 110101 |
Color Harmonies of #F15B1D
Complementary color
Monochromatic Colors of #F15B1D
Black with #F15B1D
Text Example
Text Example
White with #F15B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15B1D; }
p { color: rgb(241,91,29); }
H1.HeaderClassName
{
color: #F15B1D;
}
.AnyTagClassName
{
color: #F15B1D;
}
</style>
background-color css
<style>
a { background-color: #F15B1D; }
a { background-color: rgb(241,91,29); }
div.DivClassName
{
background-color: #F15B1D;
}
.BgClassName
{
background-color: #F15B1D;
}
</style>
border-color css
<style>
span { border-color: #F15B1D; }
span { border-color: rgb(241,91,29); }
td.TdClassName
{
border-color: #F15B1D;
}
.TagClassName
{
border-color: #F15B1D;
}
</style>