Color Hex Logo

#fcb25d Color Hex

#FCB25D
(252,178,93)
0 Favorites   0 Comments

Color spaces of #fcb25d

RGB 25217893
HSL0.090.960.68
HSV32°63°99°
CMYK 0.000.290.63   0.01
XYZ58.041153.326517.5899
Yxy53.32650.45010.4135
Hunter Lab73.025014.080136.8360
CIE-Lab78.067418.735653.2592

#fcb25d color RGB value is (252,178,93).

#fcb25d hex color red value is 252, green value is 178 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fcb25d hue: 0.09 , saturation: 0.96 and the lightness value of fcb25d is 0.68.

The process color (four color CMYK) of #fcb25d color hex is 0.00, 0.29, 0.63, 0.01. Web safe color of #fcb25d is #ff9966. Color #fcb25d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 01011101
Octal 374 262 135
Decimal 252 178 93
Hex FC B2 5D

RGB Percentages of Color #fcb25d

%48.18
%34.03
%17.78

CMYK Percentages of Color #fcb25d

%0
%29
%63
%1

Triadic Colors of #fcb25d

#fcb25d #5dfcb2 #b25dfc

Analogous Colors of #fcb25d

#fcb25d #f7fc5d #fc635d

Monochromatic Colors of #fcb25d

#fcb25d

Complementary Color

#fcb25d #5da7fc

#fcb25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb25d Color CSS Codes

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

#fcb25d Text Font Color

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

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


#fcb25d Background Color

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

This div background color is #fcb25d


#fcb25d Border Color

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

This div border color is #fcb25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb25d


Comments

No comments written yet.

Please login to write comment.