Color Hex Logo

#ffd90a Color Hex

#FFD90A
(255,217,10)
0 Favorites   0 Comments

Color spaces of #ffd90a

RGB 25521710
HSL0.141.000.52
HSV51°96°100°
CMYK 0.000.150.96   0.00
XYZ66.107670.907610.4895
Yxy70.90760.44820.4807
Hunter Lab84.2067-7.227751.5590
CIE-Lab87.4401-2.858586.6607

#ffd90a color RGB value is (255,217,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 00001010
Octal 377 331 12
Decimal 255 217 10
Hex FF D9 A

RGB Percentages of Color #ffd90a

%52.90
%45.02
%2.07

CMYK Percentages of Color #ffd90a

%0
%15
%96
%0

Triadic Colors of #ffd90a

#ffd90a #0affd9 #d90aff

Analogous Colors of #ffd90a

#ffd90a #abff0a #ff5f0a

Monochromatic Colors of #ffd90a

#ffd90a

Complementary Color

#ffd90a #0a30ff

#ffd90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd90a Color CSS Codes

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

#ffd90a Text Font Color

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

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


#ffd90a Background Color

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

This div background color is #ffd90a


#ffd90a Border Color

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

This div border color is #ffd90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd90a

Related Colors


Comments

No comments written yet.

Please login to write comment.