Color Hex Logo

#feb741 Color Hex

#FEB741
(254,183,65)
0 Favorites   0 Comments

Color spaces of #feb741

RGB 25418365
HSL0.100.990.63
HSV37°74°100°
CMYK 0.000.280.74   0.00
XYZ58.760755.319512.5817
Yxy55.31950.46390.4367
Hunter Lab74.377110.861842.0344
CIE-Lab79.224915.492066.7666

#feb741 color RGB value is (254,183,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 01000001
Octal 376 267 101
Decimal 254 183 65
Hex FE B7 41

RGB Percentages of Color #feb741

%50.60
%36.45
%12.95

CMYK Percentages of Color #feb741

%0
%28
%74
%0

Triadic Colors of #feb741

#feb741 #41feb7 #b741fe

Analogous Colors of #feb741

#feb741 #e7fe41 #fe5841

Monochromatic Colors of #feb741

#feb741

Complementary Color

#feb741 #4188fe

#feb741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb741 Color CSS Codes

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

#feb741 Text Font Color

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

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


#feb741 Background Color

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

This div background color is #feb741


#feb741 Border Color

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

This div border color is #feb741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb741


Comments

No comments written yet.

Please login to write comment.