Color Hex Logo

#f3855c Color Hex

#F3855C
(243,133,92)
0 Favorites   0 Comments

Color spaces of #f3855c

RGB 24313392
HSL0.050.860.66
HSV16°62°95°
CMYK 0.000.450.62   0.05
XYZ47.281436.602514.6982
Yxy36.60250.47960.3713
Hunter Lab60.500033.624727.9458
CIE-Lab66.977738.512640.4688

#f3855c color RGB value is (243,133,92).

#f3855c hex color red value is 243, green value is 133 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #f3855c hue: 0.05 , saturation: 0.86 and the lightness value of f3855c is 0.66.

The process color (four color CMYK) of #f3855c color hex is 0.00, 0.45, 0.62, 0.05. Web safe color of #f3855c is #ff9966. Color #f3855c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000101 01011100
Octal 363 205 134
Decimal 243 133 92
Hex F3 85 5C

RGB Percentages of Color #f3855c

%51.92
%28.42
%19.66

CMYK Percentages of Color #f3855c

%0
%45
%62
%5

Triadic Colors of #f3855c

#f3855c #5cf385 #855cf3

Analogous Colors of #f3855c

#f3855c #f3d15c #f35c7f

Monochromatic Colors of #f3855c

#f3855c

Complementary Color

#f3855c #5ccaf3

#f3855c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3855c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3855c Color CSS Codes

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

#f3855c Text Font Color

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

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


#f3855c Background Color

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

This div background color is #f3855c


#f3855c Border Color

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

This div border color is #f3855c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,133,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3855c


Comments

No comments written yet.

Please login to write comment.