Color Hex Logo

#f95438 Color Hex

#F95438
(249,84,56)
0 Favorites   0 Comments

Color spaces of #f95438

RGB 2498456
HSL0.020.940.60
HSV78°98°
CMYK 0.000.660.78   0.02
XYZ42.951126.76596.6439
Yxy26.76590.56250.3505
Hunter Lab51.735857.653328.6010
CIE-Lab58.757061.462850.1534

#f95438 color RGB value is (249,84,56).

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

The process color (four color CMYK) of #f95438 color hex is 0.00, 0.66, 0.78, 0.02. Web safe color of #f95438 is #ff6633. Color #f95438 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010100 00111000
Octal 371 124 70
Decimal 249 84 56
Hex F9 54 38

RGB Percentages of Color #f95438

%64.01
%21.59
%14.40

CMYK Percentages of Color #f95438

%0
%66
%78
%2

Triadic Colors of #f95438

#f95438 #38f954 #5438f9

Analogous Colors of #f95438

#f95438 #f9b538 #f9387d

Monochromatic Colors of #f95438

#f95438

Complementary Color

#f95438 #38ddf9

#f95438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95438 Color CSS Codes

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

#f95438 Text Font Color

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

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


#f95438 Background Color

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

This div background color is #f95438


#f95438 Border Color

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

This div border color is #f95438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95438


Comments

No comments written yet.

Please login to write comment.