Color Hex Logo

#fed241 Color Hex

#FED241
(254,210,65)
0 Favorites   0 Comments

Color spaces of #fed241

RGB 25421065
HSL0.130.990.63
HSV46°74°100°
CMYK 0.000.170.74   0.00
XYZ64.873867.545714.6194
Yxy67.54570.44120.4594
Hunter Lab82.1862-2.926646.9837
CIE-Lab85.77881.529173.0681

#fed241 color RGB value is (254,210,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 01000001
Octal 376 322 101
Decimal 254 210 65
Hex FE D2 41

RGB Percentages of Color #fed241

%48.02
%39.70
%12.29

CMYK Percentages of Color #fed241

%0
%17
%74
%0

Triadic Colors of #fed241

#fed241 #41fed2 #d241fe

Analogous Colors of #fed241

#fed241 #ccfe41 #fe7441

Monochromatic Colors of #fed241

#fed241

Complementary Color

#fed241 #416dfe

#fed241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed241 Color CSS Codes

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

#fed241 Text Font Color

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

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


#fed241 Background Color

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

This div background color is #fed241


#fed241 Border Color

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

This div border color is #fed241


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,210,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 #fed241">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed241


Comments

No comments written yet.

Please login to write comment.