Color Hex Logo

#fcb02d Color Hex

#FCB02D
(252,176,45)
0 Favorites   0 Comments

Color spaces of #fcb02d

RGB 25217645
HSL0.110.970.58
HSV38°82°99°
CMYK 0.000.300.82   0.01
XYZ56.143951.93569.5481
Yxy51.93560.47730.4415
Hunter Lab72.066412.945842.5911
CIE-Lab77.242317.618771.9075

#fcb02d color RGB value is (252,176,45).

#fcb02d hex color red value is 252, green value is 176 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fcb02d hue: 0.11 , saturation: 0.97 and the lightness value of fcb02d is 0.58.

The process color (four color CMYK) of #fcb02d color hex is 0.00, 0.30, 0.82, 0.01. Web safe color of #fcb02d is #ff9933. Color #fcb02d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110000 00101101
Octal 374 260 55
Decimal 252 176 45
Hex FC B0 2D

RGB Percentages of Color #fcb02d

%53.28
%37.21
%9.51

CMYK Percentages of Color #fcb02d

%0
%30
%82
%1

Triadic Colors of #fcb02d

#fcb02d #2dfcb0 #b02dfc

Analogous Colors of #fcb02d

#fcb02d #e1fc2d #fc492d

Monochromatic Colors of #fcb02d

#fcb02d

Complementary Color

#fcb02d #2d79fc

#fcb02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb02d Color CSS Codes

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

#fcb02d Text Font Color

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

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


#fcb02d Background Color

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

This div background color is #fcb02d


#fcb02d Border Color

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

This div border color is #fcb02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb02d

Related Colors


Comments

No comments written yet.

Please login to write comment.