Color Hex Logo

#fcf83a Color Hex

#FCF83A
(252,248,58)
0 Favorites   0 Comments

Color spaces of #fcf83a

RGB 25224858
HSL0.160.970.61
HSV59°77°99°
CMYK 0.000.020.77   0.01
XYZ74.476088.135717.0896
Yxy88.13570.41440.4905
Hunter Lab93.8806-22.686154.9235
CIE-Lab95.2180-18.428883.8720

#fcf83a color RGB value is (252,248,58).

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

The process color (four color CMYK) of #fcf83a color hex is 0.00, 0.02, 0.77, 0.01. Web safe color of #fcf83a is #ffff33. Color #fcf83a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111000 00111010
Octal 374 370 72
Decimal 252 248 58
Hex FC F8 3A

RGB Percentages of Color #fcf83a

%45.16
%44.44
%10.39

CMYK Percentages of Color #fcf83a

%0
%2
%77
%1

Triadic Colors of #fcf83a

#fcf83a #3afcf8 #f83afc

Analogous Colors of #fcf83a

#fcf83a #9ffc3a #fc973a

Monochromatic Colors of #fcf83a

#fcf83a

Complementary Color

#fcf83a #3a3efc

#fcf83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf83a Color CSS Codes

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

#fcf83a Text Font Color

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

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


#fcf83a Background Color

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

This div background color is #fcf83a


#fcf83a Border Color

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

This div border color is #fcf83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf83a

Related Colors


Comments

No comments written yet.

Please login to write comment.