color codes Logo

#fc051b color codes

#FC051B
(252,5,27)
0 Favorites   0 Comments

Color spaces of #fc051b

RGB 252527
HSL0.990.980.50
HSV355°98°99°
CMYK 0.000.980.89   0.01
XYZ40.397020.88312.9386
Yxy20.88310.62910.3252
Hunter Lab45.698077.822228.1760
CIE-Lab52.821379.286358.6659

#fc051b color RGB value is (252,5,27).

#fc051b hex color red value is 252, green value is 5 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #fc051b hue: 0.99 , saturation: 0.98 and the lightness value of fc051b is 0.50.

The process color (four color CMYK) of #fc051b color code is 0.00, 0.98, 0.89, 0.01. Web safe color of #fc051b is #ff0033. Color #fc051b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000101 00011011
Octal 374 5 33
Decimal 252 5 27
Hex FC 5 1B

RGB Percentages of Color #fc051b

%88.73
%1.76
%9.51

CMYK Percentages of Color #fc051b

%0
%98
%89
%1

Triadic Colors of #fc051b

#fc051b #1bfc05 #051bfc

Analogous Colors of #fc051b

#fc051b #fc6b05 #fc0597

Monochromatic Colors of #fc051b

#fc051b

Complementary Color

#fc051b #05fce6

#fc051b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc051b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc051b Color CSS Codes

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

#fc051b Text Font Color

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

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


#fc051b Background Color

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

This div background color is #fc051b


#fc051b Border Color

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

This div border color is #fc051b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc051b

Related Colors


Comments

No comments written yet.

Please login to write comment.