Color Hex Logo

#f6f269 Color Hex

#F6F269
(246,242,105)
0 Favorites   0 Comments

Color spaces of #f6f269

RGB 246242105
HSL0.160.890.69
HSV58°57°96°
CMYK 0.000.020.57   0.04
XYZ72.308084.117025.7898
Yxy84.11700.39680.4616
Hunter Lab91.7153-19.773147.5287
CIE-Lab93.5013-15.545965.0508

#f6f269 color RGB value is (246,242,105).

#f6f269 hex color red value is 246, green value is 242 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #f6f269 hue: 0.16 , saturation: 0.89 and the lightness value of f6f269 is 0.69.

The process color (four color CMYK) of #f6f269 color hex is 0.00, 0.02, 0.57, 0.04. Web safe color of #f6f269 is #ffff66. Color #f6f269 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11110010 01101001
Octal 366 362 151
Decimal 246 242 105
Hex F6 F2 69

RGB Percentages of Color #f6f269

%41.48
%40.81
%17.71

CMYK Percentages of Color #f6f269

%0
%2
%57
%4

Triadic Colors of #f6f269

#f6f269 #69f6f2 #f269f6

Analogous Colors of #f6f269

#f6f269 #b4f669 #f6ac69

Monochromatic Colors of #f6f269

#f6f269

Complementary Color

#f6f269 #696df6

#f6f269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6f269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6f269 Color CSS Codes

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

#f6f269 Text Font Color

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

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


#f6f269 Background Color

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

This div background color is #f6f269


#f6f269 Border Color

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

This div border color is #f6f269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6f269


Comments

No comments written yet.

Please login to write comment.