Color Hex Logo

#fc882f Color Hex

#FC882F
(252,136,47)
0 Favorites   0 Comments

Color spaces of #fc882f

RGB 25213647
HSL0.070.970.59
HSV26°81°99°
CMYK 0.000.460.81   0.01
XYZ49.462138.50907.5154
Yxy38.50900.51800.4033
Hunter Lab62.055633.678036.2585
CIE-Lab68.394138.407063.4667

#fc882f color RGB value is (252,136,47).

#fc882f hex color red value is 252, green value is 136 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #fc882f hue: 0.07 , saturation: 0.97 and the lightness value of fc882f is 0.59.

The process color (four color CMYK) of #fc882f color hex is 0.00, 0.46, 0.81, 0.01. Web safe color of #fc882f is #ff9933. Color #fc882f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001000 00101111
Octal 374 210 57
Decimal 252 136 47
Hex FC 88 2F

RGB Percentages of Color #fc882f

%57.93
%31.26
%10.80

CMYK Percentages of Color #fc882f

%0
%46
%81
%1

Triadic Colors of #fc882f

#fc882f #2ffc88 #882ffc

Analogous Colors of #fc882f

#fc882f #fcef2f #fc2f3d

Monochromatic Colors of #fc882f

#fc882f

Complementary Color

#fc882f #2fa3fc

#fc882f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc882f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc882f Color CSS Codes

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

#fc882f Text Font Color

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

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


#fc882f Background Color

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

This div background color is #fc882f


#fc882f Border Color

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

This div border color is #fc882f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc882f

Related Colors


Comments

No comments written yet.

Please login to write comment.