Color Hex Logo

#f9983a Color Hex

#F9983A
(249,152,58)
0 Favorites   0 Comments

Color spaces of #f9983a

RGB 24915258
HSL0.080.940.60
HSV30°77°98°
CMYK 0.000.390.77   0.02
XYZ51.058942.90179.5927
Yxy42.90170.49310.4143
Hunter Lab65.499424.522637.1663
CIE-Lab71.488229.352461.8485

#f9983a color RGB value is (249,152,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011000 00111010
Octal 371 230 72
Decimal 249 152 58
Hex F9 98 3A

RGB Percentages of Color #f9983a

%54.25
%33.12
%12.64

CMYK Percentages of Color #f9983a

%0
%39
%77
%2

Triadic Colors of #f9983a

#f9983a #3af998 #983af9

Analogous Colors of #f9983a

#f9983a #f9f83a #f93a3b

Monochromatic Colors of #f9983a

#f9983a

Complementary Color

#f9983a #3a9bf9

#f9983a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9983a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9983a Color CSS Codes

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

#f9983a Text Font Color

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

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


#f9983a Background Color

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

This div background color is #f9983a


#f9983a Border Color

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

This div border color is #f9983a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,152,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9983a

Related Colors


Comments

No comments written yet.

Please login to write comment.