Color Hex Logo

#f26418 Color Hex

#F26418
(242,100,24)
0 Favorites   0 Comments

Color spaces of #f26418

RGB 24210024
HSL0.060.890.52
HSV21°90°95°
CMYK 0.000.590.90   0.05
XYZ41.340028.05754.1009
Yxy28.05750.56250.3817
Hunter Lab52.969346.614332.4883
CIE-Lab59.940751.502263.8918

#f26418 color RGB value is (242,100,24).

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

The process color (four color CMYK) of #f26418 color hex is 0.00, 0.59, 0.90, 0.05. Web safe color of #f26418 is #ff6600. Color #f26418 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100100 00011000
Octal 362 144 30
Decimal 242 100 24
Hex F2 64 18

RGB Percentages of Color #f26418

%66.12
%27.32
%6.56

CMYK Percentages of Color #f26418

%0
%59
%90
%5

Triadic Colors of #f26418

#f26418 #18f264 #6418f2

Analogous Colors of #f26418

#f26418 #f2d118 #f21839

Monochromatic Colors of #f26418

#f26418

Complementary Color

#f26418 #18a6f2

#f26418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26418 Color CSS Codes

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

#f26418 Text Font Color

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

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


#f26418 Background Color

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

This div background color is #f26418


#f26418 Border Color

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

This div border color is #f26418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26418


Comments

No comments written yet.

Please login to write comment.