Color Hex Logo

#f26829 Color Hex

#F26829
(242,104,41)
0 Favorites   0 Comments

Color spaces of #f26829

RGB 24210441
HSL0.050.890.55
HSV19°83°95°
CMYK 0.000.570.83   0.05
XYZ41.968528.93805.4714
Yxy28.93800.54950.3789
Hunter Lab53.794145.120731.6254
CIE-Lab60.726950.023558.4844

#f26829 color RGB value is (242,104,41).

#f26829 hex color red value is 242, green value is 104 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #f26829 hue: 0.05 , saturation: 0.89 and the lightness value of f26829 is 0.55.

The process color (four color CMYK) of #f26829 color hex is 0.00, 0.57, 0.83, 0.05. Web safe color of #f26829 is #ff6633. Color #f26829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01101000 00101001
Octal 362 150 51
Decimal 242 104 41
Hex F2 68 29

RGB Percentages of Color #f26829

%62.53
%26.87
%10.59

CMYK Percentages of Color #f26829

%0
%57
%83
%5

Triadic Colors of #f26829

#f26829 #29f268 #6829f2

Analogous Colors of #f26829

#f26829 #f2cd29 #f2294e

Monochromatic Colors of #f26829

#f26829

Complementary Color

#f26829 #29b3f2

#f26829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26829 Color CSS Codes

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

#f26829 Text Font Color

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

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


#f26829 Background Color

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

This div background color is #f26829


#f26829 Border Color

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

This div border color is #f26829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26829


Comments

No comments written yet.

Please login to write comment.