Color Hex Logo

#f6930b Color Hex

#F6930B
(246,147,11)
0 Favorites   0 Comments

Color spaces of #f6930b

RGB 24614711
HSL0.100.930.50
HSV35°96°96°
CMYK 0.000.400.96   0.04
XYZ48.500240.48445.5746
Yxy40.48440.51290.4281
Hunter Lab63.627424.714539.3446
CIE-Lab69.813229.666273.6892

#f6930b color RGB value is (246,147,11).

#f6930b hex color red value is 246, green value is 147 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #f6930b hue: 0.10 , saturation: 0.93 and the lightness value of f6930b is 0.50.

The process color (four color CMYK) of #f6930b color hex is 0.00, 0.40, 0.96, 0.04. Web safe color of #f6930b is #ff9900. Color #f6930b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010011 00001011
Octal 366 223 13
Decimal 246 147 11
Hex F6 93 B

RGB Percentages of Color #f6930b

%60.89
%36.39
%2.72

CMYK Percentages of Color #f6930b

%0
%40
%96
%4

Triadic Colors of #f6930b

#f6930b #0bf693 #930bf6

Analogous Colors of #f6930b

#f6930b #e4f60b #f61e0b

Monochromatic Colors of #f6930b

#f6930b

Complementary Color

#f6930b #0b6ef6

#f6930b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6930b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6930b Color CSS Codes

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

#f6930b Text Font Color

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

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


#f6930b Background Color

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

This div background color is #f6930b


#f6930b Border Color

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

This div border color is #f6930b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6930b


Comments

No comments written yet.

Please login to write comment.