Color spaces of #fc230e
RGB | 252 | 35 | 14 |
---|---|---|---|
HSL | 0.01 | 0.98 | 0.52 |
HSV | 5° | 94° | 99° |
CMYK | 0.00 | 0.86 | 0.94 0.01 |
XYZ | 40.8252 | 21.9292 | 2.4965 |
Yxy | 21.9292 | 0.6257 | 0.3361 |
Hunter Lab | 46.8286 | 73.6662 | 29.6192 |
CIE-Lab | 53.9518 | 75.7371 | 63.7884 |
#fc230e color RGB value is (252,35,14).
#fc230e hex color red value is 252, green value is 35 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fc230e hue: 0.01 , saturation: 0.98 and the lightness value of fc230e is 0.52.
The process color (four color CMYK) of #fc230e color hex is 0.00, 0.86, 0.94, 0.01. Web safe color of #fc230e is #ff3300. Color #fc230e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00100011 | 00001110 |
Octal | 374 | 43 | 16 |
Decimal | 252 | 35 | 14 |
Hex | FC | 23 | E |
Shades of #fc230e
Tints of #fc230e
RGB Percentages of Color #fc230e
CMYK Percentages of Color #fc230e
Complementary Color
#fc230e | #0ee7fc |
#fc230e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc230e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc230e Color CSS Codes
.mybgcolor {background-color:#fc230e; } .myforecolor {color:#fc230e; } .mybordercolor {border:3px solid #fc230e; }
#fc230e Text Font Color
<p style="color:#fc230e">Text here</p>
This sample text font color is #fc230e
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.
#fc230e Background Color
<div style="background-color:#fc230e">
Div content here</div>
This div background color is #fc230e
#fc230e Border Color
<div style="border:3px solid #fc230e">
Div here</div>
This div border color is #fc230e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,35,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc230e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc230e; -webkit-box-shadow: 1px 1px 3px 2px #fc230e; box-shadow: 1px 1px 3px 2px #fc230e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,35,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc230e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc230e; -webkit-box-shadow: 1px 1px 3px 2px #fc230e; box-shadow: 1px 1px 3px 2px #fc230e;">
Div content here</div>
This div box has shadow with color #fc230e
Comments
No comments written yet.
Please login to write comment.