Color Hex Logo

#fbcf3a Color Hex

#FBCF3A
(251,207,58)
0 Favorites   0 Comments

Color spaces of #fbcf3a

RGB 25120758
HSL0.130.960.61
HSV46°77°98°
CMYK 0.000.180.77   0.02
XYZ62.860265.440413.3212
Yxy65.44040.44390.4621
Hunter Lab80.8952-2.862046.8633
CIE-Lab84.71021.532574.3515

#fbcf3a color RGB value is (251,207,58).

#fbcf3a hex color red value is 251, green value is 207 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fbcf3a hue: 0.13 , saturation: 0.96 and the lightness value of fbcf3a is 0.61.

The process color (four color CMYK) of #fbcf3a color hex is 0.00, 0.18, 0.77, 0.02. Web safe color of #fbcf3a is #ffcc33. Color #fbcf3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001111 00111010
Octal 373 317 72
Decimal 251 207 58
Hex FB CF 3A

RGB Percentages of Color #fbcf3a

%48.64
%40.12
%11.24

CMYK Percentages of Color #fbcf3a

%0
%18
%77
%2

Triadic Colors of #fbcf3a

#fbcf3a #3afbcf #cf3afb

Analogous Colors of #fbcf3a

#fbcf3a #c7fb3a #fb6f3a

Monochromatic Colors of #fbcf3a

#fbcf3a

Complementary Color

#fbcf3a #3a66fb

#fbcf3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcf3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcf3a Color CSS Codes

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

#fbcf3a Text Font Color

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

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


#fbcf3a Background Color

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

This div background color is #fbcf3a


#fbcf3a Border Color

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

This div border color is #fbcf3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcf3a


Comments

No comments written yet.

Please login to write comment.