Color Hex Logo

#f6954a Color Hex

#F6954A
(246,149,74)
0 Favorites   0 Comments

Color spaces of #f6954a

RGB 24614974
HSL0.070.910.63
HSV26°70°96°
CMYK 0.000.390.70   0.04
XYZ49.989541.582111.8700
Yxy41.58210.48330.4020
Hunter Lab64.484225.529634.2251
CIE-Lab70.581830.401553.7372

#f6954a color RGB value is (246,149,74).

#f6954a hex color red value is 246, green value is 149 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #f6954a hue: 0.07 , saturation: 0.91 and the lightness value of f6954a is 0.63.

The process color (four color CMYK) of #f6954a color hex is 0.00, 0.39, 0.70, 0.04. Web safe color of #f6954a is #ff9933. Color #f6954a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010101 01001010
Octal 366 225 112
Decimal 246 149 74
Hex F6 95 4A

RGB Percentages of Color #f6954a

%52.45
%31.77
%15.78

CMYK Percentages of Color #f6954a

%0
%39
%70
%4

Triadic Colors of #f6954a

#f6954a #4af695 #954af6

Analogous Colors of #f6954a

#f6954a #f6eb4a #f64a55

Monochromatic Colors of #f6954a

#f6954a

Complementary Color

#f6954a #4aabf6

#f6954a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6954a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6954a Color CSS Codes

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

#f6954a Text Font Color

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

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


#f6954a Background Color

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

This div background color is #f6954a


#f6954a Border Color

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

This div border color is #f6954a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6954a


Comments

No comments written yet.

Please login to write comment.