Color Hex Logo

#f6c55f Color Hex

#F6C55F
(246,197,95)
0 Favorites   0 Comments

Color spaces of #f6c55f

RGB 24619795
HSL0.110.890.67
HSV41°61°96°
CMYK 0.000.200.61   0.04
XYZ60.037860.351619.3112
Yxy60.35160.42980.4320
Hunter Lab77.68631.998039.6421
CIE-Lab82.02896.469656.6464

#f6c55f color RGB value is (246,197,95).

#f6c55f hex color red value is 246, green value is 197 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f6c55f hue: 0.11 , saturation: 0.89 and the lightness value of f6c55f is 0.67.

The process color (four color CMYK) of #f6c55f color hex is 0.00, 0.20, 0.61, 0.04. Web safe color of #f6c55f is #ffcc66. Color #f6c55f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11000101 01011111
Octal 366 305 137
Decimal 246 197 95
Hex F6 C5 5F

RGB Percentages of Color #f6c55f

%45.72
%36.62
%17.66

CMYK Percentages of Color #f6c55f

%0
%20
%61
%4

Triadic Colors of #f6c55f

#f6c55f #5ff6c5 #c55ff6

Analogous Colors of #f6c55f

#f6c55f #dcf65f #f67a5f

Monochromatic Colors of #f6c55f

#f6c55f

Complementary Color

#f6c55f #5f90f6

#f6c55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6c55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6c55f Color CSS Codes

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

#f6c55f Text Font Color

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

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


#f6c55f Background Color

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

This div background color is #f6c55f


#f6c55f Border Color

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

This div border color is #f6c55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6c55f


Comments

No comments written yet.

Please login to write comment.