Color Hex Logo

#ffd90f Color Hex

#FFD90F
(255,217,15)
0 Favorites   1 Comments

Color spaces of #ffd90f

RGB 25521715
HSL0.141.000.53
HSV51°94°100°
CMYK 0.000.150.94   0.00
XYZ66.139170.920210.6550
Yxy70.92020.44780.4801
Hunter Lab84.2141-7.186551.4484
CIE-Lab87.4462-2.814586.1916

#ffd90f color RGB value is (255,217,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 00001111
Octal 377 331 17
Decimal 255 217 15
Hex FF D9 F

RGB Percentages of Color #ffd90f

%52.36
%44.56
%3.08

CMYK Percentages of Color #ffd90f

%0
%15
%94
%0

Triadic Colors of #ffd90f

#ffd90f #0fffd9 #d90fff

Analogous Colors of #ffd90f

#ffd90f #adff0f #ff610f

Monochromatic Colors of #ffd90f

#ffd90f

Complementary Color

#ffd90f #0f35ff

#ffd90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd90f Color CSS Codes

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

#ffd90f Text Font Color

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

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


#ffd90f Background Color

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

This div background color is #ffd90f


#ffd90f Border Color

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

This div border color is #ffd90f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,217,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 #ffd90f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd90f


Comments

29 Aug 2021, 4:50 Tunik26

THE SIMPSON COLOUR

Please login to write comment.