Color Hex Logo

#fbcf3f Color Hex

#FBCF3F
(251,207,63)
0 Favorites   0 Comments

Color spaces of #fbcf3f

RGB 25120763
HSL0.130.960.62
HSV46°75°98°
CMYK 0.000.180.75   0.02
XYZ62.993765.493814.0241
Yxy65.49380.44200.4596
Hunter Lab80.9282-2.681946.3754
CIE-Lab84.73761.722672.6823

#fbcf3f color RGB value is (251,207,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001111 00111111
Octal 373 317 77
Decimal 251 207 63
Hex FB CF 3F

RGB Percentages of Color #fbcf3f

%48.18
%39.73
%12.09

CMYK Percentages of Color #fbcf3f

%0
%18
%75
%2

Triadic Colors of #fbcf3f

#fbcf3f #3ffbcf #cf3ffb

Analogous Colors of #fbcf3f

#fbcf3f #c9fb3f #fb713f

Monochromatic Colors of #fbcf3f

#fbcf3f

Complementary Color

#fbcf3f #3f6bfb

#fbcf3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcf3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcf3f Color CSS Codes

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

#fbcf3f Text Font Color

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

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


#fbcf3f Background Color

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

This div background color is #fbcf3f


#fbcf3f Border Color

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

This div border color is #fbcf3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcf3f


Comments

No comments written yet.

Please login to write comment.