Color Hex Logo

#fed246 Color Hex

#FED246
(254,210,70)
0 Favorites   0 Comments

Color spaces of #fed246

RGB 25421070
HSL0.130.990.64
HSV46°72°100°
CMYK 0.000.170.72   0.00
XYZ65.025167.606215.4165
Yxy67.60620.43920.4567
Hunter Lab82.2230-2.725646.4394
CIE-Lab85.80921.740171.2920

#fed246 color RGB value is (254,210,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 01000110
Octal 376 322 106
Decimal 254 210 70
Hex FE D2 46

RGB Percentages of Color #fed246

%47.57
%39.33
%13.11

CMYK Percentages of Color #fed246

%0
%17
%72
%0

Triadic Colors of #fed246

#fed246 #46fed2 #d246fe

Analogous Colors of #fed246

#fed246 #cefe46 #fe7646

Monochromatic Colors of #fed246

#fed246

Complementary Color

#fed246 #4672fe

#fed246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed246 Color CSS Codes

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

#fed246 Text Font Color

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

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


#fed246 Background Color

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

This div background color is #fed246


#fed246 Border Color

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

This div border color is #fed246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed246

Related Colors


Comments

No comments written yet.

Please login to write comment.