Color Hex Logo

#fc925b Color Hex

#FC925B
(252,146,91)
0 Favorites   0 Comments

Color spaces of #fc925b

RGB 25214691
HSL0.060.960.67
HSV20°64°99°
CMYK 0.000.420.64   0.01
XYZ52.312142.008515.2488
Yxy42.00850.47740.3834
Hunter Lab64.814030.645031.4206
CIE-Lab70.876835.286445.9259

#fc925b color RGB value is (252,146,91).

#fc925b hex color red value is 252, green value is 146 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fc925b hue: 0.06 , saturation: 0.96 and the lightness value of fc925b is 0.67.

The process color (four color CMYK) of #fc925b color hex is 0.00, 0.42, 0.64, 0.01. Web safe color of #fc925b is #ff9966. Color #fc925b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010010 01011011
Octal 374 222 133
Decimal 252 146 91
Hex FC 92 5B

RGB Percentages of Color #fc925b

%51.53
%29.86
%18.61

CMYK Percentages of Color #fc925b

%0
%42
%64
%1

Triadic Colors of #fc925b

#fc925b #5bfc92 #925bfc

Analogous Colors of #fc925b

#fc925b #fce35b #fc5b75

Monochromatic Colors of #fc925b

#fc925b

Complementary Color

#fc925b #5bc5fc

#fc925b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc925b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc925b Color CSS Codes

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

#fc925b Text Font Color

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

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


#fc925b Background Color

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

This div background color is #fc925b


#fc925b Border Color

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

This div border color is #fc925b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,146,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc925b


Comments

No comments written yet.

Please login to write comment.