Shades of Persimmon #F15A1D
Tints of Persimmon #F15A1D
RGB
CMYK
RGB Variations
Color information
#F15A1D (or 0xF15A1D) is known color: Persimmon. HEX triplet: F1, 5A and 1D. RGB value is (241,90,29). Sum of RGB (Red+Green+Blue) = 241+90+29=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15A1D is #0EA5E2. Grayscale: #808080. Windows color (decimal): -959971 or 1923825. OLE color: 1923825.
HSL color Cylindrical-coordinate representation of color #F15A1D: hue angle of 17.26º 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 #F15A1D is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 29 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.05 |
| HSL | 17.26º | 0.88% | 0.53% | - |
| HSV(B) | 17.26º | 0.88% | 0.95% | - |
| XYZ | 40.15 | 26.1 | 4.08 | - |
| YUV | 128.2 | 72.03 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 29 | 0 | 0.63 | 0.88 | 0.05 | 17.26 | 0.88 | 0.53 |
| Hex | F1 | 5A | 1D | 0 | 3F | 58 | 5 | 11 | 58 | 35 |
| Octal | 361 | 132 | 35 | 0 | 77 | 130 | 5 | 21 | 130 | 65 |
| Binary | 11110001 | 1011010 | 11101 | 0 | 111111 | 1011000 | 101 | 10001 | 1011000 | 110101 |
Color Harmonies of #F15A1D
Complementary color
Monochromatic Colors of #F15A1D
Black with #F15A1D
Text Example
Text Example
White with #F15A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15A1D; }
p { color: rgb(241,90,29); }
H1.HeaderClassName
{
color: #F15A1D;
}
.AnyTagClassName
{
color: #F15A1D;
}
</style>
background-color css
<style>
a { background-color: #F15A1D; }
a { background-color: rgb(241,90,29); }
div.DivClassName
{
background-color: #F15A1D;
}
.BgClassName
{
background-color: #F15A1D;
}
</style>
border-color css
<style>
span { border-color: #F15A1D; }
span { border-color: rgb(241,90,29); }
td.TdClassName
{
border-color: #F15A1D;
}
.TagClassName
{
border-color: #F15A1D;
}
</style>