color codes Logo

#fadb0a color codes

#FADB0A
(250,219,10)
0 Favorites   0 Comments

Color spaces of #fadb0a

RGB 25021910
HSL0.150.960.51
HSV52°96°98°
CMYK 0.000.120.96   0.02
XYZ64.810671.008910.5774
Yxy71.00890.44270.4850
Hunter Lab84.2668-10.180451.5445
CIE-Lab87.4893-5.987086.4902

#fadb0a color RGB value is (250,219,10).

#fadb0a hex color red value is 250, green value is 219 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #fadb0a hue: 0.15 , saturation: 0.96 and the lightness value of fadb0a is 0.51.

The process color (four color CMYK) of #fadb0a color code is 0.00, 0.12, 0.96, 0.02. Web safe color of #fadb0a is #ffcc00. Color #fadb0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 00001010
Octal 372 333 12
Decimal 250 219 10
Hex FA DB A

RGB Percentages of Color #fadb0a

%52.19
%45.72
%2.09

CMYK Percentages of Color #fadb0a

%0
%12
%96
%2

Triadic Colors of #fadb0a

#fadb0a #0afadb #db0afa

Analogous Colors of #fadb0a

#fadb0a #a1fa0a #fa630a

Monochromatic Colors of #fadb0a

#fadb0a

Complementary Color

#fadb0a #0a29fa

#fadb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb0a Color CSS Codes

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

#fadb0a Text Font Color

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

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


#fadb0a Background Color

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

This div background color is #fadb0a


#fadb0a Border Color

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

This div border color is #fadb0a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,219,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 #fadb0a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb0a

Related Colors


Comments

No comments written yet.

Please login to write comment.