Color spaces of #fb664d
RGB | 251 | 102 | 77 |
---|---|---|---|
HSL | 0.02 | 0.96 | 0.64 |
HSV | 9° | 69° | 98° |
CMYK | 0.00 | 0.59 | 0.69 0.02 |
XYZ | 45.8746 | 30.5478 | 10.4996 |
Yxy | 30.5478 | 0.5278 | 0.3514 |
Hunter Lab | 55.2701 | 51.4338 | 27.4258 |
CIE-Lab | 62.1240 | 55.4649 | 42.9829 |
#fb664d color RGB value is (251,102,77).
#fb664d hex color red value is 251, green value is 102 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #fb664d hue: 0.02 , saturation: 0.96 and the lightness value of fb664d is 0.64.
The process color (four color CMYK) of #fb664d color hex is 0.00, 0.59, 0.69, 0.02. Web safe color of #fb664d is #ff6666. Color #fb664d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 01100110 | 01001101 |
Octal | 373 | 146 | 115 |
Decimal | 251 | 102 | 77 |
Hex | FB | 66 | 4D |
Shades of #fb664d
Tints of #fb664d
RGB Percentages of Color #fb664d
CMYK Percentages of Color #fb664d
Complementary Color
#fb664d | #4de2fb |
#fb664d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb664d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb664d Color CSS Codes
.mybgcolor {background-color:#fb664d; } .myforecolor {color:#fb664d; } .mybordercolor {border:3px solid #fb664d; }
#fb664d Text Font Color
<p style="color:#fb664d">Text here</p>
This sample text font color is #fb664d
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.
#fb664d Background Color
<div style="background-color:#fb664d">
Div content here</div>
This div background color is #fb664d
#fb664d Border Color
<div style="border:3px solid #fb664d">
Div here</div>
This div border color is #fb664d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,102,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb664d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb664d; -webkit-box-shadow: 1px 1px 3px 2px #fb664d; box-shadow: 1px 1px 3px 2px #fb664d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,102,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb664d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb664d; -webkit-box-shadow: 1px 1px 3px 2px #fb664d; box-shadow: 1px 1px 3px 2px #fb664d;">
Div content here</div>
This div box has shadow with color #fb664d
Comments
No comments written yet.
Please login to write comment.