Color Hex Logo

#ffb00c Color Hex

#FFB00C
(255,176,12)
0 Favorites   0 Comments

Color spaces of #ffb00c

RGB 25517612
HSL0.111.000.52
HSV40°95°100°
CMYK 0.000.310.95   0.00
XYZ56.831752.33727.4546
Yxy52.33720.48730.4488
Hunter Lab72.344513.621644.5317
CIE-Lab77.482018.291679.3574

#ffb00c color RGB value is (255,176,12).

#ffb00c hex color red value is 255, green value is 176 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ffb00c hue: 0.11 , saturation: 1.00 and the lightness value of ffb00c is 0.52.

The process color (four color CMYK) of #ffb00c color hex is 0.00, 0.31, 0.95, 0.00. Web safe color of #ffb00c is #ff9900. Color #ffb00c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110000 00001100
Octal 377 260 14
Decimal 255 176 12
Hex FF B0 C

RGB Percentages of Color #ffb00c

%57.56
%39.73
%2.71

CMYK Percentages of Color #ffb00c

%0
%31
%95
%0

Triadic Colors of #ffb00c

#ffb00c #0cffb0 #b00cff

Analogous Colors of #ffb00c

#ffb00c #d5ff0c #ff360c

Monochromatic Colors of #ffb00c

#ffb00c

Complementary Color

#ffb00c #0c5bff

#ffb00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb00c Color CSS Codes

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

#ffb00c Text Font Color

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

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


#ffb00c Background Color

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

This div background color is #ffb00c


#ffb00c Border Color

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

This div border color is #ffb00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb00c

Related Colors


Comments

No comments written yet.

Please login to write comment.