Color Hex Logo

#fecf50 Color Hex

#FECF50
(254,207,80)
0 Favorites   0 Comments

Color spaces of #fecf50

RGB 25420780
HSL0.120.990.65
HSV44°69°100°
CMYK 0.000.190.69   0.00
XYZ64.633866.275716.9753
Yxy66.27570.43710.4482
Hunter Lab81.4099-0.750744.6240
CIE-Lab85.13693.752466.7317

#fecf50 color RGB value is (254,207,80).

#fecf50 hex color red value is 254, green value is 207 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #fecf50 hue: 0.12 , saturation: 0.99 and the lightness value of fecf50 is 0.65.

The process color (four color CMYK) of #fecf50 color hex is 0.00, 0.19, 0.69, 0.00. Web safe color of #fecf50 is #ffcc66. Color #fecf50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 01010000
Octal 376 317 120
Decimal 254 207 80
Hex FE CF 50

RGB Percentages of Color #fecf50

%46.95
%38.26
%14.79

CMYK Percentages of Color #fecf50

%0
%19
%69
%0

Triadic Colors of #fecf50

#fecf50 #50fecf #cf50fe

Analogous Colors of #fecf50

#fecf50 #d6fe50 #fe7850

Monochromatic Colors of #fecf50

#fecf50

Complementary Color

#fecf50 #507ffe

#fecf50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecf50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecf50 Color CSS Codes

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

#fecf50 Text Font Color

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

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


#fecf50 Background Color

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

This div background color is #fecf50


#fecf50 Border Color

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

This div border color is #fecf50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecf50

Related Colors

#fecf50 Color Palettes


Comments

No comments written yet.

Please login to write comment.