Color Hex Logo

#fd922b Color Hex

#FD922B
(253,146,43)
0 Favorites   0 Comments

Color spaces of #fd922b

RGB 25314643
HSL0.080.980.58
HSV29°83°99°
CMYK 0.000.420.83   0.01
XYZ51.222941.61487.6182
Yxy41.61480.50990.4143
Hunter Lab64.509528.843838.1549
CIE-Lab70.604533.596166.9055

#fd922b color RGB value is (253,146,43).

#fd922b hex color red value is 253, green value is 146 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #fd922b hue: 0.08 , saturation: 0.98 and the lightness value of fd922b is 0.58.

The process color (four color CMYK) of #fd922b color hex is 0.00, 0.42, 0.83, 0.01. Web safe color of #fd922b is #ff9933. Color #fd922b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010010 00101011
Octal 375 222 53
Decimal 253 146 43
Hex FD 92 2B

RGB Percentages of Color #fd922b

%57.24
%33.03
%9.73

CMYK Percentages of Color #fd922b

%0
%42
%83
%1

Triadic Colors of #fd922b

#fd922b #2bfd92 #922bfd

Analogous Colors of #fd922b

#fd922b #fdfb2b #fd2b2d

Monochromatic Colors of #fd922b

#fd922b

Complementary Color

#fd922b #2b96fd

#fd922b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd922b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd922b Color CSS Codes

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

#fd922b Text Font Color

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

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


#fd922b Background Color

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

This div background color is #fd922b


#fd922b Border Color

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

This div border color is #fd922b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd922b

Related Colors


Comments

No comments written yet.

Please login to write comment.