Color Hex Logo

#fbc248 Color Hex

#FBC248
(251,194,72)
0 Favorites   0 Comments

Color spaces of #fbc248

RGB 25119472
HSL0.110.960.63
HSV41°71°98°
CMYK 0.000.230.71   0.02
XYZ60.245159.560714.4520
Yxy59.56070.44870.4436
Hunter Lab77.17564.284142.9202
CIE-Lab81.59888.816766.2537

#fbc248 color RGB value is (251,194,72).

#fbc248 hex color red value is 251, green value is 194 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #fbc248 hue: 0.11 , saturation: 0.96 and the lightness value of fbc248 is 0.63.

The process color (four color CMYK) of #fbc248 color hex is 0.00, 0.23, 0.71, 0.02. Web safe color of #fbc248 is #ffcc33. Color #fbc248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 01001000
Octal 373 302 110
Decimal 251 194 72
Hex FB C2 48

RGB Percentages of Color #fbc248

%48.55
%37.52
%13.93

CMYK Percentages of Color #fbc248

%0
%23
%71
%2

Triadic Colors of #fbc248

#fbc248 #48fbc2 #c248fb

Analogous Colors of #fbc248

#fbc248 #dbfb48 #fb6948

Monochromatic Colors of #fbc248

#fbc248

Complementary Color

#fbc248 #4881fb

#fbc248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc248 Color CSS Codes

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

#fbc248 Text Font Color

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

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


#fbc248 Background Color

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

This div background color is #fbc248


#fbc248 Border Color

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

This div border color is #fbc248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc248


Comments

No comments written yet.

Please login to write comment.