Color Hex Logo

#f3422b Color Hex

#F3422B
(243,66,43)
0 Favorites   0 Comments

Color spaces of #f3422b

RGB 2436643
HSL0.020.890.56
HSV82°95°
CMYK 0.000.730.82   0.05
XYZ39.346423.12554.6754
Yxy23.12550.58600.3444
Hunter Lab48.089061.893027.8979
CIE-Lab55.201465.739952.7258

#f3422b color RGB value is (243,66,43).

#f3422b hex color red value is 243, green value is 66 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #f3422b hue: 0.02 , saturation: 0.89 and the lightness value of f3422b is 0.56.

The process color (four color CMYK) of #f3422b color hex is 0.00, 0.73, 0.82, 0.05. Web safe color of #f3422b is #ff3333. Color #f3422b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01000010 00101011
Octal 363 102 53
Decimal 243 66 43
Hex F3 42 2B

RGB Percentages of Color #f3422b

%69.03
%18.75
%12.22

CMYK Percentages of Color #f3422b

%0
%73
%82
%5

Triadic Colors of #f3422b

#f3422b #2bf342 #422bf3

Analogous Colors of #f3422b

#f3422b #f3a62b #f32b78

Monochromatic Colors of #f3422b

#f3422b

Complementary Color

#f3422b #2bdcf3

#f3422b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3422b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3422b Color CSS Codes

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

#f3422b Text Font Color

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

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


#f3422b Background Color

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

This div background color is #f3422b


#f3422b Border Color

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

This div border color is #f3422b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,66,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f3422b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f3422b;
  -webkit-box-shadow: 1px 1px 3px 2px #f3422b;
  box-shadow:         1px 1px 3px 2px #f3422b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,66,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3422b


Comments

No comments written yet.

Please login to write comment.