Color Hex Logo

#fbf30a Color Hex

#FBF30A
(251,243,10)
0 Favorites   0 Comments

Color spaces of #fbf30a

RGB 25124310
HSL0.160.970.51
HSV58°96°98°
CMYK 0.000.030.96   0.02
XYZ71.889084.632312.8339
Yxy84.63230.42450.4997
Hunter Lab91.9958-21.506056.1258
CIE-Lab93.7244-17.391191.1191

#fbf30a color RGB value is (251,243,10).

#fbf30a hex color red value is 251, green value is 243 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #fbf30a hue: 0.16 , saturation: 0.97 and the lightness value of fbf30a is 0.51.

The process color (four color CMYK) of #fbf30a color hex is 0.00, 0.03, 0.96, 0.02. Web safe color of #fbf30a is #ffff00. Color #fbf30a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110011 00001010
Octal 373 363 12
Decimal 251 243 10
Hex FB F3 A

RGB Percentages of Color #fbf30a

%49.80
%48.21
%1.98

CMYK Percentages of Color #fbf30a

%0
%3
%96
%2

Triadic Colors of #fbf30a

#fbf30a #0afbf3 #f30afb

Analogous Colors of #fbf30a

#fbf30a #8bfb0a #fb7b0a

Monochromatic Colors of #fbf30a

#fbf30a

Complementary Color

#fbf30a #0a12fb

#fbf30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf30a Color CSS Codes

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

#fbf30a Text Font Color

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

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


#fbf30a Background Color

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

This div background color is #fbf30a


#fbf30a Border Color

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

This div border color is #fbf30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf30a

#fbf30a Color Palettes


Comments

No comments written yet.

Please login to write comment.