Color Hex Logo

#f9b75b Color Hex

#F9B75B
(249,183,91)
0 Favorites   0 Comments

Color spaces of #f9b75b

RGB 24918391
HSL0.100.930.67
HSV35°63°98°
CMYK 0.000.270.63   0.02
XYZ57.888754.762017.4166
Yxy54.76200.44510.4210
Hunter Lab74.001410.132037.8467
CIE-Lab78.904014.758055.0606

#f9b75b color RGB value is (249,183,91).

#f9b75b hex color red value is 249, green value is 183 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #f9b75b hue: 0.10 , saturation: 0.93 and the lightness value of f9b75b is 0.67.

The process color (four color CMYK) of #f9b75b color hex is 0.00, 0.27, 0.63, 0.02. Web safe color of #f9b75b is #ffcc66. Color #f9b75b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10110111 01011011
Octal 371 267 133
Decimal 249 183 91
Hex F9 B7 5B

RGB Percentages of Color #f9b75b

%47.61
%34.99
%17.40

CMYK Percentages of Color #f9b75b

%0
%27
%63
%2

Triadic Colors of #f9b75b

#f9b75b #5bf9b7 #b75bf9

Analogous Colors of #f9b75b

#f9b75b #ecf95b #f9685b

Monochromatic Colors of #f9b75b

#f9b75b

Complementary Color

#f9b75b #5b9df9

#f9b75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9b75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9b75b Color CSS Codes

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

#f9b75b Text Font Color

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

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


#f9b75b Background Color

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

This div background color is #f9b75b


#f9b75b Border Color

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

This div border color is #f9b75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9b75b


Comments

No comments written yet.

Please login to write comment.