Color Hex Logo

#feb648 Color Hex

#FEB648
(254,182,72)
1 Favorites   0 Comments

Color spaces of #feb648

RGB 25418272
HSL0.100.990.64
HSV36°72°100°
CMYK 0.000.280.72   0.00
XYZ58.770754.994613.6484
Yxy54.99460.46130.4316
Hunter Lab74.158311.684740.9989
CIE-Lab79.038216.321363.7659

#feb648 color RGB value is (254,182,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 01001000
Octal 376 266 110
Decimal 254 182 72
Hex FE B6 48

RGB Percentages of Color #feb648

%50.00
%35.83
%14.17

CMYK Percentages of Color #feb648

%0
%28
%72
%0

Triadic Colors of #feb648

#feb648 #48feb6 #b648fe

Analogous Colors of #feb648

#feb648 #ebfe48 #fe5b48

Monochromatic Colors of #feb648

#feb648

Complementary Color

#feb648 #4890fe

#feb648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb648 Color CSS Codes

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

#feb648 Text Font Color

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

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


#feb648 Background Color

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

This div background color is #feb648


#feb648 Border Color

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

This div border color is #feb648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb648

Related Colors


Comments

No comments written yet.

Please login to write comment.