Color Hex Logo

#f7832f Color Hex

#F7832F
(247,131,47)
0 Favorites   0 Comments

Color spaces of #f7832f

RGB 24713147
HSL0.070.930.58
HSV25°81°97°
CMYK 0.000.470.81   0.03
XYZ46.987236.21207.2024
Yxy36.21200.51980.4006
Hunter Lab60.176434.068435.0272
CIE-Lab66.681638.965661.6693

#f7832f color RGB value is (247,131,47).

#f7832f hex color red value is 247, green value is 131 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #f7832f hue: 0.07 , saturation: 0.93 and the lightness value of f7832f is 0.58.

The process color (four color CMYK) of #f7832f color hex is 0.00, 0.47, 0.81, 0.03. Web safe color of #f7832f is #ff9933. Color #f7832f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10000011 00101111
Octal 367 203 57
Decimal 247 131 47
Hex F7 83 2F

RGB Percentages of Color #f7832f

%58.12
%30.82
%11.06

CMYK Percentages of Color #f7832f

%0
%47
%81
%3

Triadic Colors of #f7832f

#f7832f #2ff783 #832ff7

Analogous Colors of #f7832f

#f7832f #f7e72f #f72f3f

Monochromatic Colors of #f7832f

#f7832f

Complementary Color

#f7832f #2fa3f7

#f7832f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7832f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7832f Color CSS Codes

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

#f7832f Text Font Color

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

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


#f7832f Background Color

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

This div background color is #f7832f


#f7832f Border Color

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

This div border color is #f7832f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7832f


Comments

No comments written yet.

Please login to write comment.