Color Hex Logo

#fab13d Color Hex

#FAB13D
(250,177,61)
0 Favorites   0 Comments

Color spaces of #fab13d

RGB 25017761
HSL0.100.950.61
HSV37°76°98°
CMYK 0.000.290.76   0.02
XYZ55.988852.105211.5213
Yxy52.10520.46810.4356
Hunter Lab72.183912.130041.0655
CIE-Lab77.343716.795066.3405

#fab13d color RGB value is (250,177,61).

#fab13d hex color red value is 250, green value is 177 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fab13d hue: 0.10 , saturation: 0.95 and the lightness value of fab13d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110001 00111101
Octal 372 261 75
Decimal 250 177 61
Hex FA B1 3D

RGB Percentages of Color #fab13d

%51.23
%36.27
%12.50

CMYK Percentages of Color #fab13d

%0
%29
%76
%2

Triadic Colors of #fab13d

#fab13d #3dfab1 #b13dfa

Analogous Colors of #fab13d

#fab13d #e5fa3d #fa533d

Monochromatic Colors of #fab13d

#fab13d

Complementary Color

#fab13d #3d86fa

#fab13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab13d Color CSS Codes

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

#fab13d Text Font Color

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

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


#fab13d Background Color

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

This div background color is #fab13d


#fab13d Border Color

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

This div border color is #fab13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab13d


Comments

No comments written yet.

Please login to write comment.