Color spaces of #fbcb65
RGB | 251 | 203 | 101 |
---|---|---|---|
HSL | 0.11 | 0.95 | 0.69 |
HSV | 41° | 60° | 98° |
CMYK | 0.00 | 0.19 | 0.60 0.02 |
XYZ | 63.4886 | 64.1607 | 21.3500 |
Yxy | 64.1607 | 0.4261 | 0.4306 |
Hunter Lab | 80.1004 | 1.3058 | 40.2671 |
CIE-Lab | 84.0494 | 5.8275 | 56.3070 |
#fbcb65 color RGB value is (251,203,101).
#fbcb65 hex color red value is 251, green value is 203 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #fbcb65 hue: 0.11 , saturation: 0.95 and the lightness value of fbcb65 is 0.69.
The process color (four color CMYK) of #fbcb65 color hex is 0.00, 0.19, 0.60, 0.02. Web safe color of #fbcb65 is #ffcc66. Color #fbcb65 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11001011 | 01100101 |
Octal | 373 | 313 | 145 |
Decimal | 251 | 203 | 101 |
Hex | FB | CB | 65 |
Shades of #fbcb65
Tints of #fbcb65
RGB Percentages of Color #fbcb65
CMYK Percentages of Color #fbcb65
Complementary Color
#fbcb65 | #6595fb |
#fbcb65 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbcb65 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbcb65 Color CSS Codes
.mybgcolor {background-color:#fbcb65; } .myforecolor {color:#fbcb65; } .mybordercolor {border:3px solid #fbcb65; }
#fbcb65 Text Font Color
<p style="color:#fbcb65">Text here</p>
This sample text font color is #fbcb65
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.
#fbcb65 Background Color
<div style="background-color:#fbcb65">
Div content here</div>
This div background color is #fbcb65
#fbcb65 Border Color
<div style="border:3px solid #fbcb65">
Div here</div>
This div border color is #fbcb65
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,203,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbcb65; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbcb65; -webkit-box-shadow: 1px 1px 3px 2px #fbcb65; box-shadow: 1px 1px 3px 2px #fbcb65; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,203,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbcb65">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbcb65; -webkit-box-shadow: 1px 1px 3px 2px #fbcb65; box-shadow: 1px 1px 3px 2px #fbcb65;">
Div content here</div>
This div box has shadow with color #fbcb65
Comments
No comments written yet.
Please login to write comment.