Color Hex Logo

#fc550d Color Hex

#FC550D
(252,85,13)
0 Favorites   0 Comments

Color spaces of #fc550d

RGB 2528513
HSL0.050.980.52
HSV18°95°99°
CMYK 0.000.660.95   0.01
XYZ43.466027.22153.3441
Yxy27.22150.58710.3677
Hunter Lab52.174257.402332.7218
CIE-Lab59.178861.171966.9856

#fc550d color RGB value is (252,85,13).

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

The process color (four color CMYK) of #fc550d color hex is 0.00, 0.66, 0.95, 0.01. Web safe color of #fc550d is #ff6600. Color #fc550d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010101 00001101
Octal 374 125 15
Decimal 252 85 13
Hex FC 55 D

RGB Percentages of Color #fc550d

%72.00
%24.29
%3.71

CMYK Percentages of Color #fc550d

%0
%66
%95
%1

Triadic Colors of #fc550d

#fc550d #0dfc55 #550dfc

Analogous Colors of #fc550d

#fc550d #fccd0d #fc0d3c

Monochromatic Colors of #fc550d

#fc550d

Complementary Color

#fc550d #0db4fc

#fc550d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc550d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc550d Color CSS Codes

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

#fc550d Text Font Color

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

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


#fc550d Background Color

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

This div background color is #fc550d


#fc550d Border Color

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

This div border color is #fc550d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,85,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 #fc550d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc550d


Comments

No comments written yet.

Please login to write comment.