Color Hex Logo

#f7934b Color Hex

#F7934B
(247,147,75)
0 Favorites   0 Comments

Color spaces of #f7934b

RGB 24714775
HSL0.070.910.63
HSV25°70°97°
CMYK 0.000.400.70   0.03
XYZ50.061541.149611.9607
Yxy41.14960.48520.3988
Hunter Lab64.148027.043733.8487
CIE-Lab70.280631.893652.9751

#f7934b color RGB value is (247,147,75).

#f7934b hex color red value is 247, green value is 147 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #f7934b hue: 0.07 , saturation: 0.91 and the lightness value of f7934b is 0.63.

The process color (four color CMYK) of #f7934b color hex is 0.00, 0.40, 0.70, 0.03. Web safe color of #f7934b is #ff9933. Color #f7934b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10010011 01001011
Octal 367 223 113
Decimal 247 147 75
Hex F7 93 4B

RGB Percentages of Color #f7934b

%52.67
%31.34
%15.99

CMYK Percentages of Color #f7934b

%0
%40
%70
%3

Triadic Colors of #f7934b

#f7934b #4bf793 #934bf7

Analogous Colors of #f7934b

#f7934b #f7e94b #f74b59

Monochromatic Colors of #f7934b

#f7934b

Complementary Color

#f7934b #4baff7

#f7934b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7934b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7934b Color CSS Codes

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

#f7934b Text Font Color

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

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


#f7934b Background Color

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

This div background color is #f7934b


#f7934b Border Color

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

This div border color is #f7934b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7934b


Comments

No comments written yet.

Please login to write comment.