Color Hex Logo

#fbf230 Color Hex

#FBF230
(251,242,48)
0 Favorites   0 Comments

Color spaces of #fbf230

RGB 25124248
HSL0.160.960.59
HSV57°81°98°
CMYK 0.000.040.81   0.02
XYZ72.069384.226915.2553
Yxy84.22690.42010.4910
Hunter Lab91.7752-20.434054.3872
CIE-Lab93.5490-16.254285.0011

#fbf230 color RGB value is (251,242,48).

#fbf230 hex color red value is 251, green value is 242 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #fbf230 hue: 0.16 , saturation: 0.96 and the lightness value of fbf230 is 0.59.

The process color (four color CMYK) of #fbf230 color hex is 0.00, 0.04, 0.81, 0.02. Web safe color of #fbf230 is #ffff33. Color #fbf230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110010 00110000
Octal 373 362 60
Decimal 251 242 48
Hex FB F2 30

RGB Percentages of Color #fbf230

%46.40
%44.73
%8.87

CMYK Percentages of Color #fbf230

%0
%4
%81
%2

Triadic Colors of #fbf230

#fbf230 #30fbf2 #f230fb

Analogous Colors of #fbf230

#fbf230 #9ffb30 #fb8d30

Monochromatic Colors of #fbf230

#fbf230

Complementary Color

#fbf230 #3039fb

#fbf230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf230 Color CSS Codes

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

#fbf230 Text Font Color

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

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


#fbf230 Background Color

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

This div background color is #fbf230


#fbf230 Border Color

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

This div border color is #fbf230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf230

Related Colors

#fbf230 Color Palettes


Comments

No comments written yet.

Please login to write comment.