Color Hex Logo

#f18822 Color Hex

#F18822
(241,136,34)
0 Favorites   0 Comments

Color spaces of #f18822

RGB 24113634
HSL0.080.880.54
HSV30°86°95°
CMYK 0.000.440.86   0.05
XYZ45.368536.42466.1528
Yxy36.42460.51590.4142
Hunter Lab60.352828.564936.2025
CIE-Lab66.843133.676566.0848

#f18822 color RGB value is (241,136,34).

#f18822 hex color red value is 241, green value is 136 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #f18822 hue: 0.08 , saturation: 0.88 and the lightness value of f18822 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001000 00100010
Octal 361 210 42
Decimal 241 136 34
Hex F1 88 22

RGB Percentages of Color #f18822

%58.64
%33.09
%8.27

CMYK Percentages of Color #f18822

%0
%44
%86
%5

Triadic Colors of #f18822

#f18822 #22f188 #8822f1

Analogous Colors of #f18822

#f18822 #f1f022 #f12223

Monochromatic Colors of #f18822

#f18822

Complementary Color

#f18822 #228bf1

#f18822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18822 Color CSS Codes

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

#f18822 Text Font Color

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

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


#f18822 Background Color

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

This div background color is #f18822


#f18822 Border Color

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

This div border color is #f18822


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,136,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f18822; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f18822;
  -webkit-box-shadow: 1px 1px 3px 2px #f18822;
  box-shadow:         1px 1px 3px 2px #f18822; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,136,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18822


Comments

No comments written yet.

Please login to write comment.