Color spaces of #ffaa33
RGB | 255 | 170 | 51 |
---|---|---|---|
HSL | 0.10 | 1.00 | 0.60 |
HSV | 35° | 80° | 100° |
CMYK | 0.00 | 0.33 | 0.80 0.00 |
XYZ | 56.2123 | 50.2485 | 9.8682 |
Yxy | 50.2485 | 0.4832 | 0.4320 |
Hunter Lab | 70.8862 | 17.4986 | 41.3664 |
CIE-Lab | 76.2215 | 22.1889 | 69.1655 |
#ffaa33 color RGB value is (255,170,51). This hex color code is also a web safe color which is equal to #FA3.
#ffaa33 hex color red value is 255, green value is 170 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #ffaa33 hue: 0.10 , saturation: 1.00 and the lightness value of ffaa33 is 0.60.
The process color (four color CMYK) of #ffaa33 color hex is 0.00, 0.33, 0.80, 0.00. Web safe color of #ffaa33 is #ff9933. Color #ffaa33 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10101010 | 00110011 |
Octal | 377 | 252 | 63 |
Decimal | 255 | 170 | 51 |
Hex | FF | AA | 33 |
Shades of #ffaa33
Tints of #ffaa33
RGB Percentages of Color #ffaa33
CMYK Percentages of Color #ffaa33
Complementary Color
#ffaa33 | #3388ff |
#ffaa33 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffaa33 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffaa33 Color CSS Codes
.mybgcolor {background-color:#ffaa33; } .myforecolor {color:#ffaa33; } .mybordercolor {border:3px solid #ffaa33; }
#ffaa33 Text Font Color
<p style="color:#ffaa33">Text here</p>
This sample text font color is #ffaa33
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.
#ffaa33 Background Color
<div style="background-color:#ffaa33">
Div content here</div>
This div background color is #ffaa33
#ffaa33 Border Color
<div style="border:3px solid #ffaa33">
Div here</div>
This div border color is #ffaa33
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,170,51, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffaa33; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffaa33; -webkit-box-shadow: 1px 1px 3px 2px #ffaa33; box-shadow: 1px 1px 3px 2px #ffaa33; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,170,51, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffaa33">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffaa33; -webkit-box-shadow: 1px 1px 3px 2px #ffaa33; box-shadow: 1px 1px 3px 2px #ffaa33;">
Div content here</div>
This div box has shadow with color #ffaa33
#ffaa33 Color Palettes
Comments
No comments written yet.
Please login to write comment.