Color Hex Logo

#f26746 Color Hex

#F26746
(242,103,70)
0 Favorites   0 Comments

Color spaces of #f26746

RGB 24210370
HSL0.030.870.61
HSV12°71°95°
CMYK 0.000.570.71   0.05
XYZ42.573729.01999.1519
Yxy29.01990.52730.3594
Hunter Lab53.870146.796327.6364
CIE-Lab60.799251.533244.8037

#f26746 color RGB value is (242,103,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100111 01000110
Octal 362 147 106
Decimal 242 103 70
Hex F2 67 46

RGB Percentages of Color #f26746

%58.31
%24.82
%16.87

CMYK Percentages of Color #f26746

%0
%57
%71
%5

Triadic Colors of #f26746

#f26746 #46f267 #6746f2

Analogous Colors of #f26746

#f26746 #f2bd46 #f2467b

Monochromatic Colors of #f26746

#f26746

Complementary Color

#f26746 #46d1f2

#f26746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26746 Color CSS Codes

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

#f26746 Text Font Color

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

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


#f26746 Background Color

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

This div background color is #f26746


#f26746 Border Color

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

This div border color is #f26746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26746


Comments

No comments written yet.

Please login to write comment.