Shades of Persimmon #F15A1B
Tints of Persimmon #F15A1B
RGB
CMYK
RGB Variations
Color information
#F15A1B (or 0xF15A1B) is known color: Persimmon. HEX triplet: F1, 5A and 1B. RGB value is (241,90,27). Sum of RGB (Red+Green+Blue) = 241+90+27=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15A1B is #0EA5E4. Grayscale: #808080. Windows color (decimal): -959973 or 1792753. OLE color: 1792753.
HSL color Cylindrical-coordinate representation of color #F15A1B: hue angle of 17.66º 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 #F15A1B is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 27 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.05 |
| HSL | 17.66º | 0.88% | 0.53% | - |
| HSV(B) | 17.66º | 0.89% | 0.95% | - |
| XYZ | 40.13 | 26.09 | 3.96 | - |
| YUV | 127.97 | 71.03 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 27 | 0 | 0.63 | 0.89 | 0.05 | 17.66 | 0.88 | 0.53 |
| Hex | F1 | 5A | 1B | 0 | 3F | 59 | 5 | 12 | 58 | 35 |
| Octal | 361 | 132 | 33 | 0 | 77 | 131 | 5 | 22 | 130 | 65 |
| Binary | 11110001 | 1011010 | 11011 | 0 | 111111 | 1011001 | 101 | 10010 | 1011000 | 110101 |
Color Harmonies of #F15A1B
Complementary color
Monochromatic Colors of #F15A1B
Black with #F15A1B
Text Example
Text Example
White with #F15A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15A1B; }
p { color: rgb(241,90,27); }
H1.HeaderClassName
{
color: #F15A1B;
}
.AnyTagClassName
{
color: #F15A1B;
}
</style>
background-color css
<style>
a { background-color: #F15A1B; }
a { background-color: rgb(241,90,27); }
div.DivClassName
{
background-color: #F15A1B;
}
.BgClassName
{
background-color: #F15A1B;
}
</style>
border-color css
<style>
span { border-color: #F15A1B; }
span { border-color: rgb(241,90,27); }
td.TdClassName
{
border-color: #F15A1B;
}
.TagClassName
{
border-color: #F15A1B;
}
</style>