Color Hex Logo

#fc260c Color Hex

#FC260C
(252,38,12)
0 Favorites   0 Comments

Color spaces of #fc260c

RGB 2523812
HSL0.020.980.52
HSV95°99°
CMYK 0.000.850.95   0.01
XYZ40.904422.10822.4592
Yxy22.10820.62480.3377
Hunter Lab47.019473.001929.8126
CIE-Lab54.141675.162864.4001

#fc260c color RGB value is (252,38,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100110 00001100
Octal 374 46 14
Decimal 252 38 12
Hex FC 26 C

RGB Percentages of Color #fc260c

%83.44
%12.58
%3.97

CMYK Percentages of Color #fc260c

%0
%85
%95
%1

Triadic Colors of #fc260c

#fc260c #0cfc26 #260cfc

Analogous Colors of #fc260c

#fc260c #fc9e0c #fc0c6a

Monochromatic Colors of #fc260c

#fc260c

Complementary Color

#fc260c #0ce2fc

#fc260c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc260c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc260c Color CSS Codes

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

#fc260c Text Font Color

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

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


#fc260c Background Color

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

This div background color is #fc260c


#fc260c Border Color

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

This div border color is #fc260c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc260c


Comments

No comments written yet.

Please login to write comment.