Color Hex Logo

#fe270b Color Hex

#FE270B
(254,39,11)
0 Favorites   0 Comments

Color spaces of #fe270b

RGB 2543911
HSL0.020.990.52
HSV96°100°
CMYK 0.000.850.96   0.00
XYZ41.659022.54602.4728
Yxy22.54600.62480.3381
Hunter Lab47.482673.512830.1501
CIE-Lab54.601675.487365.0891

#fe270b color RGB value is (254,39,11).

#fe270b hex color red value is 254, green value is 39 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fe270b hue: 0.02 , saturation: 0.99 and the lightness value of fe270b is 0.52.

The process color (four color CMYK) of #fe270b color hex is 0.00, 0.85, 0.96, 0.00. Web safe color of #fe270b is #ff3300. Color #fe270b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100111 00001011
Octal 376 47 13
Decimal 254 39 11
Hex FE 27 B

RGB Percentages of Color #fe270b

%83.55
%12.83
%3.62

CMYK Percentages of Color #fe270b

%0
%85
%96
%0

Triadic Colors of #fe270b

#fe270b #0bfe27 #270bfe

Analogous Colors of #fe270b

#fe270b #fea10b #fe0b69

Monochromatic Colors of #fe270b

#fe270b

Complementary Color

#fe270b #0be2fe

#fe270b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe270b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe270b Color CSS Codes

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

#fe270b Text Font Color

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

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


#fe270b Background Color

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

This div background color is #fe270b


#fe270b Border Color

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

This div border color is #fe270b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe270b

Related Colors


Comments

No comments written yet.

Please login to write comment.