Color Hex Logo

#fc251b Color Hex

#FC251B
(252,37,27)
0 Favorites   0 Comments

Color spaces of #fc251b

RGB 2523727
HSL0.010.970.55
HSV89°99°
CMYK 0.000.850.89   0.01
XYZ41.004322.09773.1410
Yxy22.09770.61900.3336
Hunter Lab47.008273.437628.9441
CIE-Lab54.130575.517759.5763

#fc251b color RGB value is (252,37,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100101 00011011
Octal 374 45 33
Decimal 252 37 27
Hex FC 25 1B

RGB Percentages of Color #fc251b

%79.75
%11.71
%8.54

CMYK Percentages of Color #fc251b

%0
%85
%89
%1

Triadic Colors of #fc251b

#fc251b #1bfc25 #251bfc

Analogous Colors of #fc251b

#fc251b #fc961b #fc1b82

Monochromatic Colors of #fc251b

#fc251b

Complementary Color

#fc251b #1bf2fc

#fc251b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc251b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc251b Color CSS Codes

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

#fc251b Text Font Color

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

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


#fc251b Background Color

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

This div background color is #fc251b


#fc251b Border Color

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

This div border color is #fc251b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc251b

Related Colors


Comments

No comments written yet.

Please login to write comment.