Color Hex Logo

#fc270d Color Hex

#FC270D
(252,39,13)
0 Favorites   0 Comments

Color spaces of #fc270d

RGB 2523913
HSL0.020.980.52
HSV95°99°
CMYK 0.000.850.95   0.01
XYZ40.943022.17552.5031
Yxy22.17550.62390.3379
Hunter Lab47.090972.787229.8121
CIE-Lab54.212774.975064.1882

#fc270d color RGB value is (252,39,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100111 00001101
Octal 374 47 15
Decimal 252 39 13
Hex FC 27 D

RGB Percentages of Color #fc270d

%82.89
%12.83
%4.28

CMYK Percentages of Color #fc270d

%0
%85
%95
%1

Triadic Colors of #fc270d

#fc270d #0dfc27 #270dfc

Analogous Colors of #fc270d

#fc270d #fc9f0d #fc0d6b

Monochromatic Colors of #fc270d

#fc270d

Complementary Color

#fc270d #0de2fc

#fc270d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc270d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc270d Color CSS Codes

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

#fc270d Text Font Color

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

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


#fc270d Background Color

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

This div background color is #fc270d


#fc270d Border Color

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

This div border color is #fc270d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc270d


Comments

No comments written yet.

Please login to write comment.