Color Hex Logo

#fa530f Color Hex

#FA530F
(250,83,15)
0 Favorites   0 Comments

Color spaces of #fa530f

RGB 2508315
HSL0.050.960.52
HSV17°94°98°
CMYK 0.000.670.94   0.02
XYZ42.603826.54503.3302
Yxy26.54500.58780.3662
Hunter Lab51.521857.439832.2330
CIE-Lab58.550861.314765.9898

#fa530f color RGB value is (250,83,15).

#fa530f hex color red value is 250, green value is 83 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fa530f hue: 0.05 , saturation: 0.96 and the lightness value of fa530f is 0.52.

The process color (four color CMYK) of #fa530f color hex is 0.00, 0.67, 0.94, 0.02. Web safe color of #fa530f is #ff6600. Color #fa530f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010011 00001111
Octal 372 123 17
Decimal 250 83 15
Hex FA 53 F

RGB Percentages of Color #fa530f

%71.84
%23.85
%4.31

CMYK Percentages of Color #fa530f

%0
%67
%94
%2

Triadic Colors of #fa530f

#fa530f #0ffa53 #530ffa

Analogous Colors of #fa530f

#fa530f #fac90f #fa0f40

Monochromatic Colors of #fa530f

#fa530f

Complementary Color

#fa530f #0fb6fa

#fa530f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa530f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa530f Color CSS Codes

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

#fa530f Text Font Color

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

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


#fa530f Background Color

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

This div background color is #fa530f


#fa530f Border Color

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

This div border color is #fa530f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa530f

Related Colors


Comments

No comments written yet.

Please login to write comment.