Color Hex Logo

#f6470b Color Hex

#F6470B
(246,71,11)
0 Favorites   0 Comments

Color spaces of #f6470b

RGB 2467111
HSL0.040.930.50
HSV15°96°96°
CMYK 0.000.710.96   0.04
XYZ40.319724.12352.8478
Yxy24.12350.59920.3585
Hunter Lab49.115760.580530.9433
CIE-Lab56.211264.434765.1349

#f6470b color RGB value is (246,71,11).

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

The process color (four color CMYK) of #f6470b color hex is 0.00, 0.71, 0.96, 0.04. Web safe color of #f6470b is #ff3300. Color #f6470b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000111 00001011
Octal 366 107 13
Decimal 246 71 11
Hex F6 47 B

RGB Percentages of Color #f6470b

%75.00
%21.65
%3.35

CMYK Percentages of Color #f6470b

%0
%71
%96
%4

Triadic Colors of #f6470b

#f6470b #0bf647 #470bf6

Analogous Colors of #f6470b

#f6470b #f6bd0b #f60b45

Monochromatic Colors of #f6470b

#f6470b

Complementary Color

#f6470b #0bbaf6

#f6470b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6470b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6470b Color CSS Codes

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

#f6470b Text Font Color

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

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


#f6470b Background Color

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

This div background color is #f6470b


#f6470b Border Color

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

This div border color is #f6470b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6470b


Comments

No comments written yet.

Please login to write comment.