Color Hex Logo

#ffb90f Color Hex DarkGoldenrod1

#FFB90F
(255,185,15)
43 Favorites   0 Comments

Color spaces of #ffb90f DarkGoldenrod1

RGB 25518515
HSL0.121.000.53
HSV43°94°100°
CMYK 0.000.270.94   0.00
XYZ58.675255.99248.1670
Yxy55.99240.47770.4558
Hunter Lab74.82819.018745.9085
CIE-Lab79.609513.627880.4980

#ffb90f color RGB value is (255,185,15). #ffb90f color name is DarkGoldenrod1 color.

#ffb90f hex color red value is 255, green value is 185 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ffb90f hue: 0.12 , saturation: 1.00 and the lightness value of ffb90f is 0.53.

The process color (four color CMYK) of #ffb90f color hex is 0.00, 0.27, 0.94, 0.00. Web safe color of #ffb90f is #ffcc00. Color #ffb90f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111001 00001111
Octal 377 271 17
Decimal 255 185 15
Hex FF B9 F

RGB Percentages of Color #ffb90f

%56.04
%40.66
%3.30

CMYK Percentages of Color #ffb90f

%0
%27
%94
%0

Triadic Colors of #ffb90f

#ffb90f #0fffb9 #b90fff

Analogous Colors of #ffb90f

#ffb90f #cdff0f #ff410f

Monochromatic Colors of #ffb90f

#ffb90f

Complementary Color

#ffb90f #0f55ff

#ffb90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb90f Color CSS Codes

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

#ffb90f Text Font Color

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

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


#ffb90f Background Color

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

This div background color is #ffb90f


#ffb90f Border Color

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

This div border color is #ffb90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb90f

Related Colors


Comments

No comments written yet.

Please login to write comment.