Color Hex Logo

#fc231b Color Hex

#FC231B
(252,35,27)
0 Favorites   0 Comments

Color spaces of #fc231b

RGB 2523527
HSL0.010.970.55
HSV89°99°
CMYK 0.000.860.89   0.01
XYZ40.943721.97663.1209
Yxy21.97660.62000.3328
Hunter Lab46.879273.861028.8683
CIE-Lab54.002275.884759.4861

#fc231b color RGB value is (252,35,27).

#fc231b hex color red value is 252, green value is 35 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #fc231b hue: 0.01 , saturation: 0.97 and the lightness value of fc231b is 0.55.

The process color (four color CMYK) of #fc231b color hex is 0.00, 0.86, 0.89, 0.01. Web safe color of #fc231b is #ff3333. Color #fc231b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100011 00011011
Octal 374 43 33
Decimal 252 35 27
Hex FC 23 1B

RGB Percentages of Color #fc231b

%80.25
%11.15
%8.60

CMYK Percentages of Color #fc231b

%0
%86
%89
%1

Triadic Colors of #fc231b

#fc231b #1bfc23 #231bfc

Analogous Colors of #fc231b

#fc231b #fc941b #fc1b84

Monochromatic Colors of #fc231b

#fc231b

Complementary Color

#fc231b #1bf4fc

#fc231b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc231b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc231b Color CSS Codes

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

#fc231b Text Font Color

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

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


#fc231b Background Color

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

This div background color is #fc231b


#fc231b Border Color

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

This div border color is #fc231b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,35,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fc231b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc231b


Comments

No comments written yet.

Please login to write comment.