Color Hex Logo

#f63a1e Color Hex

#F63A1E
(246,58,30)
0 Favorites   0 Comments

Color spaces of #f63a1e

RGB 2465830
HSL0.020.920.54
HSV88°96°
CMYK 0.000.760.88   0.04
XYZ39.753422.71273.5170
Yxy22.71270.60250.3442
Hunter Lab47.657865.493128.9851
CIE-Lab54.775268.857458.3318

#f63a1e color RGB value is (246,58,30).

#f63a1e hex color red value is 246, green value is 58 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #f63a1e hue: 0.02 , saturation: 0.92 and the lightness value of f63a1e is 0.54.

The process color (four color CMYK) of #f63a1e color hex is 0.00, 0.76, 0.88, 0.04. Web safe color of #f63a1e is #ff3333. Color #f63a1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111010 00011110
Octal 366 72 36
Decimal 246 58 30
Hex F6 3A 1E

RGB Percentages of Color #f63a1e

%73.65
%17.37
%8.98

CMYK Percentages of Color #f63a1e

%0
%76
%88
%4

Triadic Colors of #f63a1e

#f63a1e #1ef63a #3a1ef6

Analogous Colors of #f63a1e

#f63a1e #f6a61e #f61e6e

Monochromatic Colors of #f63a1e

#f63a1e

Complementary Color

#f63a1e #1edaf6

#f63a1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63a1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63a1e Color CSS Codes

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

#f63a1e Text Font Color

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

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


#f63a1e Background Color

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

This div background color is #f63a1e


#f63a1e Border Color

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

This div border color is #f63a1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63a1e


Comments

No comments written yet.

Please login to write comment.