Color Hex Logo

#fcbf0d Color Hex

#FCBF0D
(252,191,13)
0 Favorites   0 Comments

Color spaces of #fcbf0d

RGB 25219113
HSL0.120.980.52
HSV45°95°99°
CMYK 0.000.240.95   0.01
XYZ58.848357.98618.4716
Yxy57.98610.46960.4628
Hunter Lab76.14864.686346.7080
CIE-Lab80.73119.211781.3959

#fcbf0d color RGB value is (252,191,13).

#fcbf0d hex color red value is 252, green value is 191 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fcbf0d hue: 0.12 , saturation: 0.98 and the lightness value of fcbf0d is 0.52.

The process color (four color CMYK) of #fcbf0d color hex is 0.00, 0.24, 0.95, 0.01. Web safe color of #fcbf0d is #ffcc00. Color #fcbf0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 00001101
Octal 374 277 15
Decimal 252 191 13
Hex FC BF D

RGB Percentages of Color #fcbf0d

%55.26
%41.89
%2.85

CMYK Percentages of Color #fcbf0d

%0
%24
%95
%1

Triadic Colors of #fcbf0d

#fcbf0d #0dfcbf #bf0dfc

Analogous Colors of #fcbf0d

#fcbf0d #c2fc0d #fc480d

Monochromatic Colors of #fcbf0d

#fcbf0d

Complementary Color

#fcbf0d #0d4afc

#fcbf0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbf0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbf0d Color CSS Codes

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

#fcbf0d Text Font Color

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

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


#fcbf0d Background Color

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

This div background color is #fcbf0d


#fcbf0d Border Color

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

This div border color is #fcbf0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbf0d


Comments

No comments written yet.

Please login to write comment.