Color Hex Logo

#fcc263 Color Hex

#FCC263
(252,194,99)
0 Favorites   0 Comments

Color spaces of #fcc263

RGB 25219499
HSL0.100.960.69
HSV37°61°99°
CMYK 0.000.230.61   0.01
XYZ61.688860.179920.1689
Yxy60.17990.43430.4237
Hunter Lab77.57576.187138.8882
CIE-Lab81.935910.767654.8464

#fcc263 color RGB value is (252,194,99).

#fcc263 hex color red value is 252, green value is 194 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #fcc263 hue: 0.10 , saturation: 0.96 and the lightness value of fcc263 is 0.69.

The process color (four color CMYK) of #fcc263 color hex is 0.00, 0.23, 0.61, 0.01. Web safe color of #fcc263 is #ffcc66. Color #fcc263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 01100011
Octal 374 302 143
Decimal 252 194 99
Hex FC C2 63

RGB Percentages of Color #fcc263

%46.24
%35.60
%18.17

CMYK Percentages of Color #fcc263

%0
%23
%61
%1

Triadic Colors of #fcc263

#fcc263 #63fcc2 #c263fc

Analogous Colors of #fcc263

#fcc263 #eafc63 #fc7663

Monochromatic Colors of #fcc263

#fcc263

Complementary Color

#fcc263 #639dfc

#fcc263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc263 Color CSS Codes

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

#fcc263 Text Font Color

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

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


#fcc263 Background Color

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

This div background color is #fcc263


#fcc263 Border Color

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

This div border color is #fcc263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc263

Related Colors


Comments

No comments written yet.

Please login to write comment.