Color Hex Logo

#fbc12a Color Hex

#FBC12A
(251,193,42)
0 Favorites   0 Comments

Color spaces of #fbc12a

RGB 25119342
HSL0.120.960.57
HSV43°83°98°
CMYK 0.000.230.83   0.02
XYZ59.271558.816310.4192
Yxy58.81630.46120.4577
Hunter Lab76.69183.743745.6292
CIE-Lab81.19058.250476.0909

#fbc12a color RGB value is (251,193,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 00101010
Octal 373 301 52
Decimal 251 193 42
Hex FB C1 2A

RGB Percentages of Color #fbc12a

%51.65
%39.71
%8.64

CMYK Percentages of Color #fbc12a

%0
%23
%83
%2

Triadic Colors of #fbc12a

#fbc12a #2afbc1 #c12afb

Analogous Colors of #fbc12a

#fbc12a #cdfb2a #fb592a

Monochromatic Colors of #fbc12a

#fbc12a

Complementary Color

#fbc12a #2a64fb

#fbc12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc12a Color CSS Codes

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

#fbc12a Text Font Color

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

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


#fbc12a Background Color

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

This div background color is #fbc12a


#fbc12a Border Color

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

This div border color is #fbc12a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc12a


Comments

No comments written yet.

Please login to write comment.