Color Hex Logo

#fdbf0a Color Hex

#FDBF0A
(253,191,10)
0 Favorites   0 Comments

Color spaces of #fdbf0a

RGB 25319110
HSL0.120.980.52
HSV45°96°99°
CMYK 0.000.250.96   0.01
XYZ59.193658.16628.3945
Yxy58.16620.47070.4625
Hunter Lab76.26685.073946.8608
CIE-Lab80.83119.612381.8282

#fdbf0a color RGB value is (253,191,10).

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

The process color (four color CMYK) of #fdbf0a color hex is 0.00, 0.25, 0.96, 0.01. Web safe color of #fdbf0a is #ffcc00. Color #fdbf0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 00001010
Octal 375 277 12
Decimal 253 191 10
Hex FD BF A

RGB Percentages of Color #fdbf0a

%55.73
%42.07
%2.20

CMYK Percentages of Color #fdbf0a

%0
%25
%96
%1

Triadic Colors of #fdbf0a

#fdbf0a #0afdbf #bf0afd

Analogous Colors of #fdbf0a

#fdbf0a #c2fd0a #fd460a

Monochromatic Colors of #fdbf0a

#fdbf0a

Complementary Color

#fdbf0a #0a48fd

#fdbf0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbf0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbf0a Color CSS Codes

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

#fdbf0a Text Font Color

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

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


#fdbf0a Background Color

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

This div background color is #fdbf0a


#fdbf0a Border Color

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

This div border color is #fdbf0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbf0a


Comments

No comments written yet.

Please login to write comment.