Color Hex Logo

#fd992e Color Hex

#FD992E
(253,153,46)
0 Favorites   0 Comments

Color spaces of #fd992e

RGB 25315346
HSL0.090.980.59
HSV31°82°99°
CMYK 0.000.400.82   0.01
XYZ52.392443.86248.2897
Yxy43.86240.50110.4196
Hunter Lab66.228725.308138.9389
CIE-Lab72.136430.066567.1931

#fd992e color RGB value is (253,153,46).

#fd992e hex color red value is 253, green value is 153 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fd992e hue: 0.09 , saturation: 0.98 and the lightness value of fd992e is 0.59.

The process color (four color CMYK) of #fd992e color hex is 0.00, 0.40, 0.82, 0.01. Web safe color of #fd992e is #ff9933. Color #fd992e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011001 00101110
Octal 375 231 56
Decimal 253 153 46
Hex FD 99 2E

RGB Percentages of Color #fd992e

%55.97
%33.85
%10.18

CMYK Percentages of Color #fd992e

%0
%40
%82
%1

Triadic Colors of #fd992e

#fd992e #2efd99 #992efd

Analogous Colors of #fd992e

#fd992e #fafd2e #fd322e

Monochromatic Colors of #fd992e

#fd992e

Complementary Color

#fd992e #2e92fd

#fd992e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd992e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd992e Color CSS Codes

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

#fd992e Text Font Color

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

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


#fd992e Background Color

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

This div background color is #fd992e


#fd992e Border Color

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

This div border color is #fd992e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,153,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd992e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd992e;
  -webkit-box-shadow: 1px 1px 3px 2px #fd992e;
  box-shadow:         1px 1px 3px 2px #fd992e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,153,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd992e


Comments

No comments written yet.

Please login to write comment.