Color Hex Logo

#fbf414 Color Hex

#FBF414
(251,244,20)
0 Favorites   0 Comments

Color spaces of #fbf414

RGB 25124420
HSL0.160.970.53
HSV58°92°98°
CMYK 0.000.030.92   0.02
XYZ72.260685.261113.3103
Yxy85.26110.42300.4991
Hunter Lab92.3369-21.900056.0892
CIE-Lab93.9955-17.775990.3878

#fbf414 color RGB value is (251,244,20).

#fbf414 hex color red value is 251, green value is 244 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #fbf414 hue: 0.16 , saturation: 0.97 and the lightness value of fbf414 is 0.53.

The process color (four color CMYK) of #fbf414 color hex is 0.00, 0.03, 0.92, 0.02. Web safe color of #fbf414 is #ffff00. Color #fbf414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 00010100
Octal 373 364 24
Decimal 251 244 20
Hex FB F4 14

RGB Percentages of Color #fbf414

%48.74
%47.38
%3.88

CMYK Percentages of Color #fbf414

%0
%3
%92
%2

Triadic Colors of #fbf414

#fbf414 #14fbf4 #f414fb

Analogous Colors of #fbf414

#fbf414 #8ffb14 #fb8114

Monochromatic Colors of #fbf414

#fbf414

Complementary Color

#fbf414 #141bfb

#fbf414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf414 Color CSS Codes

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

#fbf414 Text Font Color

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

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


#fbf414 Background Color

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

This div background color is #fbf414


#fbf414 Border Color

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

This div border color is #fbf414


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,244,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbf414; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbf414;
  -webkit-box-shadow: 1px 1px 3px 2px #fbf414;
  box-shadow:         1px 1px 3px 2px #fbf414; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,244,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf414


Comments

No comments written yet.

Please login to write comment.