Color Hex Logo

#fcc83b Color Hex

#FCC83B
(252,200,59)
0 Favorites   0 Comments

Color spaces of #fcc83b

RGB 25220059
HSL0.120.970.61
HSV44°77°99°
CMYK 0.000.210.77   0.01
XYZ61.588662.319812.9205
Yxy62.31980.45010.4555
Hunter Lab78.94291.109745.5561
CIE-Lab83.08325.587872.5521

#fcc83b color RGB value is (252,200,59).

#fcc83b hex color red value is 252, green value is 200 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fcc83b hue: 0.12 , saturation: 0.97 and the lightness value of fcc83b is 0.61.

The process color (four color CMYK) of #fcc83b color hex is 0.00, 0.21, 0.77, 0.01. Web safe color of #fcc83b is #ffcc33. Color #fcc83b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001000 00111011
Octal 374 310 73
Decimal 252 200 59
Hex FC C8 3B

RGB Percentages of Color #fcc83b

%49.32
%39.14
%11.55

CMYK Percentages of Color #fcc83b

%0
%21
%77
%1

Triadic Colors of #fcc83b

#fcc83b #3bfcc8 #c83bfc

Analogous Colors of #fcc83b

#fcc83b #d0fc3b #fc683b

Monochromatic Colors of #fcc83b

#fcc83b

Complementary Color

#fcc83b #3b6ffc

#fcc83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc83b Color CSS Codes

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

#fcc83b Text Font Color

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

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


#fcc83b Background Color

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

This div background color is #fcc83b


#fcc83b Border Color

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

This div border color is #fcc83b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,200,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcc83b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcc83b;
  -webkit-box-shadow: 1px 1px 3px 2px #fcc83b;
  box-shadow:         1px 1px 3px 2px #fcc83b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,200,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc83b

Related Colors


Comments

No comments written yet.

Please login to write comment.