Color Hex Logo

#fbc54f Color Hex

#FBC54F
(251,197,79)
0 Favorites   0 Comments

Color spaces of #fbc54f

RGB 25119779
HSL0.110.960.65
HSV41°69°98°
CMYK 0.000.220.69   0.02
XYZ61.161261.006215.9490
Yxy61.00620.44280.4417
Hunter Lab78.10653.088042.5678
CIE-Lab82.38217.606764.1966

#fbc54f color RGB value is (251,197,79).

#fbc54f hex color red value is 251, green value is 197 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fbc54f hue: 0.11 , saturation: 0.96 and the lightness value of fbc54f is 0.65.

The process color (four color CMYK) of #fbc54f color hex is 0.00, 0.22, 0.69, 0.02. Web safe color of #fbc54f is #ffcc66. Color #fbc54f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 01001111
Octal 373 305 117
Decimal 251 197 79
Hex FB C5 4F

RGB Percentages of Color #fbc54f

%47.63
%37.38
%14.99

CMYK Percentages of Color #fbc54f

%0
%22
%69
%2

Triadic Colors of #fbc54f

#fbc54f #4ffbc5 #c54ffb

Analogous Colors of #fbc54f

#fbc54f #dbfb4f #fb6f4f

Monochromatic Colors of #fbc54f

#fbc54f

Complementary Color

#fbc54f #4f85fb

#fbc54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc54f Color CSS Codes

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

#fbc54f Text Font Color

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

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


#fbc54f Background Color

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

This div background color is #fbc54f


#fbc54f Border Color

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

This div border color is #fbc54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc54f

Related Colors


Comments

No comments written yet.

Please login to write comment.