Color spaces of #fcb264
RGB | 252 | 178 | 100 |
---|---|---|---|
HSL | 0.09 | 0.96 | 0.69 |
HSV | 31° | 60° | 99° |
CMYK | 0.00 | 0.29 | 0.60 0.01 |
XYZ | 58.3655 | 53.4563 | 19.2985 |
Yxy | 53.4563 | 0.4451 | 0.4077 |
Hunter Lab | 73.1138 | 14.5443 | 35.5300 |
CIE-Lab | 78.1436 | 19.1958 | 49.9723 |
#fcb264 color RGB value is (252,178,100).
#fcb264 hex color red value is 252, green value is 178 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #fcb264 hue: 0.09 , saturation: 0.96 and the lightness value of fcb264 is 0.69.
The process color (four color CMYK) of #fcb264 color hex is 0.00, 0.29, 0.60, 0.01. Web safe color of #fcb264 is #ff9966. Color #fcb264 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10110010 | 01100100 |
Octal | 374 | 262 | 144 |
Decimal | 252 | 178 | 100 |
Hex | FC | B2 | 64 |
Shades of #fcb264
Tints of #fcb264
RGB Percentages of Color #fcb264
CMYK Percentages of Color #fcb264
Complementary Color
#fcb264 | #64aefc |
#fcb264 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcb264 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcb264 Color CSS Codes
.mybgcolor {background-color:#fcb264; } .myforecolor {color:#fcb264; } .mybordercolor {border:3px solid #fcb264; }
#fcb264 Text Font Color
<p style="color:#fcb264">Text here</p>
This sample text font color is #fcb264
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#fcb264 Background Color
<div style="background-color:#fcb264">
Div content here</div>
This div background color is #fcb264
#fcb264 Border Color
<div style="border:3px solid #fcb264">
Div here</div>
This div border color is #fcb264
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,178,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcb264; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcb264; -webkit-box-shadow: 1px 1px 3px 2px #fcb264; box-shadow: 1px 1px 3px 2px #fcb264; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,178,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcb264">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcb264; -webkit-box-shadow: 1px 1px 3px 2px #fcb264; box-shadow: 1px 1px 3px 2px #fcb264;">
Div content here</div>
This div box has shadow with color #fcb264
Comments
No comments written yet.
Please login to write comment.