Color spaces of #fbf362
RGB | 251 | 243 | 98 |
---|---|---|---|
HSL | 0.16 | 0.95 | 0.68 |
HSV | 57° | 61° | 98° |
CMYK | 0.00 | 0.03 | 0.61 0.02 |
XYZ | 74.0389 | 85.4923 | 24.1547 |
Yxy | 85.4923 | 0.4031 | 0.4654 |
Hunter Lab | 92.4620 | -18.8749 | 49.2346 |
CIE-Lab | 94.0948 | -14.4909 | 68.7467 |
#fbf362 color RGB value is (251,243,98).
#fbf362 hex color red value is 251, green value is 243 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #fbf362 hue: 0.16 , saturation: 0.95 and the lightness value of fbf362 is 0.68.
The process color (four color CMYK) of #fbf362 color hex is 0.00, 0.03, 0.61, 0.02. Web safe color of #fbf362 is #ffff66. Color #fbf362 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11110011 | 01100010 |
Octal | 373 | 363 | 142 |
Decimal | 251 | 243 | 98 |
Hex | FB | F3 | 62 |
Shades of #fbf362
Tints of #fbf362
RGB Percentages of Color #fbf362
CMYK Percentages of Color #fbf362
Complementary Color
#fbf362 | #626afb |
#fbf362 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbf362 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbf362 Color CSS Codes
.mybgcolor {background-color:#fbf362; } .myforecolor {color:#fbf362; } .mybordercolor {border:3px solid #fbf362; }
#fbf362 Text Font Color
<p style="color:#fbf362">Text here</p>
This sample text font color is #fbf362
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.
#fbf362 Background Color
<div style="background-color:#fbf362">
Div content here</div>
This div background color is #fbf362
#fbf362 Border Color
<div style="border:3px solid #fbf362">
Div here</div>
This div border color is #fbf362
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,243,98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbf362; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbf362; -webkit-box-shadow: 1px 1px 3px 2px #fbf362; box-shadow: 1px 1px 3px 2px #fbf362; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,243,98, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbf362">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbf362; -webkit-box-shadow: 1px 1px 3px 2px #fbf362; box-shadow: 1px 1px 3px 2px #fbf362;">
Div content here</div>
This div box has shadow with color #fbf362
Comments
No comments written yet.
Please login to write comment.