color codes Logo

#fba72f color codes

#FBA72F
(251,167,47)
0 Favorites   0 Comments

Color spaces of #fba72f

RGB 25116747
HSL0.100.960.58
HSV35°81°98°
CMYK 0.000.330.81   0.02
XYZ54.115548.35199.1700
Yxy48.35190.48470.4331
Hunter Lab69.535517.229140.8560
CIE-Lab75.046321.969769.3101

#fba72f color RGB value is (251,167,47).

#fba72f hex color red value is 251, green value is 167 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #fba72f hue: 0.10 , saturation: 0.96 and the lightness value of fba72f is 0.58.

The process color (four color CMYK) of #fba72f color code is 0.00, 0.33, 0.81, 0.02. Web safe color of #fba72f is #ff9933. Color #fba72f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100111 00101111
Octal 373 247 57
Decimal 251 167 47
Hex FB A7 2F

RGB Percentages of Color #fba72f

%53.98
%35.91
%10.11

CMYK Percentages of Color #fba72f

%0
%33
%81
%2

Triadic Colors of #fba72f

#fba72f #2ffba7 #a72ffb

Analogous Colors of #fba72f

#fba72f #e9fb2f #fb412f

Monochromatic Colors of #fba72f

#fba72f

Complementary Color

#fba72f #2f83fb

#fba72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba72f Color CSS Codes

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

#fba72f Text Font Color

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

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


#fba72f Background Color

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

This div background color is #fba72f


#fba72f Border Color

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

This div border color is #fba72f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,167,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fba72f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fba72f;
  -webkit-box-shadow: 1px 1px 3px 2px #fba72f;
  box-shadow:         1px 1px 3px 2px #fba72f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,167,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba72f

Related Colors


Comments

No comments written yet.

Please login to write comment.