Color Hex Logo

#fcf31b Color Hex

#FCF31B
(252,243,27)
0 Favorites   0 Comments

Color spaces of #fcf31b

RGB 25224327
HSL0.160.970.55
HSV58°89°99°
CMYK 0.000.040.89   0.01
XYZ72.393384.875813.6040
Yxy84.87580.42370.4967
Hunter Lab92.1281-20.960655.7346
CIE-Lab93.8296-16.781589.3769

#fcf31b color RGB value is (252,243,27).

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

The process color (four color CMYK) of #fcf31b color hex is 0.00, 0.04, 0.89, 0.01. Web safe color of #fcf31b is #ffff33. Color #fcf31b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110011 00011011
Octal 374 363 33
Decimal 252 243 27
Hex FC F3 1B

RGB Percentages of Color #fcf31b

%48.28
%46.55
%5.17

CMYK Percentages of Color #fcf31b

%0
%4
%89
%1

Triadic Colors of #fcf31b

#fcf31b #1bfcf3 #f31bfc

Analogous Colors of #fcf31b

#fcf31b #95fc1b #fc831b

Monochromatic Colors of #fcf31b

#fcf31b

Complementary Color

#fcf31b #1b24fc

#fcf31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf31b Color CSS Codes

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

#fcf31b Text Font Color

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

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


#fcf31b Background Color

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

This div background color is #fcf31b


#fcf31b Border Color

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

This div border color is #fcf31b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf31b

Related Colors


Comments

No comments written yet.

Please login to write comment.