Color Hex Logo

#f26750 Color Hex

#F26750
(242,103,80)
0 Favorites   0 Comments

Color spaces of #f26750

RGB 24210380
HSL0.020.860.63
HSV67°95°
CMYK 0.000.570.67   0.05
XYZ42.916229.156910.9553
Yxy29.15690.51690.3512
Hunter Lab53.997147.374425.7688
CIE-Lab60.919952.036339.5986

#f26750 color RGB value is (242,103,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100111 01010000
Octal 362 147 120
Decimal 242 103 80
Hex F2 67 50

RGB Percentages of Color #f26750

%56.94
%24.24
%18.82

CMYK Percentages of Color #f26750

%0
%57
%67
%5

Triadic Colors of #f26750

#f26750 #50f267 #6750f2

Analogous Colors of #f26750

#f26750 #f2b850 #f2508a

Monochromatic Colors of #f26750

#f26750

Complementary Color

#f26750 #50dbf2

#f26750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26750 Color CSS Codes

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

#f26750 Text Font Color

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

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


#f26750 Background Color

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

This div background color is #f26750


#f26750 Border Color

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

This div border color is #f26750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26750


Comments

No comments written yet.

Please login to write comment.