Shades of Persimmon #F15D1B
Tints of Persimmon #F15D1B
RGB
CMYK
RGB Variations
Color information
#F15D1B (or 0xF15D1B) is known color: Persimmon. HEX triplet: F1, 5D and 1B. RGB value is (241,93,27). Sum of RGB (Red+Green+Blue) = 241+93+27=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15D1B is #0EA2E4. Grayscale: #828282. Windows color (decimal): -959205 or 1793521. OLE color: 1793521.
HSL color Cylindrical-coordinate representation of color #F15D1B: hue angle of 18.5º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F15D1B is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 27 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.05 |
| HSL | 18.5º | 0.88% | 0.53% | - |
| HSV(B) | 18.5º | 0.89% | 0.95% | - |
| XYZ | 40.39 | 26.61 | 4.04 | - |
| YUV | 129.73 | 70.03 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 27 | 0 | 0.61 | 0.89 | 0.05 | 18.5 | 0.88 | 0.53 |
| Hex | F1 | 5D | 1B | 0 | 3D | 59 | 5 | 13 | 58 | 35 |
| Octal | 361 | 135 | 33 | 0 | 75 | 131 | 5 | 23 | 130 | 65 |
| Binary | 11110001 | 1011101 | 11011 | 0 | 111101 | 1011001 | 101 | 10011 | 1011000 | 110101 |
Color Harmonies of #F15D1B
Complementary color
Monochromatic Colors of #F15D1B
Black with #F15D1B
Text Example
Text Example
White with #F15D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15D1B; }
p { color: rgb(241,93,27); }
H1.HeaderClassName
{
color: #F15D1B;
}
.AnyTagClassName
{
color: #F15D1B;
}
</style>
background-color css
<style>
a { background-color: #F15D1B; }
a { background-color: rgb(241,93,27); }
div.DivClassName
{
background-color: #F15D1B;
}
.BgClassName
{
background-color: #F15D1B;
}
</style>
border-color css
<style>
span { border-color: #F15D1B; }
span { border-color: rgb(241,93,27); }
td.TdClassName
{
border-color: #F15D1B;
}
.TagClassName
{
border-color: #F15D1B;
}
</style>