Color Hex Logo

#f7d72a Color Hex

#F7D72A
(247,215,42)
0 Favorites   0 Comments

Color spaces of #f7d72a

RGB 24721542
HSL0.140.930.57
HSV51°83°97°
CMYK 0.000.130.83   0.03
XYZ63.076168.542212.0960
Yxy68.54220.43890.4769
Hunter Lab82.7902-8.887549.2906
CIE-Lab86.2768-4.722380.1950

#f7d72a color RGB value is (247,215,42).

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

The process color (four color CMYK) of #f7d72a color hex is 0.00, 0.13, 0.83, 0.03. Web safe color of #f7d72a is #ffcc33. Color #f7d72a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11010111 00101010
Octal 367 327 52
Decimal 247 215 42
Hex F7 D7 2A

RGB Percentages of Color #f7d72a

%49.01
%42.66
%8.33

CMYK Percentages of Color #f7d72a

%0
%13
%83
%3

Triadic Colors of #f7d72a

#f7d72a #2af7d7 #d72af7

Analogous Colors of #f7d72a

#f7d72a #b1f72a #f7712a

Monochromatic Colors of #f7d72a

#f7d72a

Complementary Color

#f7d72a #2a4af7

#f7d72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7d72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7d72a Color CSS Codes

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

#f7d72a Text Font Color

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

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


#f7d72a Background Color

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

This div background color is #f7d72a


#f7d72a Border Color

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

This div border color is #f7d72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7d72a


Comments

No comments written yet.

Please login to write comment.