Color Hex Logo

#fc251e Color Hex

#FC251E
(252,37,30)
0 Favorites   0 Comments

Color spaces of #fc251e

RGB 2523730
HSL0.010.970.55
HSV88°99°
CMYK 0.000.850.88   0.01
XYZ41.040822.11233.3333
Yxy22.11230.61730.3326
Hunter Lab47.023773.497628.7138
CIE-Lab54.146075.563258.3758

#fc251e color RGB value is (252,37,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100101 00011110
Octal 374 45 36
Decimal 252 37 30
Hex FC 25 1E

RGB Percentages of Color #fc251e

%79.00
%11.60
%9.40

CMYK Percentages of Color #fc251e

%0
%85
%88
%1

Triadic Colors of #fc251e

#fc251e #1efc25 #251efc

Analogous Colors of #fc251e

#fc251e #fc941e #fc1e86

Monochromatic Colors of #fc251e

#fc251e

Complementary Color

#fc251e #1ef5fc

#fc251e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc251e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc251e Color CSS Codes

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

#fc251e Text Font Color

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

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


#fc251e Background Color

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

This div background color is #fc251e


#fc251e Border Color

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

This div border color is #fc251e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc251e

Related Colors


Comments

No comments written yet.

Please login to write comment.