Color Hex Logo

#fab415 Color Hex

#FAB415
(250,180,21)
0 Favorites   0 Comments

Color spaces of #fab415

RGB 25018021
HSL0.120.960.53
HSV42°92°98°
CMYK 0.000.280.92   0.02
XYZ55.881053.02077.9982
Yxy53.02070.47800.4536
Hunter Lab72.81539.560344.4582
CIE-Lab77.887214.183178.1137

#fab415 color RGB value is (250,180,21).

#fab415 hex color red value is 250, green value is 180 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fab415 hue: 0.12 , saturation: 0.96 and the lightness value of fab415 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110100 00010101
Octal 372 264 25
Decimal 250 180 21
Hex FA B4 15

RGB Percentages of Color #fab415

%55.43
%39.91
%4.66

CMYK Percentages of Color #fab415

%0
%28
%92
%2

Triadic Colors of #fab415

#fab415 #15fab4 #b415fa

Analogous Colors of #fab415

#fab415 #cefa15 #fa4215

Monochromatic Colors of #fab415

#fab415

Complementary Color

#fab415 #155bfa

#fab415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab415 Color CSS Codes

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

#fab415 Text Font Color

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

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


#fab415 Background Color

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

This div background color is #fab415


#fab415 Border Color

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

This div border color is #fab415


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,180,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab415

Related Colors


Comments

No comments written yet.

Please login to write comment.