Color Hex Logo

#fbc125 Color Hex

#FBC125
(251,193,37)
0 Favorites   0 Comments

Color spaces of #fbc125

RGB 25119337
HSL0.120.960.56
HSV44°85°98°
CMYK 0.000.230.85   0.02
XYZ59.187658.78279.9769
Yxy58.78270.46260.4594
Hunter Lab76.66993.626145.9536
CIE-Lab81.17208.128577.3721

#fbc125 color RGB value is (251,193,37).

#fbc125 hex color red value is 251, green value is 193 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #fbc125 hue: 0.12 , saturation: 0.96 and the lightness value of fbc125 is 0.56.

The process color (four color CMYK) of #fbc125 color hex is 0.00, 0.23, 0.85, 0.02. Web safe color of #fbc125 is #ffcc33. Color #fbc125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 00100101
Octal 373 301 45
Decimal 251 193 37
Hex FB C1 25

RGB Percentages of Color #fbc125

%52.18
%40.12
%7.69

CMYK Percentages of Color #fbc125

%0
%23
%85
%2

Triadic Colors of #fbc125

#fbc125 #25fbc1 #c125fb

Analogous Colors of #fbc125

#fbc125 #cafb25 #fb5625

Monochromatic Colors of #fbc125

#fbc125

Complementary Color

#fbc125 #255ffb

#fbc125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc125 Color CSS Codes

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

#fbc125 Text Font Color

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

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


#fbc125 Background Color

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

This div background color is #fbc125


#fbc125 Border Color

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

This div border color is #fbc125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc125


Comments

No comments written yet.

Please login to write comment.