Color Hex Logo

#f9b34b Color Hex

#F9B34B
(249,179,75)
0 Favorites   0 Comments

Color spaces of #f9b34b

RGB 24917975
HSL0.100.940.64
HSV36°70°98°
CMYK 0.000.280.70   0.02
XYZ56.457052.887913.8894
Yxy52.88790.45810.4292
Hunter Lab72.724111.305639.5832
CIE-Lab77.808815.955561.0605

#f9b34b color RGB value is (249,179,75).

#f9b34b hex color red value is 249, green value is 179 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #f9b34b hue: 0.10 , saturation: 0.94 and the lightness value of f9b34b is 0.64.

The process color (four color CMYK) of #f9b34b color hex is 0.00, 0.28, 0.70, 0.02. Web safe color of #f9b34b is #ffcc33. Color #f9b34b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10110011 01001011
Octal 371 263 113
Decimal 249 179 75
Hex F9 B3 4B

RGB Percentages of Color #f9b34b

%49.50
%35.59
%14.91

CMYK Percentages of Color #f9b34b

%0
%28
%70
%2

Triadic Colors of #f9b34b

#f9b34b #4bf9b3 #b34bf9

Analogous Colors of #f9b34b

#f9b34b #e8f94b #f95c4b

Monochromatic Colors of #f9b34b

#f9b34b

Complementary Color

#f9b34b #4b91f9

#f9b34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9b34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9b34b Color CSS Codes

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

#f9b34b Text Font Color

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

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


#f9b34b Background Color

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

This div background color is #f9b34b


#f9b34b Border Color

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

This div border color is #f9b34b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9b34b


Comments

No comments written yet.

Please login to write comment.