Color Hex Logo

#fe653b Color Hex

#FE653B
(254,101,59)
0 Favorites   0 Comments

Color spaces of #fe653b

RGB 25410159
HSL0.040.990.61
HSV13°77°100°
CMYK 0.000.600.77   0.00
XYZ46.316130.69407.6211
Yxy30.69400.54730.3627
Hunter Lab55.402252.271930.6256
CIE-Lab62.248556.182752.4880

#fe653b color RGB value is (254,101,59).

#fe653b hex color red value is 254, green value is 101 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fe653b hue: 0.04 , saturation: 0.99 and the lightness value of fe653b is 0.61.

The process color (four color CMYK) of #fe653b color hex is 0.00, 0.60, 0.77, 0.00. Web safe color of #fe653b is #ff6633. Color #fe653b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100101 00111011
Octal 376 145 73
Decimal 254 101 59
Hex FE 65 3B

RGB Percentages of Color #fe653b

%61.35
%24.40
%14.25

CMYK Percentages of Color #fe653b

%0
%60
%77
%0

Triadic Colors of #fe653b

#fe653b #3bfe65 #653bfe

Analogous Colors of #fe653b

#fe653b #fec73b #fe3b73

Monochromatic Colors of #fe653b

#fe653b

Complementary Color

#fe653b #3bd4fe

#fe653b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe653b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe653b Color CSS Codes

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

#fe653b Text Font Color

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

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


#fe653b Background Color

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

This div background color is #fe653b


#fe653b Border Color

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

This div border color is #fe653b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe653b

Related Colors


Comments

No comments written yet.

Please login to write comment.