Color spaces of #ffa234
RGB | 255 | 162 | 52 |
---|---|---|---|
HSL | 0.09 | 1.00 | 0.60 |
HSV | 33° | 80° | 100° |
CMYK | 0.00 | 0.36 | 0.80 0.00 |
XYZ | 54.7802 | 47.3486 | 9.5008 |
Yxy | 47.3486 | 0.4907 | 0.4242 |
Hunter Lab | 68.8103 | 21.6866 | 39.9809 |
CIE-Lab | 74.4122 | 26.3929 | 67.1750 |
#ffa234 color RGB value is (255,162,52).
#ffa234 hex color red value is 255, green value is 162 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ffa234 hue: 0.09 , saturation: 1.00 and the lightness value of ffa234 is 0.60.
The process color (four color CMYK) of #ffa234 color hex is 0.00, 0.36, 0.80, 0.00. Web safe color of #ffa234 is #ff9933. Color #ffa234 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10100010 | 00110100 |
Octal | 377 | 242 | 64 |
Decimal | 255 | 162 | 52 |
Hex | FF | A2 | 34 |
Shades of #ffa234
Tints of #ffa234
RGB Percentages of Color #ffa234
CMYK Percentages of Color #ffa234
Complementary Color
#ffa234 | #3491ff |
#ffa234 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffa234 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffa234 Color CSS Codes
.mybgcolor {background-color:#ffa234; } .myforecolor {color:#ffa234; } .mybordercolor {border:3px solid #ffa234; }
#ffa234 Text Font Color
<p style="color:#ffa234">Text here</p>
This sample text font color is #ffa234
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.
#ffa234 Background Color
<div style="background-color:#ffa234">
Div content here</div>
This div background color is #ffa234
#ffa234 Border Color
<div style="border:3px solid #ffa234">
Div here</div>
This div border color is #ffa234
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,162,52, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffa234; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffa234; -webkit-box-shadow: 1px 1px 3px 2px #ffa234; box-shadow: 1px 1px 3px 2px #ffa234; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,162,52, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffa234">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffa234; -webkit-box-shadow: 1px 1px 3px 2px #ffa234; box-shadow: 1px 1px 3px 2px #ffa234;">
Div content here</div>
This div box has shadow with color #ffa234
Comments
No comments written yet.
Please login to write comment.