Color Hex Logo

#f26605 Color Hex

#F26605
(242,102,5)
0 Favorites   0 Comments

Color spaces of #f26605

RGB 2421025
HSL0.070.960.48
HSV25°98°95°
CMYK 0.000.580.98   0.05
XYZ41.396728.39093.4417
Yxy28.39090.56530.3877
Hunter Lab53.283145.434733.4685
CIE-Lab60.240350.383968.2123

#f26605 color RGB value is (242,102,5).

#f26605 hex color red value is 242, green value is 102 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #f26605 hue: 0.07 , saturation: 0.96 and the lightness value of f26605 is 0.48.

The process color (four color CMYK) of #f26605 color hex is 0.00, 0.58, 0.98, 0.05. Web safe color of #f26605 is #ff6600. Color #f26605 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100110 00000101
Octal 362 146 5
Decimal 242 102 5
Hex F2 66 5

RGB Percentages of Color #f26605

%69.34
%29.23
%1.43

CMYK Percentages of Color #f26605

%0
%58
%98
%5

Triadic Colors of #f26605

#f26605 #05f266 #6605f2

Analogous Colors of #f26605

#f26605 #f2dd05 #f2051a

Monochromatic Colors of #f26605

#f26605

Complementary Color

#f26605 #0591f2

#f26605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26605 Color CSS Codes

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

#f26605 Text Font Color

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

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


#f26605 Background Color

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

This div background color is #f26605


#f26605 Border Color

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

This div border color is #f26605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26605


Comments

No comments written yet.

Please login to write comment.