Color Hex Logo

#fa652b Color Hex

#FA652B
(250,101,43)
0 Favorites   0 Comments

Color spaces of #fa652b

RGB 25010143
HSL0.050.950.57
HSV17°83°98°
CMYK 0.000.600.83   0.02
XYZ44.514129.80585.6924
Yxy29.80580.55630.3725
Hunter Lab54.594750.000332.0343
CIE-Lab61.486354.297558.8131

#fa652b color RGB value is (250,101,43).

#fa652b hex color red value is 250, green value is 101 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #fa652b hue: 0.05 , saturation: 0.95 and the lightness value of fa652b is 0.57.

The process color (four color CMYK) of #fa652b color hex is 0.00, 0.60, 0.83, 0.02. Web safe color of #fa652b is #ff6633. Color #fa652b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100101 00101011
Octal 372 145 53
Decimal 250 101 43
Hex FA 65 2B

RGB Percentages of Color #fa652b

%63.45
%25.63
%10.91

CMYK Percentages of Color #fa652b

%0
%60
%83
%2

Triadic Colors of #fa652b

#fa652b #2bfa65 #652bfa

Analogous Colors of #fa652b

#fa652b #facd2b #fa2b58

Monochromatic Colors of #fa652b

#fa652b

Complementary Color

#fa652b #2bc0fa

#fa652b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa652b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa652b Color CSS Codes

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

#fa652b Text Font Color

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

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


#fa652b Background Color

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

This div background color is #fa652b


#fa652b Border Color

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

This div border color is #fa652b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,101,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fa652b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fa652b;
  -webkit-box-shadow: 1px 1px 3px 2px #fa652b;
  box-shadow:         1px 1px 3px 2px #fa652b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,101,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa652b


Comments

No comments written yet.

Please login to write comment.