Color Hex Logo

#ff993d Color Hex

#FF993D
(255,153,61)
0 Favorites   0 Comments

Color spaces of #ff993d

RGB 25515361
HSL0.081.000.62
HSV28°76°100°
CMYK 0.000.400.76   0.00
XYZ53.473544.379410.1626
Yxy44.37940.49510.4109
Hunter Lab66.617926.698937.5878
CIE-Lab72.481431.380361.8323

#ff993d color RGB value is (255,153,61).

#ff993d hex color red value is 255, green value is 153 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ff993d hue: 0.08 , saturation: 1.00 and the lightness value of ff993d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011001 00111101
Octal 377 231 75
Decimal 255 153 61
Hex FF 99 3D

RGB Percentages of Color #ff993d

%54.37
%32.62
%13.01

CMYK Percentages of Color #ff993d

%0
%40
%76
%0

Triadic Colors of #ff993d

#ff993d #3dff99 #993dff

Analogous Colors of #ff993d

#ff993d #fffa3d #ff3d42

Monochromatic Colors of #ff993d

#ff993d

Complementary Color

#ff993d #3da3ff

#ff993d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff993d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff993d Color CSS Codes

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

#ff993d Text Font Color

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

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


#ff993d Background Color

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

This div background color is #ff993d


#ff993d Border Color

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

This div border color is #ff993d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff993d

Related Colors


Comments

No comments written yet.

Please login to write comment.