Color Hex Logo

#f2ca16 Color Hex

#F2CA16
(242,202,22)
0 Favorites   0 Comments

Color spaces of #f2ca16

RGB 24220222
HSL0.140.890.52
HSV49°91°95°
CMYK 0.000.170.91   0.05
XYZ57.883361.17629.5165
Yxy61.17620.45020.4758
Hunter Lab78.2152-4.777447.5368
CIE-Lab82.4734-0.640581.0247

#f2ca16 color RGB value is (242,202,22).

#f2ca16 hex color red value is 242, green value is 202 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #f2ca16 hue: 0.14 , saturation: 0.89 and the lightness value of f2ca16 is 0.52.

The process color (four color CMYK) of #f2ca16 color hex is 0.00, 0.17, 0.91, 0.05. Web safe color of #f2ca16 is #ffcc00. Color #f2ca16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11001010 00010110
Octal 362 312 26
Decimal 242 202 22
Hex F2 CA 16

RGB Percentages of Color #f2ca16

%51.93
%43.35
%4.72

CMYK Percentages of Color #f2ca16

%0
%17
%91
%5

Triadic Colors of #f2ca16

#f2ca16 #16f2ca #ca16f2

Analogous Colors of #f2ca16

#f2ca16 #acf216 #f25c16

Monochromatic Colors of #f2ca16

#f2ca16

Complementary Color

#f2ca16 #163ef2

#f2ca16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2ca16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2ca16 Color CSS Codes

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

#f2ca16 Text Font Color

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

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


#f2ca16 Background Color

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

This div background color is #f2ca16


#f2ca16 Border Color

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

This div border color is #f2ca16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2ca16


Comments

No comments written yet.

Please login to write comment.