Color Hex Logo

#fccb16 Color Hex

#FCCB16
(252,203,22)
0 Favorites   0 Comments

Color spaces of #fccb16

RGB 25220322
HSL0.130.970.54
HSV47°91°99°
CMYK 0.000.190.91   0.01
XYZ61.645663.46529.7600
Yxy63.46520.45710.4706
Hunter Lab79.6650-1.288848.5017
CIE-Lab83.68653.120682.3658

#fccb16 color RGB value is (252,203,22).

#fccb16 hex color red value is 252, green value is 203 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #fccb16 hue: 0.13 , saturation: 0.97 and the lightness value of fccb16 is 0.54.

The process color (four color CMYK) of #fccb16 color hex is 0.00, 0.19, 0.91, 0.01. Web safe color of #fccb16 is #ffcc00. Color #fccb16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 00010110
Octal 374 313 26
Decimal 252 203 22
Hex FC CB 16

RGB Percentages of Color #fccb16

%52.83
%42.56
%4.61

CMYK Percentages of Color #fccb16

%0
%19
%91
%1

Triadic Colors of #fccb16

#fccb16 #16fccb #cb16fc

Analogous Colors of #fccb16

#fccb16 #bafc16 #fc5816

Monochromatic Colors of #fccb16

#fccb16

Complementary Color

#fccb16 #1647fc

#fccb16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccb16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccb16 Color CSS Codes

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

#fccb16 Text Font Color

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

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


#fccb16 Background Color

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

This div background color is #fccb16


#fccb16 Border Color

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

This div border color is #fccb16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccb16

Related Colors


Comments

No comments written yet.

Please login to write comment.