Color Hex Logo

#fecb33 Color Hex

#FECB33
(254,203,51)
0 Favorites   0 Comments

Color spaces of #fecb33

RGB 25420351
HSL0.120.990.60
HSV45°80°100°
CMYK 0.000.200.80   0.00
XYZ62.826564.021712.1781
Yxy64.02170.45190.4605
Hunter Lab80.01360.134146.9855
CIE-Lab83.97714.614576.0128

#fecb33 color RGB value is (254,203,51).

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

The process color (four color CMYK) of #fecb33 color hex is 0.00, 0.20, 0.80, 0.00. Web safe color of #fecb33 is #ffcc33. Color #fecb33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 00110011
Octal 376 313 63
Decimal 254 203 51
Hex FE CB 33

RGB Percentages of Color #fecb33

%50.00
%39.96
%10.04

CMYK Percentages of Color #fecb33

%0
%20
%80
%0

Triadic Colors of #fecb33

#fecb33 #33fecb #cb33fe

Analogous Colors of #fecb33

#fecb33 #ccfe33 #fe6633

Monochromatic Colors of #fecb33

#fecb33

Complementary Color

#fecb33 #3366fe

#fecb33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecb33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecb33 Color CSS Codes

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

#fecb33 Text Font Color

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

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


#fecb33 Background Color

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

This div background color is #fecb33


#fecb33 Border Color

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

This div border color is #fecb33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecb33

Related Colors


Comments

No comments written yet.

Please login to write comment.