Color Hex Logo

#fbc93d Color Hex

#FBC93D
(251,201,61)
2 Favorites   0 Comments

Color spaces of #fbc93d

RGB 25120161
HSL0.120.960.61
HSV44°76°98°
CMYK 0.000.200.76   0.02
XYZ61.512662.619413.2596
Yxy62.61940.44770.4558
Hunter Lab79.13240.273045.4579
CIE-Lab83.24174.726471.9730

#fbc93d color RGB value is (251,201,61).

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

The process color (four color CMYK) of #fbc93d color hex is 0.00, 0.20, 0.76, 0.02. Web safe color of #fbc93d is #ffcc33. Color #fbc93d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 00111101
Octal 373 311 75
Decimal 251 201 61
Hex FB C9 3D

RGB Percentages of Color #fbc93d

%48.93
%39.18
%11.89

CMYK Percentages of Color #fbc93d

%0
%20
%76
%2

Triadic Colors of #fbc93d

#fbc93d #3dfbc9 #c93dfb

Analogous Colors of #fbc93d

#fbc93d #cefb3d #fb6a3d

Monochromatic Colors of #fbc93d

#fbc93d

Complementary Color

#fbc93d #3d6ffb

#fbc93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc93d Color CSS Codes

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

#fbc93d Text Font Color

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

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


#fbc93d Background Color

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

This div background color is #fbc93d


#fbc93d Border Color

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

This div border color is #fbc93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc93d

#fbc93d Color Palettes


Comments

No comments written yet.

Please login to write comment.