Color Hex Logo

#fa7233 Color Hex

#FA7233
(250,114,51)
0 Favorites   0 Comments

Color spaces of #fa7233

RGB 25011451
HSL0.050.950.59
HSV19°80°98°
CMYK 0.000.540.80   0.02
XYZ46.039232.59766.9974
Yxy32.59760.53760.3807
Hunter Lab57.094344.022232.6995
CIE-Lab63.833848.563957.5340

#fa7233 color RGB value is (250,114,51).

#fa7233 hex color red value is 250, green value is 114 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #fa7233 hue: 0.05 , saturation: 0.95 and the lightness value of fa7233 is 0.59.

The process color (four color CMYK) of #fa7233 color hex is 0.00, 0.54, 0.80, 0.02. Web safe color of #fa7233 is #ff6633. Color #fa7233 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110010 00110011
Octal 372 162 63
Decimal 250 114 51
Hex FA 72 33

RGB Percentages of Color #fa7233

%60.24
%27.47
%12.29

CMYK Percentages of Color #fa7233

%0
%54
%80
%2

Triadic Colors of #fa7233

#fa7233 #33fa72 #7233fa

Analogous Colors of #fa7233

#fa7233 #fad633 #fa3357

Monochromatic Colors of #fa7233

#fa7233

Complementary Color

#fa7233 #33bbfa

#fa7233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7233 Color CSS Codes

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

#fa7233 Text Font Color

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

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


#fa7233 Background Color

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

This div background color is #fa7233


#fa7233 Border Color

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

This div border color is #fa7233


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,114,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fa7233; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fa7233;
  -webkit-box-shadow: 1px 1px 3px 2px #fa7233;
  box-shadow:         1px 1px 3px 2px #fa7233; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,114,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7233


Comments

No comments written yet.

Please login to write comment.