Color Hex Logo

#f9993d Color Hex

#F9993D
(249,153,61)
0 Favorites   0 Comments

Color spaces of #f9993d

RGB 24915361
HSL0.080.940.61
HSV29°76°98°
CMYK 0.000.390.76   0.02
XYZ51.300543.259110.0609
Yxy43.25910.49030.4135
Hunter Lab65.771724.125836.9707
CIE-Lab71.730528.948260.8413

#f9993d color RGB value is (249,153,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011001 00111101
Octal 371 231 75
Decimal 249 153 61
Hex F9 99 3D

RGB Percentages of Color #f9993d

%53.78
%33.05
%13.17

CMYK Percentages of Color #f9993d

%0
%39
%76
%2

Triadic Colors of #f9993d

#f9993d #3df999 #993df9

Analogous Colors of #f9993d

#f9993d #f9f73d #f93d3f

Monochromatic Colors of #f9993d

#f9993d

Complementary Color

#f9993d #3d9df9

#f9993d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9993d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9993d Color CSS Codes

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

#f9993d Text Font Color

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

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


#f9993d Background Color

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

This div background color is #f9993d


#f9993d Border Color

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

This div border color is #f9993d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,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 #f9993d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9993d


Comments

No comments written yet.

Please login to write comment.