Color spaces of #fae120
RGB | 250 | 225 | 32 |
---|---|---|---|
HSL | 0.15 | 0.96 | 0.55 |
HSV | 53° | 87° | 98° |
CMYK | 0.00 | 0.10 | 0.87 0.02 |
XYZ | 66.6103 | 74.2787 | 12.1930 |
Yxy | 74.2787 | 0.4351 | 0.4852 |
Hunter Lab | 86.1851 | -12.8657 | 51.9415 |
CIE-Lab | 89.0540 | -8.6950 | 84.7270 |
#fae120 color RGB value is (250,225,32).
#fae120 hex color red value is 250, green value is 225 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #fae120 hue: 0.15 , saturation: 0.96 and the lightness value of fae120 is 0.55.
The process color (four color CMYK) of #fae120 color hex is 0.00, 0.10, 0.87, 0.02. Web safe color of #fae120 is #ffcc33. Color #fae120 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11100001 | 00100000 |
Octal | 372 | 341 | 40 |
Decimal | 250 | 225 | 32 |
Hex | FA | E1 | 20 |
Shades of #fae120
Tints of #fae120
RGB Percentages of Color #fae120
CMYK Percentages of Color #fae120
Complementary Color
#fae120 | #2039fa |
#fae120 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fae120 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fae120 Color CSS Codes
.mybgcolor {background-color:#fae120; } .myforecolor {color:#fae120; } .mybordercolor {border:3px solid #fae120; }
#fae120 Text Font Color
<p style="color:#fae120">Text here</p>
This sample text font color is #fae120
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.
#fae120 Background Color
<div style="background-color:#fae120">
Div content here</div>
This div background color is #fae120
#fae120 Border Color
<div style="border:3px solid #fae120">
Div here</div>
This div border color is #fae120
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,225,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fae120; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fae120; -webkit-box-shadow: 1px 1px 3px 2px #fae120; box-shadow: 1px 1px 3px 2px #fae120; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,225,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fae120">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fae120; -webkit-box-shadow: 1px 1px 3px 2px #fae120; box-shadow: 1px 1px 3px 2px #fae120;">
Div content here</div>
This div box has shadow with color #fae120
Comments
No comments written yet.
Please login to write comment.