Color Hex Logo

#ffb14f Color Hex

#FFB14F
(255,177,79)
1 Favorites   0 Comments

Color spaces of #ffb14f

RGB 25517779
HSL0.091.000.65
HSV33°69°100°
CMYK 0.000.310.69   0.00
XYZ58.373453.268814.6024
Yxy53.26880.46240.4219
Hunter Lab72.985515.038839.2275
CIE-Lab78.033419.689959.7538

#ffb14f color RGB value is (255,177,79).

#ffb14f hex color red value is 255, green value is 177 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ffb14f hue: 0.09 , saturation: 1.00 and the lightness value of ffb14f is 0.65.

The process color (four color CMYK) of #ffb14f color hex is 0.00, 0.31, 0.69, 0.00. Web safe color of #ffb14f is #ff9966. Color #ffb14f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110001 01001111
Octal 377 261 117
Decimal 255 177 79
Hex FF B1 4F

RGB Percentages of Color #ffb14f

%49.90
%34.64
%15.46

CMYK Percentages of Color #ffb14f

%0
%31
%69
%0

Triadic Colors of #ffb14f

#ffb14f #4fffb1 #b14fff

Analogous Colors of #ffb14f

#ffb14f #f5ff4f #ff594f

Monochromatic Colors of #ffb14f

#ffb14f

Complementary Color

#ffb14f #4f9dff

#ffb14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb14f Color CSS Codes

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

#ffb14f Text Font Color

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

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


#ffb14f Background Color

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

This div background color is #ffb14f


#ffb14f Border Color

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

This div border color is #ffb14f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,177,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffb14f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffb14f;
  -webkit-box-shadow: 1px 1px 3px 2px #ffb14f;
  box-shadow:         1px 1px 3px 2px #ffb14f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,177,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb14f

Related Colors

#ffb14f Color Palettes


Comments

No comments written yet.

Please login to write comment.