Color Hex Logo

#ffc90d Color Hex

#FFC90D
(255,201,13)
0 Favorites   0 Comments

Color spaces of #ffc90d

RGB 25520113
HSL0.131.000.53
HSV47°95°100°
CMYK 0.000.210.95   0.00
XYZ62.199363.06239.2748
Yxy63.06230.46230.4687
Hunter Lab79.41180.839648.6635
CIE-Lab83.47515.323783.5098

#ffc90d color RGB value is (255,201,13).

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

The process color (four color CMYK) of #ffc90d color hex is 0.00, 0.21, 0.95, 0.00. Web safe color of #ffc90d is #ffcc00. Color #ffc90d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001001 00001101
Octal 377 311 15
Decimal 255 201 13
Hex FF C9 D

RGB Percentages of Color #ffc90d

%54.37
%42.86
%2.77

CMYK Percentages of Color #ffc90d

%0
%21
%95
%0

Triadic Colors of #ffc90d

#ffc90d #0dffc9 #c90dff

Analogous Colors of #ffc90d

#ffc90d #bcff0d #ff500d

Monochromatic Colors of #ffc90d

#ffc90d

Complementary Color

#ffc90d #0d43ff

#ffc90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc90d Color CSS Codes

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

#ffc90d Text Font Color

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

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


#ffc90d Background Color

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

This div background color is #ffc90d


#ffc90d Border Color

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

This div border color is #ffc90d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc90d

Related Colors

#ffc90d Color Palettes


Comments

No comments written yet.

Please login to write comment.