Color Hex Logo

#fab62b Color Hex

#FAB62B
(250,182,43)
0 Favorites   0 Comments

Color spaces of #fab62b

RGB 25018243
HSL0.110.950.57
HSV40°83°98°
CMYK 0.000.270.83   0.02
XYZ56.588353.95439.7172
Yxy53.95430.47060.4486
Hunter Lab73.45368.971843.5740
CIE-Lab78.435113.581473.4425

#fab62b color RGB value is (250,182,43).

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

The process color (four color CMYK) of #fab62b color hex is 0.00, 0.27, 0.83, 0.02. Web safe color of #fab62b is #ffcc33. Color #fab62b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110110 00101011
Octal 372 266 53
Decimal 250 182 43
Hex FA B6 2B

RGB Percentages of Color #fab62b

%52.63
%38.32
%9.05

CMYK Percentages of Color #fab62b

%0
%27
%83
%2

Triadic Colors of #fab62b

#fab62b #2bfab6 #b62bfa

Analogous Colors of #fab62b

#fab62b #d7fa2b #fa4e2b

Monochromatic Colors of #fab62b

#fab62b

Complementary Color

#fab62b #2b6ffa

#fab62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab62b Color CSS Codes

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

#fab62b Text Font Color

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

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


#fab62b Background Color

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

This div background color is #fab62b


#fab62b Border Color

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

This div border color is #fab62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab62b


Comments

No comments written yet.

Please login to write comment.