Color Hex Logo

#feb74a Color Hex

#FEB74A
(254,183,74)
0 Favorites   0 Comments

Color spaces of #feb74a

RGB 25418374
HSL0.100.990.64
HSV36°71°100°
CMYK 0.000.280.71   0.00
XYZ59.042655.432214.0662
Yxy55.43220.45930.4312
Hunter Lab74.452811.261840.9154
CIE-Lab79.289615.893563.1882

#feb74a color RGB value is (254,183,74).

#feb74a hex color red value is 254, green value is 183 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #feb74a hue: 0.10 , saturation: 0.99 and the lightness value of feb74a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 01001010
Octal 376 267 112
Decimal 254 183 74
Hex FE B7 4A

RGB Percentages of Color #feb74a

%49.71
%35.81
%14.48

CMYK Percentages of Color #feb74a

%0
%28
%71
%0

Triadic Colors of #feb74a

#feb74a #4afeb7 #b74afe

Analogous Colors of #feb74a

#feb74a #ebfe4a #fe5d4a

Monochromatic Colors of #feb74a

#feb74a

Complementary Color

#feb74a #4a91fe

#feb74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb74a Color CSS Codes

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

#feb74a Text Font Color

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

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


#feb74a Background Color

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

This div background color is #feb74a


#feb74a Border Color

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

This div border color is #feb74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb74a


Comments

No comments written yet.

Please login to write comment.