Color Hex Logo

#fca83f Color Hex

#FCA83F
(252,168,63)
0 Favorites   0 Comments

Color spaces of #fca83f

RGB 25216863
HSL0.090.970.62
HSV33°75°99°
CMYK 0.000.330.75   0.01
XYZ55.044749.059611.2709
Yxy49.05960.47710.4252
Hunter Lab70.042617.704239.4891
CIE-Lab75.488422.422863.8320

#fca83f color RGB value is (252,168,63).

#fca83f hex color red value is 252, green value is 168 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fca83f hue: 0.09 , saturation: 0.97 and the lightness value of fca83f is 0.62.

The process color (four color CMYK) of #fca83f color hex is 0.00, 0.33, 0.75, 0.01. Web safe color of #fca83f is #ff9933. Color #fca83f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 00111111
Octal 374 250 77
Decimal 252 168 63
Hex FC A8 3F

RGB Percentages of Color #fca83f

%52.17
%34.78
%13.04

CMYK Percentages of Color #fca83f

%0
%33
%75
%1

Triadic Colors of #fca83f

#fca83f #3ffca8 #a83ffc

Analogous Colors of #fca83f

#fca83f #f2fc3f #fc4a3f

Monochromatic Colors of #fca83f

#fca83f

Complementary Color

#fca83f #3f93fc

#fca83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca83f Color CSS Codes

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

#fca83f Text Font Color

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

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


#fca83f Background Color

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

This div background color is #fca83f


#fca83f Border Color

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

This div border color is #fca83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca83f


Comments

No comments written yet.

Please login to write comment.