Color Hex Logo

#f94935 Color Hex

#F94935
(249,73,53)
0 Favorites   0 Comments

Color spaces of #f94935

RGB 2497353
HSL0.020.940.59
HSV79°98°
CMYK 0.000.710.79   0.02
XYZ42.092125.16196.0064
Yxy25.16190.57460.3435
Hunter Lab50.161662.001728.0137
CIE-Lab57.232865.457550.1290

#f94935 color RGB value is (249,73,53).

#f94935 hex color red value is 249, green value is 73 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #f94935 hue: 0.02 , saturation: 0.94 and the lightness value of f94935 is 0.59.

The process color (four color CMYK) of #f94935 color hex is 0.00, 0.71, 0.79, 0.02. Web safe color of #f94935 is #ff3333. Color #f94935 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001001 00110101
Octal 371 111 65
Decimal 249 73 53
Hex F9 49 35

RGB Percentages of Color #f94935

%66.40
%19.47
%14.13

CMYK Percentages of Color #f94935

%0
%71
%79
%2

Triadic Colors of #f94935

#f94935 #35f949 #4935f9

Analogous Colors of #f94935

#f94935 #f9ab35 #f93583

Monochromatic Colors of #f94935

#f94935

Complementary Color

#f94935 #35e5f9

#f94935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94935 Color CSS Codes

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

#f94935 Text Font Color

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

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


#f94935 Background Color

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

This div background color is #f94935


#f94935 Border Color

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

This div border color is #f94935


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,73,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f94935; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f94935;
  -webkit-box-shadow: 1px 1px 3px 2px #f94935;
  box-shadow:         1px 1px 3px 2px #f94935; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,73,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94935


Comments

No comments written yet.

Please login to write comment.