Color Hex Logo

#f7481c Color Hex

#F7481C
(247,72,28)
0 Favorites   0 Comments

Color spaces of #f7481c

RGB 2477228
HSL0.030.930.54
HSV12°89°97°
CMYK 0.000.710.89   0.03
XYZ40.884724.49273.6713
Yxy24.49270.59210.3547
Hunter Lab49.490160.854530.2448
CIE-Lab56.577864.601560.5216

#f7481c color RGB value is (247,72,28).

#f7481c hex color red value is 247, green value is 72 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #f7481c hue: 0.03 , saturation: 0.93 and the lightness value of f7481c is 0.54.

The process color (four color CMYK) of #f7481c color hex is 0.00, 0.71, 0.89, 0.03. Web safe color of #f7481c is #ff3333. Color #f7481c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001000 00011100
Octal 367 110 34
Decimal 247 72 28
Hex F7 48 1C

RGB Percentages of Color #f7481c

%71.18
%20.75
%8.07

CMYK Percentages of Color #f7481c

%0
%71
%89
%3

Triadic Colors of #f7481c

#f7481c #1cf748 #481cf7

Analogous Colors of #f7481c

#f7481c #f7b61c #f71c5d

Monochromatic Colors of #f7481c

#f7481c

Complementary Color

#f7481c #1ccbf7

#f7481c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7481c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7481c Color CSS Codes

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

#f7481c Text Font Color

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

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


#f7481c Background Color

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

This div background color is #f7481c


#f7481c Border Color

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

This div border color is #f7481c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,72,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7481c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7481c;
  -webkit-box-shadow: 1px 1px 3px 2px #f7481c;
  box-shadow:         1px 1px 3px 2px #f7481c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7481c


Comments

No comments written yet.

Please login to write comment.