Color Hex Logo

#fbc24a Color Hex

#FBC24A
(251,194,74)
0 Favorites   0 Comments

Color spaces of #fbc24a

RGB 25119474
HSL0.110.960.64
HSV41°71°98°
CMYK 0.000.230.71   0.02
XYZ60.311559.587214.8013
Yxy59.58720.44770.4424
Hunter Lab77.19274.376642.6664
CIE-Lab81.61338.912065.4632

#fbc24a color RGB value is (251,194,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 01001010
Octal 373 302 112
Decimal 251 194 74
Hex FB C2 4A

RGB Percentages of Color #fbc24a

%48.36
%37.38
%14.26

CMYK Percentages of Color #fbc24a

%0
%23
%71
%2

Triadic Colors of #fbc24a

#fbc24a #4afbc2 #c24afb

Analogous Colors of #fbc24a

#fbc24a #dcfb4a #fb6a4a

Monochromatic Colors of #fbc24a

#fbc24a

Complementary Color

#fbc24a #4a83fb

#fbc24a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc24a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc24a Color CSS Codes

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

#fbc24a Text Font Color

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

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


#fbc24a Background Color

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

This div background color is #fbc24a


#fbc24a Border Color

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

This div border color is #fbc24a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc24a


Comments

No comments written yet.

Please login to write comment.