Color Hex Logo

#f7331b Color Hex

#F7331B
(247,51,27)
0 Favorites   0 Comments

Color spaces of #f7331b

RGB 2475127
HSL0.020.930.54
HSV89°97°
CMYK 0.000.790.89   0.03
XYZ39.739422.22093.2315
Yxy22.22090.60960.3409
Hunter Lab47.139067.986628.9329
CIE-Lab54.260671.031559.2170

#f7331b color RGB value is (247,51,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110011 00011011
Octal 367 63 33
Decimal 247 51 27
Hex F7 33 1B

RGB Percentages of Color #f7331b

%76.00
%15.69
%8.31

CMYK Percentages of Color #f7331b

%0
%79
%89
%3

Triadic Colors of #f7331b

#f7331b #1bf733 #331bf7

Analogous Colors of #f7331b

#f7331b #f7a11b #f71b71

Monochromatic Colors of #f7331b

#f7331b

Complementary Color

#f7331b #1bdff7

#f7331b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7331b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7331b Color CSS Codes

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

#f7331b Text Font Color

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

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


#f7331b Background Color

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

This div background color is #f7331b


#f7331b Border Color

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

This div border color is #f7331b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7331b


Comments

No comments written yet.

Please login to write comment.