Color Hex Logo

#fc250e Color Hex

#FC250E
(252,37,14)
0 Favorites   0 Comments

Color spaces of #fc250e

RGB 2523714
HSL0.020.980.52
HSV94°99°
CMYK 0.000.850.94   0.01
XYZ40.885722.05032.5167
Yxy22.05030.62470.3369
Hunter Lab46.957773.242329.6928
CIE-Lab54.080375.369463.8572

#fc250e color RGB value is (252,37,14).

#fc250e hex color red value is 252, green value is 37 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fc250e hue: 0.02 , saturation: 0.98 and the lightness value of fc250e is 0.52.

The process color (four color CMYK) of #fc250e color hex is 0.00, 0.85, 0.94, 0.01. Web safe color of #fc250e is #ff3300. Color #fc250e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100101 00001110
Octal 374 45 16
Decimal 252 37 14
Hex FC 25 E

RGB Percentages of Color #fc250e

%83.17
%12.21
%4.62

CMYK Percentages of Color #fc250e

%0
%85
%94
%1

Triadic Colors of #fc250e

#fc250e #0efc25 #250efc

Analogous Colors of #fc250e

#fc250e #fc9c0e #fc0e6e

Monochromatic Colors of #fc250e

#fc250e

Complementary Color

#fc250e #0ee5fc

#fc250e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc250e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc250e Color CSS Codes

.mybgcolor {background-color:#fc250e; } 
.myforecolor {color:#fc250e; }
.mybordercolor {border:3px solid #fc250e; }

#fc250e Text Font Color

<p style="color:#fc250e">Text here</p>

This sample text font color is #fc250e
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.


#fc250e Background Color

<div style="background-color:#fc250e">
Div content here</div>

This div background color is #fc250e


#fc250e Border Color

<div style="border:3px solid #fc250e">
Div here</div>

This div border color is #fc250e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,37,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc250e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc250e;
  -webkit-box-shadow: 1px 1px 3px 2px #fc250e;
  box-shadow:         1px 1px 3px 2px #fc250e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,37,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 #fc250e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fc250e;
  -webkit-box-shadow: 1px 1px 3px 2px #fc250e;
  box-shadow:         1px 1px 3px 2px #fc250e;">
Div content here</div>

This div box has shadow with color #fc250e


Comments

No comments written yet.

Please login to write comment.