Color Hex Logo

#f9ba13 Color Hex

#F9BA13
(249,186,19)
0 Favorites   0 Comments

Color spaces of #f9ba13

RGB 24918619
HSL0.120.950.53
HSV44°92°98°
CMYK 0.000.250.92   0.02
XYZ56.743455.30468.3002
Yxy55.30460.47150.4595
Hunter Lab74.36716.056345.4395
CIE-Lab79.216410.597679.3642

#f9ba13 color RGB value is (249,186,19).

#f9ba13 hex color red value is 249, green value is 186 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #f9ba13 hue: 0.12 , saturation: 0.95 and the lightness value of f9ba13 is 0.53.

The process color (four color CMYK) of #f9ba13 color hex is 0.00, 0.25, 0.92, 0.02. Web safe color of #f9ba13 is #ffcc00. Color #f9ba13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111010 00010011
Octal 371 272 23
Decimal 249 186 19
Hex F9 BA 13

RGB Percentages of Color #f9ba13

%54.85
%40.97
%4.19

CMYK Percentages of Color #f9ba13

%0
%25
%92
%2

Triadic Colors of #f9ba13

#f9ba13 #13f9ba #ba13f9

Analogous Colors of #f9ba13

#f9ba13 #c5f913 #f94713

Monochromatic Colors of #f9ba13

#f9ba13

Complementary Color

#f9ba13 #1352f9

#f9ba13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9ba13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9ba13 Color CSS Codes

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

#f9ba13 Text Font Color

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

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


#f9ba13 Background Color

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

This div background color is #f9ba13


#f9ba13 Border Color

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

This div border color is #f9ba13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9ba13


Comments

No comments written yet.

Please login to write comment.