Color Hex Logo

#f2c71d Color Hex

#F2C71D
(242,199,29)
1 Favorites   0 Comments

Color spaces of #f2c71d

RGB 24219929
HSL0.130.890.53
HSV48°88°95°
CMYK 0.000.180.88   0.05
XYZ57.263159.81289.6893
Yxy59.81280.45170.4718
Hunter Lab77.3387-3.177946.7090
CIE-Lab81.73631.017379.2200

#f2c71d color RGB value is (242,199,29).

#f2c71d hex color red value is 242, green value is 199 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #f2c71d hue: 0.13 , saturation: 0.89 and the lightness value of f2c71d is 0.53.

The process color (four color CMYK) of #f2c71d color hex is 0.00, 0.18, 0.88, 0.05. Web safe color of #f2c71d is #ffcc33. Color #f2c71d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11000111 00011101
Octal 362 307 35
Decimal 242 199 29
Hex F2 C7 1D

RGB Percentages of Color #f2c71d

%51.49
%42.34
%6.17

CMYK Percentages of Color #f2c71d

%0
%18
%88
%5

Triadic Colors of #f2c71d

#f2c71d #1df2c7 #c71df2

Analogous Colors of #f2c71d

#f2c71d #b3f21d #f25c1d

Monochromatic Colors of #f2c71d

#f2c71d

Complementary Color

#f2c71d #1d48f2

#f2c71d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2c71d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2c71d Color CSS Codes

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

#f2c71d Text Font Color

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

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


#f2c71d Background Color

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

This div background color is #f2c71d


#f2c71d Border Color

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

This div border color is #f2c71d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,199,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2c71d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2c71d;
  -webkit-box-shadow: 1px 1px 3px 2px #f2c71d;
  box-shadow:         1px 1px 3px 2px #f2c71d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,199,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2c71d


Comments

No comments written yet.

Please login to write comment.