Color Hex Logo

#fc270f Color Hex

#FC270F
(252,39,15)
0 Favorites   0 Comments

Color spaces of #fc270f

RGB 2523915
HSL0.020.980.52
HSV94°99°
CMYK 0.000.850.94   0.01
XYZ40.956622.18102.5746
Yxy22.18100.62330.3375
Hunter Lab47.096772.809329.7265
CIE-Lab54.218574.991863.6618

#fc270f color RGB value is (252,39,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100111 00001111
Octal 374 47 17
Decimal 252 39 15
Hex FC 27 F

RGB Percentages of Color #fc270f

%82.35
%12.75
%4.90

CMYK Percentages of Color #fc270f

%0
%85
%94
%1

Triadic Colors of #fc270f

#fc270f #0ffc27 #270ffc

Analogous Colors of #fc270f

#fc270f #fc9e0f #fc0f6e

Monochromatic Colors of #fc270f

#fc270f

Complementary Color

#fc270f #0fe4fc

#fc270f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc270f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc270f Color CSS Codes

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

#fc270f Text Font Color

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

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


#fc270f Background Color

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

This div background color is #fc270f


#fc270f Border Color

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

This div border color is #fc270f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc270f


Comments

No comments written yet.

Please login to write comment.