Color Hex Logo

#feb62f Color Hex

#FEB62F
(254,182,47)
0 Favorites   0 Comments

Color spaces of #feb62f

RGB 25418247
HSL0.110.990.59
HSV39°81°100°
CMYK 0.000.280.81   0.00
XYZ58.114154.732010.1907
Yxy54.73200.47230.4448
Hunter Lab73.981110.749643.6197
CIE-Lab78.886615.382172.7923

#feb62f color RGB value is (254,182,47).

#feb62f hex color red value is 254, green value is 182 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #feb62f hue: 0.11 , saturation: 0.99 and the lightness value of feb62f is 0.59.

The process color (four color CMYK) of #feb62f color hex is 0.00, 0.28, 0.81, 0.00. Web safe color of #feb62f is #ffcc33. Color #feb62f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 00101111
Octal 376 266 57
Decimal 254 182 47
Hex FE B6 2F

RGB Percentages of Color #feb62f

%52.59
%37.68
%9.73

CMYK Percentages of Color #feb62f

%0
%28
%81
%0

Triadic Colors of #feb62f

#feb62f #2ffeb6 #b62ffe

Analogous Colors of #feb62f

#feb62f #dffe2f #fe4e2f

Monochromatic Colors of #feb62f

#feb62f

Complementary Color

#feb62f #2f77fe

#feb62f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb62f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb62f Color CSS Codes

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

#feb62f Text Font Color

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

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


#feb62f Background Color

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

This div background color is #feb62f


#feb62f Border Color

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

This div border color is #feb62f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,182,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb62f

Related Colors


Comments

No comments written yet.

Please login to write comment.