Color Hex Logo

#ffd72a Color Hex

#FFD72A
(255,215,42)
0 Favorites   0 Comments

Color spaces of #ffd72a

RGB 25521542
HSL0.141.000.58
HSV49°84°100°
CMYK 0.000.160.84   0.00
XYZ65.958470.028012.2309
Yxy70.02800.44500.4725
Hunter Lab83.6827-5.751849.9122
CIE-Lab87.0106-1.340781.1040

#ffd72a color RGB value is (255,215,42).

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

The process color (four color CMYK) of #ffd72a color hex is 0.00, 0.16, 0.84, 0.00. Web safe color of #ffd72a is #ffcc33. Color #ffd72a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010111 00101010
Octal 377 327 52
Decimal 255 215 42
Hex FF D7 2A

RGB Percentages of Color #ffd72a

%49.80
%41.99
%8.20

CMYK Percentages of Color #ffd72a

%0
%16
%84
%0

Triadic Colors of #ffd72a

#ffd72a #2affd7 #d72aff

Analogous Colors of #ffd72a

#ffd72a #bdff2a #ff6d2a

Monochromatic Colors of #ffd72a

#ffd72a

Complementary Color

#ffd72a #2a52ff

#ffd72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd72a Color CSS Codes

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

#ffd72a Text Font Color

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

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


#ffd72a Background Color

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

This div background color is #ffd72a


#ffd72a Border Color

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

This div border color is #ffd72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd72a

Related Colors


Comments

No comments written yet.

Please login to write comment.