Color Hex Logo

#fbc041 Color Hex

#FBC041
(251,192,65)
0 Favorites   0 Comments

Color spaces of #fbc041

RGB 25119265
HSL0.110.960.62
HSV41°74°98°
CMYK 0.000.240.74   0.02
XYZ59.587458.590213.1695
Yxy58.59020.45370.4461
Hunter Lab76.54425.004543.3801
CIE-Lab81.06589.545468.4465

#fbc041 color RGB value is (251,192,65).

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

The process color (four color CMYK) of #fbc041 color hex is 0.00, 0.24, 0.74, 0.02. Web safe color of #fbc041 is #ffcc33. Color #fbc041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 01000001
Octal 373 300 101
Decimal 251 192 65
Hex FB C0 41

RGB Percentages of Color #fbc041

%49.41
%37.80
%12.80

CMYK Percentages of Color #fbc041

%0
%24
%74
%2

Triadic Colors of #fbc041

#fbc041 #41fbc0 #c041fb

Analogous Colors of #fbc041

#fbc041 #d9fb41 #fb6341

Monochromatic Colors of #fbc041

#fbc041

Complementary Color

#fbc041 #417cfb

#fbc041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc041 Color CSS Codes

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

#fbc041 Text Font Color

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

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


#fbc041 Background Color

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

This div background color is #fbc041


#fbc041 Border Color

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

This div border color is #fbc041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc041


Comments

No comments written yet.

Please login to write comment.