#F65B28 color RGB value is (15, 101, 178).
#F65B28 hex color red value is 15, green value is 101, and blue value is 178.
Cylindrical-coordinate representations (HSL) of color #F65B28
hue: 208.34,
saturation: 0.84 and lightness: 0.38.
The process color (four-color CMYK) of #F65B28 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #F65B28 is #ff9999. Color #F65B28 contains mainly RED.
Color spaces of #F65B28 | Value |
---|---|
RGB | 246, 91, 40 |
HSL | 0.04, 0.92, 0.56 |
HSV | 15°, 84°, 96° |
XYZ | 42.13, 27.23, 5.05 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 1011011 | 101000 |
Octal | 366 | 133 | 50 |
Decimal | 246 | 91 | 40 |
Hex | F6 | 5B | 28 |
Shades of #F65B28
Tints of #F65B28
.mybgColor {background-color: #F65B28;} .myforeColor {color: #F65B28;} .myborderColor {border:3px solid #F65B28;}
<p style="color:#F65B28">Text here</p>
This sample text is styled with the font color #F65B28. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#F65B28">Div content here</div>
<div style="border:3px solid #F65B28">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246, 91, 40, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #F65B28; } .divShadow { -moz-box-shadow: 1px 1px 3px #F65B28; -webkit-box-shadow: 1px 1px 3px #F65B28; box-shadow: 1px 1px 3px #F65B28; }
<p style="text-shadow: 4px 4px 2px rgba(246, 91, 40, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #F65B28;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #F65B28;
-webkit-box-shadow: 1px 1px 3px #F65B28;
box-shadow: 1px 1px 3px #F65B28;">Div content here</div>