Color Hex Logo

#fdbf2a Color Hex

#FDBF2A
(253,191,42)
0 Favorites   0 Comments

Color spaces of #fdbf2a

RGB 25319142
HSL0.120.980.58
HSV42°83°99°
CMYK 0.000.250.83   0.01
XYZ59.556758.311410.3067
Yxy58.31140.46470.4549
Hunter Lab76.36195.583645.4509
CIE-Lab80.911610.136675.9404

#fdbf2a color RGB value is (253,191,42).

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

The process color (four color CMYK) of #fdbf2a color hex is 0.00, 0.25, 0.83, 0.01. Web safe color of #fdbf2a is #ffcc33. Color #fdbf2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 00101010
Octal 375 277 52
Decimal 253 191 42
Hex FD BF 2A

RGB Percentages of Color #fdbf2a

%52.06
%39.30
%8.64

CMYK Percentages of Color #fdbf2a

%0
%25
%83
%1

Triadic Colors of #fdbf2a

#fdbf2a #2afdbf #bf2afd

Analogous Colors of #fdbf2a

#fdbf2a #d2fd2a #fd562a

Monochromatic Colors of #fdbf2a

#fdbf2a

Complementary Color

#fdbf2a #2a68fd

#fdbf2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbf2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbf2a Color CSS Codes

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

#fdbf2a Text Font Color

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

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


#fdbf2a Background Color

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

This div background color is #fdbf2a


#fdbf2a Border Color

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

This div border color is #fdbf2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbf2a


Comments

No comments written yet.

Please login to write comment.