Color Hex Logo

#f6b32d Color Hex

#F6B32D
(246,179,45)
0 Favorites   0 Comments

Color spaces of #f6b32d

RGB 24617945
HSL0.110.920.57
HSV40°82°96°
CMYK 0.000.270.82   0.04
XYZ54.599852.02259.6462
Yxy52.02250.46960.4474
Hunter Lab72.12668.902842.5592
CIE-Lab77.294313.512871.6939

#f6b32d color RGB value is (246,179,45).

#f6b32d hex color red value is 246, green value is 179 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #f6b32d hue: 0.11 , saturation: 0.92 and the lightness value of f6b32d is 0.57.

The process color (four color CMYK) of #f6b32d color hex is 0.00, 0.27, 0.82, 0.04. Web safe color of #f6b32d is #ffcc33. Color #f6b32d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10110011 00101101
Octal 366 263 55
Decimal 246 179 45
Hex F6 B3 2D

RGB Percentages of Color #f6b32d

%52.34
%38.09
%9.57

CMYK Percentages of Color #f6b32d

%0
%27
%82
%4

Triadic Colors of #f6b32d

#f6b32d #2df6b3 #b32df6

Analogous Colors of #f6b32d

#f6b32d #d5f62d #f64f2d

Monochromatic Colors of #f6b32d

#f6b32d

Complementary Color

#f6b32d #2d70f6

#f6b32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6b32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6b32d Color CSS Codes

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

#f6b32d Text Font Color

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

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


#f6b32d Background Color

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

This div background color is #f6b32d


#f6b32d Border Color

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

This div border color is #f6b32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6b32d


Comments

No comments written yet.

Please login to write comment.