Color Hex Logo

#fa433f Color Hex

#FA433F
(250,67,63)
0 Favorites   0 Comments

Color spaces of #fa433f

RGB 2506763
HSL0.000.950.61
HSV75°98°
CMYK 0.000.730.75   0.02
XYZ42.328724.69727.2387
Yxy24.69720.57000.3326
Hunter Lab49.696365.068526.1513
CIE-Lab56.779268.125544.4605

#fa433f color RGB value is (250,67,63).

#fa433f hex color red value is 250, green value is 67 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fa433f hue: 0.00 , saturation: 0.95 and the lightness value of fa433f is 0.61.

The process color (four color CMYK) of #fa433f color hex is 0.00, 0.73, 0.75, 0.02. Web safe color of #fa433f is #ff3333. Color #fa433f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000011 00111111
Octal 372 103 77
Decimal 250 67 63
Hex FA 43 3F

RGB Percentages of Color #fa433f

%65.79
%17.63
%16.58

CMYK Percentages of Color #fa433f

%0
%73
%75
%2

Triadic Colors of #fa433f

#fa433f #3ffa43 #433ffa

Analogous Colors of #fa433f

#fa433f #faa13f #fa3f99

Monochromatic Colors of #fa433f

#fa433f

Complementary Color

#fa433f #3ff6fa

#fa433f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa433f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa433f Color CSS Codes

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

#fa433f Text Font Color

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

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


#fa433f Background Color

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

This div background color is #fa433f


#fa433f Border Color

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

This div border color is #fa433f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa433f


Comments

No comments written yet.

Please login to write comment.