color codes Logo

#f95e1e color codes

#F95E1E
(249,94,30)
0 Favorites   0 Comments

Color spaces of #f95e1e

RGB 2499430
HSL0.050.950.55
HSV18°88°98°
CMYK 0.000.620.88   0.02
XYZ43.304028.23894.3966
Yxy28.23890.57020.3719
Hunter Lab53.140352.464132.2928
CIE-Lab60.104056.705062.5993

#f95e1e color RGB value is (249,94,30).

#f95e1e hex color red value is 249, green value is 94 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #f95e1e hue: 0.05 , saturation: 0.95 and the lightness value of f95e1e is 0.55.

The process color (four color CMYK) of #f95e1e color code is 0.00, 0.62, 0.88, 0.02. Web safe color of #f95e1e is #ff6633. Color #f95e1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011110 00011110
Octal 371 136 36
Decimal 249 94 30
Hex F9 5E 1E

RGB Percentages of Color #f95e1e

%66.76
%25.20
%8.04

CMYK Percentages of Color #f95e1e

%0
%62
%88
%2

Triadic Colors of #f95e1e

#f95e1e #1ef95e #5e1ef9

Analogous Colors of #f95e1e

#f95e1e #f9cc1e #f91e4c

Monochromatic Colors of #f95e1e

#f95e1e

Complementary Color

#f95e1e #1eb9f9

#f95e1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95e1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95e1e Color CSS Codes

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

#f95e1e Text Font Color

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

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


#f95e1e Background Color

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

This div background color is #f95e1e


#f95e1e Border Color

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

This div border color is #f95e1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95e1e


Comments

No comments written yet.

Please login to write comment.