Color spaces of #fba664
RGB | 251 | 166 | 100 |
---|---|---|---|
HSL | 0.07 | 0.95 | 0.69 |
HSV | 26° | 60° | 98° |
CMYK | 0.00 | 0.34 | 0.60 0.02 |
XYZ | 55.7201 | 48.7018 | 18.5202 |
Yxy | 48.7018 | 0.4532 | 0.3961 |
Hunter Lab | 69.7867 | 20.3939 | 33.1161 |
CIE-Lab | 75.2654 | 25.0815 | 46.5409 |
#fba664 color RGB value is (251,166,100).
#fba664 hex color red value is 251, green value is 166 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #fba664 hue: 0.07 , saturation: 0.95 and the lightness value of fba664 is 0.69.
The process color (four color CMYK) of #fba664 color hex is 0.00, 0.34, 0.60, 0.02. Web safe color of #fba664 is #ff9966. Color #fba664 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10100110 | 01100100 |
Octal | 373 | 246 | 144 |
Decimal | 251 | 166 | 100 |
Hex | FB | A6 | 64 |
Shades of #fba664
Tints of #fba664
RGB Percentages of Color #fba664
CMYK Percentages of Color #fba664
Complementary Color
#fba664 | #64b9fb |
#fba664 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fba664 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fba664 Color CSS Codes
.mybgcolor {background-color:#fba664; } .myforecolor {color:#fba664; } .mybordercolor {border:3px solid #fba664; }
#fba664 Text Font Color
<p style="color:#fba664">Text here</p>
This sample text font color is #fba664
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.
#fba664 Background Color
<div style="background-color:#fba664">
Div content here</div>
This div background color is #fba664
#fba664 Border Color
<div style="border:3px solid #fba664">
Div here</div>
This div border color is #fba664
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,166,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fba664; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fba664; -webkit-box-shadow: 1px 1px 3px 2px #fba664; box-shadow: 1px 1px 3px 2px #fba664; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,166,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 #fba664">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fba664; -webkit-box-shadow: 1px 1px 3px 2px #fba664; box-shadow: 1px 1px 3px 2px #fba664;">
Div content here</div>
This div box has shadow with color #fba664
Comments
No comments written yet.
Please login to write comment.