Color Hex Logo

#f62208 Color Hex

#F62208
(246,34,8)
0 Favorites   0 Comments

Color spaces of #f62208

RGB 246348
HSL0.020.940.50
HSV97°96°
CMYK 0.000.860.97   0.04
XYZ38.621920.75442.2001
Yxy20.75440.62720.3371
Hunter Lab45.557071.602429.0266
CIE-Lab52.679674.308063.9390

#f62208 color RGB value is (246,34,8).

#f62208 hex color red value is 246, green value is 34 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #f62208 hue: 0.02 , saturation: 0.94 and the lightness value of f62208 is 0.50.

The process color (four color CMYK) of #f62208 color hex is 0.00, 0.86, 0.97, 0.04. Web safe color of #f62208 is #ff3300. Color #f62208 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100010 00001000
Octal 366 42 10
Decimal 246 34 8
Hex F6 22 8

RGB Percentages of Color #f62208

%85.42
%11.81
%2.78

CMYK Percentages of Color #f62208

%0
%86
%97
%4

Triadic Colors of #f62208

#f62208 #08f622 #2208f6

Analogous Colors of #f62208

#f62208 #f69908 #f60865

Monochromatic Colors of #f62208

#f62208

Complementary Color

#f62208 #08dcf6

#f62208 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f62208 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f62208 Color CSS Codes

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

#f62208 Text Font Color

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

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


#f62208 Background Color

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

This div background color is #f62208


#f62208 Border Color

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

This div border color is #f62208


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f62208


Comments

No comments written yet.

Please login to write comment.