Color Hex Logo

#f9233e Color Hex

#F9233E
(249,35,62)
0 Favorites   0 Comments

Color spaces of #f9233e

RGB 2493562
HSL0.980.950.56
HSV352°86°98°
CMYK 0.000.860.75   0.02
XYZ40.537521.68966.6074
Yxy21.68960.58890.3151
Hunter Lab46.572173.869624.1887
CIE-Lab53.696175.951041.5722

#f9233e color RGB value is (249,35,62).

#f9233e hex color red value is 249, green value is 35 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f9233e hue: 0.98 , saturation: 0.95 and the lightness value of f9233e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100011 00111110
Octal 371 43 76
Decimal 249 35 62
Hex F9 23 3E

RGB Percentages of Color #f9233e

%71.97
%10.12
%17.92

CMYK Percentages of Color #f9233e

%0
%86
%75
%2

Triadic Colors of #f9233e

#f9233e #3ef923 #233ef9

Analogous Colors of #f9233e

#f9233e #f97323 #f923a9

Monochromatic Colors of #f9233e

#f9233e

Complementary Color

#f9233e #23f9de

#f9233e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9233e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9233e Color CSS Codes

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

#f9233e Text Font Color

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

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


#f9233e Background Color

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

This div background color is #f9233e


#f9233e Border Color

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

This div border color is #f9233e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9233e


Comments

No comments written yet.

Please login to write comment.