Color Hex Logo

#f25706 Color Hex

#F25706
(242,87,6)
0 Favorites   0 Comments

Color spaces of #f25706

RGB 242876
HSL0.060.950.49
HSV21°98°95°
CMYK 0.000.640.98   0.05
XYZ40.059025.70683.0229
Yxy25.70680.58230.3737
Hunter Lab50.701952.302631.9564
CIE-Lab57.757756.957466.6086

#f25706 color RGB value is (242,87,6).

#f25706 hex color red value is 242, green value is 87 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #f25706 hue: 0.06 , saturation: 0.95 and the lightness value of f25706 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010111 00000110
Octal 362 127 6
Decimal 242 87 6
Hex F2 57 6

RGB Percentages of Color #f25706

%72.24
%25.97
%1.79

CMYK Percentages of Color #f25706

%0
%64
%98
%5

Triadic Colors of #f25706

#f25706 #06f257 #5706f2

Analogous Colors of #f25706

#f25706 #f2cd06 #f2062b

Monochromatic Colors of #f25706

#f25706

Complementary Color

#f25706 #06a1f2

#f25706 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25706 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25706 Color CSS Codes

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

#f25706 Text Font Color

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

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


#f25706 Background Color

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

This div background color is #f25706


#f25706 Border Color

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

This div border color is #f25706


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25706


Comments

No comments written yet.

Please login to write comment.