Color spaces of #f9d03d
RGB | 249 | 208 | 61 |
---|---|---|---|
HSL | 0.13 | 0.94 | 0.61 |
HSV | 47° | 76° | 98° |
CMYK | 0.00 | 0.16 | 0.76 0.02 |
XYZ | 62.4651 | 65.5884 | 13.7824 |
Yxy | 65.5884 | 0.4404 | 0.4624 |
Hunter Lab | 80.9867 | -4.0494 | 46.6006 |
CIE-Lab | 84.7860 | 0.2908 | 73.3495 |
#f9d03d color RGB value is (249,208,61).
#f9d03d hex color red value is 249, green value is 208 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #f9d03d hue: 0.13 , saturation: 0.94 and the lightness value of f9d03d is 0.61.
The process color (four color CMYK) of #f9d03d color hex is 0.00, 0.16, 0.76, 0.02. Web safe color of #f9d03d is #ffcc33. Color #f9d03d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 11010000 | 00111101 |
Octal | 371 | 320 | 75 |
Decimal | 249 | 208 | 61 |
Hex | F9 | D0 | 3D |
Shades of #f9d03d
Tints of #f9d03d
RGB Percentages of Color #f9d03d
CMYK Percentages of Color #f9d03d
Complementary Color
#f9d03d | #3d66f9 |
#f9d03d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f9d03d Color Preview on White Background
Lorem ipsum dolor sit amet.
#f9d03d Color CSS Codes
.mybgcolor {background-color:#f9d03d; } .myforecolor {color:#f9d03d; } .mybordercolor {border:3px solid #f9d03d; }
#f9d03d Text Font Color
<p style="color:#f9d03d">Text here</p>
This sample text font color is #f9d03d
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.
#f9d03d Background Color
<div style="background-color:#f9d03d">
Div content here</div>
This div background color is #f9d03d
#f9d03d Border Color
<div style="border:3px solid #f9d03d">
Div here</div>
This div border color is #f9d03d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,208,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f9d03d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f9d03d; -webkit-box-shadow: 1px 1px 3px 2px #f9d03d; box-shadow: 1px 1px 3px 2px #f9d03d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,208,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f9d03d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f9d03d; -webkit-box-shadow: 1px 1px 3px 2px #f9d03d; box-shadow: 1px 1px 3px 2px #f9d03d;">
Div content here</div>
This div box has shadow with color #f9d03d
Comments
No comments written yet.
Please login to write comment.