Color Hex Logo

#f08822 Color Hex

#F08822
(240,136,34)
0 Favorites   0 Comments

Color spaces of #f08822

RGB 24013634
HSL0.080.870.54
HSV30°86°94°
CMYK 0.000.430.86   0.06
XYZ45.028136.24916.1369
Yxy36.24910.51510.4147
Hunter Lab60.207228.134936.1017
CIE-Lab66.709833.271165.9212

#f08822 color RGB value is (240,136,34).

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

The process color (four color CMYK) of #f08822 color hex is 0.00, 0.43, 0.86, 0.06. Web safe color of #f08822 is #ff9933. Color #f08822 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001000 00100010
Octal 360 210 42
Decimal 240 136 34
Hex F0 88 22

RGB Percentages of Color #f08822

%58.54
%33.17
%8.29

CMYK Percentages of Color #f08822

%0
%43
%86
%6

Triadic Colors of #f08822

#f08822 #22f088 #8822f0

Analogous Colors of #f08822

#f08822 #f0ef22 #f02223

Monochromatic Colors of #f08822

#f08822

Complementary Color

#f08822 #228af0

#f08822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08822 Color CSS Codes

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

#f08822 Text Font Color

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

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


#f08822 Background Color

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

This div background color is #f08822


#f08822 Border Color

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

This div border color is #f08822


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,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 #f08822">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08822


Comments

No comments written yet.

Please login to write comment.