Color Hex Logo

#f6990b Color Hex

#F6990B
(246,153,11)
0 Favorites   0 Comments

Color spaces of #f6990b

RGB 24615311
HSL0.100.930.50
HSV36°96°96°
CMYK 0.000.380.96   0.04
XYZ49.457742.39955.8938
Yxy42.39950.50600.4338
Hunter Lab65.114921.627740.2139
CIE-Lab71.145526.535674.5951

#f6990b color RGB value is (246,153,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011001 00001011
Octal 366 231 13
Decimal 246 153 11
Hex F6 99 B

RGB Percentages of Color #f6990b

%60.00
%37.32
%2.68

CMYK Percentages of Color #f6990b

%0
%38
%96
%4

Triadic Colors of #f6990b

#f6990b #0bf699 #990bf6

Analogous Colors of #f6990b

#f6990b #def60b #f6230b

Monochromatic Colors of #f6990b

#f6990b

Complementary Color

#f6990b #0b68f6

#f6990b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6990b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6990b Color CSS Codes

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

#f6990b Text Font Color

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

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


#f6990b Background Color

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

This div background color is #f6990b


#f6990b Border Color

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

This div border color is #f6990b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,153,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 #f6990b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6990b

#f6990b Color Palettes


Comments

No comments written yet.

Please login to write comment.