Color Hex Logo

#f25807 Color Hex

#F25807
(242,88,7)
0 Favorites   0 Comments

Color spaces of #f25807

RGB 242887
HSL0.060.940.49
HSV21°97°95°
CMYK 0.000.640.97   0.05
XYZ40.146025.87203.0789
Yxy25.87200.58100.3744
Hunter Lab50.864551.872332.0163
CIE-Lab57.915456.549166.5088

#f25807 color RGB value is (242,88,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011000 00000111
Octal 362 130 7
Decimal 242 88 7
Hex F2 58 7

RGB Percentages of Color #f25807

%71.81
%26.11
%2.08

CMYK Percentages of Color #f25807

%0
%64
%97
%5

Triadic Colors of #f25807

#f25807 #07f258 #5807f2

Analogous Colors of #f25807

#f25807 #f2ce07 #f2072c

Monochromatic Colors of #f25807

#f25807

Complementary Color

#f25807 #07a1f2

#f25807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25807 Color CSS Codes

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

#f25807 Text Font Color

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

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


#f25807 Background Color

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

This div background color is #f25807


#f25807 Border Color

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

This div border color is #f25807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25807


Comments

No comments written yet.

Please login to write comment.