Color Hex Logo

#f3822f Color Hex

#F3822F
(243,130,47)
0 Favorites   0 Comments

Color spaces of #f3822f

RGB 24313047
HSL0.070.890.57
HSV25°81°95°
CMYK 0.000.470.81   0.05
XYZ45.457935.22527.0926
Yxy35.22520.51790.4013
Hunter Lab59.350832.852534.4602
CIE-Lab65.923637.896260.7756

#f3822f color RGB value is (243,130,47).

#f3822f hex color red value is 243, green value is 130 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #f3822f hue: 0.07 , saturation: 0.89 and the lightness value of f3822f is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000010 00101111
Octal 363 202 57
Decimal 243 130 47
Hex F3 82 2F

RGB Percentages of Color #f3822f

%57.86
%30.95
%11.19

CMYK Percentages of Color #f3822f

%0
%47
%81
%5

Triadic Colors of #f3822f

#f3822f #2ff382 #822ff3

Analogous Colors of #f3822f

#f3822f #f3e42f #f32f3e

Monochromatic Colors of #f3822f

#f3822f

Complementary Color

#f3822f #2fa0f3

#f3822f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3822f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3822f Color CSS Codes

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

#f3822f Text Font Color

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

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


#f3822f Background Color

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

This div background color is #f3822f


#f3822f Border Color

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

This div border color is #f3822f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,130,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 #f3822f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3822f


Comments

No comments written yet.

Please login to write comment.