#F6E27F color RGB value is (15, 110, 39).
#F6E27F hex color red value is 15, green value is 110, and blue value is 39.
Cylindrical-coordinate representations (HSL) of color #F6E27F
hue: 135.16,
saturation: 0.76 and lightness: 0.25.
The process color (four-color CMYK) of #F6E27F color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #F6E27F is #ff9999. Color #F6E27F contains mainly RED.
Color spaces of #F6E27F | Value |
---|---|
RGB | 246, 226, 127 |
HSL | 0.14, 0.87, 0.73 |
HSV | 50°, 48°, 96° |
XYZ | 69.04, 75.52, 31.01 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 11100010 | 1111111 |
Octal | 366 | 342 | 177 |
Decimal | 246 | 226 | 127 |
Hex | F6 | E2 | 7F |
Shades of #F6E27F
Tints of #F6E27F
.mybgColor {background-color: #F6E27F;} .myforeColor {color: #F6E27F;} .myborderColor {border:3px solid #F6E27F;}
<p style="color:#F6E27F">Text here</p>
This sample text is styled with the font color #F6E27F. 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:#F6E27F">Div content here</div>
<div style="border:3px solid #F6E27F">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246, 226, 127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #F6E27F; } .divShadow { -moz-box-shadow: 1px 1px 3px #F6E27F; -webkit-box-shadow: 1px 1px 3px #F6E27F; box-shadow: 1px 1px 3px #F6E27F; }
<p style="text-shadow: 4px 4px 2px rgba(246, 226, 127, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #F6E27F;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #F6E27F;
-webkit-box-shadow: 1px 1px 3px #F6E27F;
box-shadow: 1px 1px 3px #F6E27F;">Div content here</div>