Color Hex Logo

#f29045 Color Hex

#F29045
(242,144,69)
0 Favorites   0 Comments

Color spaces of #f29045

RGB 24214469
HSL0.070.870.61
HSV26°71°95°
CMYK 0.000.400.71   0.05
XYZ47.665439.253410.6947
Yxy39.25340.48830.4021
Hunter Lab62.652526.159033.7361
CIE-Lab68.934431.148254.1604

#f29045 color RGB value is (242,144,69).

#f29045 hex color red value is 242, green value is 144 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #f29045 hue: 0.07 , saturation: 0.87 and the lightness value of f29045 is 0.61.

The process color (four color CMYK) of #f29045 color hex is 0.00, 0.40, 0.71, 0.05. Web safe color of #f29045 is #ff9933. Color #f29045 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010000 01000101
Octal 362 220 105
Decimal 242 144 69
Hex F2 90 45

RGB Percentages of Color #f29045

%53.19
%31.65
%15.16

CMYK Percentages of Color #f29045

%0
%40
%71
%5

Triadic Colors of #f29045

#f29045 #45f290 #9045f2

Analogous Colors of #f29045

#f29045 #f2e745 #f24550

Monochromatic Colors of #f29045

#f29045

Complementary Color

#f29045 #45a7f2

#f29045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29045 Color CSS Codes

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

#f29045 Text Font Color

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

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


#f29045 Background Color

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

This div background color is #f29045


#f29045 Border Color

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

This div border color is #f29045


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,144,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f29045; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f29045;
  -webkit-box-shadow: 1px 1px 3px 2px #f29045;
  box-shadow:         1px 1px 3px 2px #f29045; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,144,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29045


Comments

No comments written yet.

Please login to write comment.