Color Hex Logo

#f26429 Color Hex

#F26429
(242,100,41)
0 Favorites   0 Comments

Color spaces of #f26429

RGB 24210041
HSL0.050.890.55
HSV18°83°95°
CMYK 0.000.590.83   0.05
XYZ41.575428.15175.3404
Yxy28.15170.55380.3750
Hunter Lab53.058247.017531.1731
CIE-Lab60.025551.854057.8689

#f26429 color RGB value is (242,100,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100100 00101001
Octal 362 144 51
Decimal 242 100 41
Hex F2 64 29

RGB Percentages of Color #f26429

%63.19
%26.11
%10.70

CMYK Percentages of Color #f26429

%0
%59
%83
%5

Triadic Colors of #f26429

#f26429 #29f264 #6429f2

Analogous Colors of #f26429

#f26429 #f2c929 #f22953

Monochromatic Colors of #f26429

#f26429

Complementary Color

#f26429 #29b7f2

#f26429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26429 Color CSS Codes

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

#f26429 Text Font Color

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

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


#f26429 Background Color

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

This div background color is #f26429


#f26429 Border Color

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

This div border color is #f26429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26429


Comments

No comments written yet.

Please login to write comment.