color codes Logo

#fe330d color codes

#FE330D
(254,51,13)
0 Favorites   0 Comments

Color spaces of #fe330d

RGB 2545113
HSL0.030.990.52
HSV95°100°
CMYK 0.000.800.95   0.00
XYZ42.129523.46752.6900
Yxy23.46750.61690.3437
Hunter Lab48.443370.459830.6180
CIE-Lab55.550772.821065.1134

#fe330d color RGB value is (254,51,13).

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

The process color (four color CMYK) of #fe330d color code is 0.00, 0.80, 0.95, 0.00. Web safe color of #fe330d is #ff3300. Color #fe330d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110011 00001101
Octal 376 63 15
Decimal 254 51 13
Hex FE 33 D

RGB Percentages of Color #fe330d

%79.87
%16.04
%4.09

CMYK Percentages of Color #fe330d

%0
%80
%95
%0

Triadic Colors of #fe330d

#fe330d #0dfe33 #330dfe

Analogous Colors of #fe330d

#fe330d #feac0d #fe0d5f

Monochromatic Colors of #fe330d

#fe330d

Complementary Color

#fe330d #0dd8fe

#fe330d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe330d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe330d Color CSS Codes

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

#fe330d Text Font Color

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

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


#fe330d Background Color

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

This div background color is #fe330d


#fe330d Border Color

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

This div border color is #fe330d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe330d


Comments

No comments written yet.

Please login to write comment.