Color Hex Logo

#fc380b Color Hex

#FC380B
(252,56,11)
0 Favorites   0 Comments

Color spaces of #fc380b

RGB 2525611
HSL0.030.980.52
HSV11°96°99°
CMYK 0.000.780.96   0.01
XYZ41.619523.54802.6682
Yxy23.54800.61350.3471
Hunter Lab48.526368.173030.7084
CIE-Lab55.632470.924265.4121

#fc380b color RGB value is (252,56,11).

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

The process color (four color CMYK) of #fc380b color hex is 0.00, 0.78, 0.96, 0.01. Web safe color of #fc380b is #ff3300. Color #fc380b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111000 00001011
Octal 374 70 13
Decimal 252 56 11
Hex FC 38 B

RGB Percentages of Color #fc380b

%79.00
%17.55
%3.45

CMYK Percentages of Color #fc380b

%0
%78
%96
%1

Triadic Colors of #fc380b

#fc380b #0bfc38 #380bfc

Analogous Colors of #fc380b

#fc380b #fcb10b #fc0b56

Monochromatic Colors of #fc380b

#fc380b

Complementary Color

#fc380b #0bcffc

#fc380b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc380b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc380b Color CSS Codes

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

#fc380b Text Font Color

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

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


#fc380b Background Color

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

This div background color is #fc380b


#fc380b Border Color

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

This div border color is #fc380b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc380b


Comments

No comments written yet.

Please login to write comment.