Color Hex Logo

#f42704 Color Hex

#F42704
(244,39,4)
0 Favorites   0 Comments

Color spaces of #f42704

RGB 244394
HSL0.020.970.49
HSV98°96°
CMYK 0.000.840.98   0.04
XYZ38.055720.69292.1032
Yxy20.69290.62540.3401
Hunter Lab45.489469.723529.1013
CIE-Lab52.611772.782064.6337

#f42704 color RGB value is (244,39,4).

#f42704 hex color red value is 244, green value is 39 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #f42704 hue: 0.02 , saturation: 0.97 and the lightness value of f42704 is 0.49.

The process color (four color CMYK) of #f42704 color hex is 0.00, 0.84, 0.98, 0.04. Web safe color of #f42704 is #ff3300. Color #f42704 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100111 00000100
Octal 364 47 4
Decimal 244 39 4
Hex F4 27 4

RGB Percentages of Color #f42704

%85.02
%13.59
%1.39

CMYK Percentages of Color #f42704

%0
%84
%98
%4

Triadic Colors of #f42704

#f42704 #04f427 #2704f4

Analogous Colors of #f42704

#f42704 #f49f04 #f40459

Monochromatic Colors of #f42704

#f42704

Complementary Color

#f42704 #04d1f4

#f42704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f42704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f42704 Color CSS Codes

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

#f42704 Text Font Color

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

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


#f42704 Background Color

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

This div background color is #f42704


#f42704 Border Color

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

This div border color is #f42704


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,39,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f42704; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f42704;
  -webkit-box-shadow: 1px 1px 3px 2px #f42704;
  box-shadow:         1px 1px 3px 2px #f42704; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f42704


Comments

No comments written yet.

Please login to write comment.