Color Hex Logo

#f26759 Color Hex

#F26759
(242,103,89)
0 Favorites   0 Comments

Color spaces of #f26759

RGB 24210389
HSL0.020.850.65
HSV63°95°
CMYK 0.000.570.63   0.05
XYZ43.271429.299012.8258
Yxy29.29900.50670.3431
Hunter Lab54.128647.971423.8412
CIE-Lab61.044652.553934.7952

#f26759 color RGB value is (242,103,89).

#f26759 hex color red value is 242, green value is 103 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #f26759 hue: 0.02 , saturation: 0.85 and the lightness value of f26759 is 0.65.

The process color (four color CMYK) of #f26759 color hex is 0.00, 0.57, 0.63, 0.05. Web safe color of #f26759 is #ff6666. Color #f26759 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100111 01011001
Octal 362 147 131
Decimal 242 103 89
Hex F2 67 59

RGB Percentages of Color #f26759

%55.76
%23.73
%20.51

CMYK Percentages of Color #f26759

%0
%57
%63
%5

Triadic Colors of #f26759

#f26759 #59f267 #6759f2

Analogous Colors of #f26759

#f26759 #f2b459 #f25998

Monochromatic Colors of #f26759

#f26759

Complementary Color

#f26759 #59e4f2

#f26759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26759 Color CSS Codes

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

#f26759 Text Font Color

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

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


#f26759 Background Color

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

This div background color is #f26759


#f26759 Border Color

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

This div border color is #f26759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26759


Comments

No comments written yet.

Please login to write comment.