Color Hex Logo

#fc733a Color Hex

#FC733A
(252,115,58)
0 Favorites   0 Comments

Color spaces of #fc733a

RGB 25211558
HSL0.050.970.61
HSV18°77°99°
CMYK 0.000.540.77   0.01
XYZ47.039333.26247.9440
Yxy33.26240.53300.3769
Hunter Lab57.673644.658232.2048
CIE-Lab64.372849.063355.0027

#fc733a color RGB value is (252,115,58).

#fc733a hex color red value is 252, green value is 115 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fc733a hue: 0.05 , saturation: 0.97 and the lightness value of fc733a is 0.61.

The process color (four color CMYK) of #fc733a color hex is 0.00, 0.54, 0.77, 0.01. Web safe color of #fc733a is #ff6633. Color #fc733a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110011 00111010
Octal 374 163 72
Decimal 252 115 58
Hex FC 73 3A

RGB Percentages of Color #fc733a

%59.29
%27.06
%13.65

CMYK Percentages of Color #fc733a

%0
%54
%77
%1

Triadic Colors of #fc733a

#fc733a #3afc73 #733afc

Analogous Colors of #fc733a

#fc733a #fcd43a #fc3a62

Monochromatic Colors of #fc733a

#fc733a

Complementary Color

#fc733a #3ac3fc

#fc733a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc733a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc733a Color CSS Codes

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

#fc733a Text Font Color

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

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


#fc733a Background Color

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

This div background color is #fc733a


#fc733a Border Color

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

This div border color is #fc733a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc733a

Related Colors


Comments

No comments written yet.

Please login to write comment.