Color Hex Logo

#f38223 Color Hex

#F38223
(243,130,35)
0 Favorites   0 Comments

Color spaces of #f38223

RGB 24313035
HSL0.080.900.55
HSV27°86°95°
CMYK 0.000.470.86   0.05
XYZ45.248235.14135.9882
Yxy35.14130.52380.4068
Hunter Lab59.280132.508035.5069
CIE-Lab65.858537.574565.0779

#f38223 color RGB value is (243,130,35).

#f38223 hex color red value is 243, green value is 130 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #f38223 hue: 0.08 , saturation: 0.90 and the lightness value of f38223 is 0.55.

The process color (four color CMYK) of #f38223 color hex is 0.00, 0.47, 0.86, 0.05. Web safe color of #f38223 is #ff9933. Color #f38223 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10000010 00100011
Octal 363 202 43
Decimal 243 130 35
Hex F3 82 23

RGB Percentages of Color #f38223

%59.56
%31.86
%8.58

CMYK Percentages of Color #f38223

%0
%47
%86
%5

Triadic Colors of #f38223

#f38223 #23f382 #8223f3

Analogous Colors of #f38223

#f38223 #f3ea23 #f3232c

Monochromatic Colors of #f38223

#f38223

Complementary Color

#f38223 #2394f3

#f38223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38223 Color CSS Codes

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

#f38223 Text Font Color

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

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


#f38223 Background Color

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

This div background color is #f38223


#f38223 Border Color

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

This div border color is #f38223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38223


Comments

No comments written yet.

Please login to write comment.