Color Hex Logo

#f25304 Color Hex

#F25304
(242,83,4)
0 Favorites   0 Comments

Color spaces of #f25304

RGB 242834
HSL0.060.970.48
HSV20°98°95°
CMYK 0.000.660.98   0.05
XYZ39.733125.07252.8602
Yxy25.07250.58720.3705
Hunter Lab50.072454.015231.6640
CIE-Lab57.146058.574766.6606

#f25304 color RGB value is (242,83,4).

#f25304 hex color red value is 242, green value is 83 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #f25304 hue: 0.06 , saturation: 0.97 and the lightness value of f25304 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010011 00000100
Octal 362 123 4
Decimal 242 83 4
Hex F2 53 4

RGB Percentages of Color #f25304

%73.56
%25.23
%1.22

CMYK Percentages of Color #f25304

%0
%66
%98
%5

Triadic Colors of #f25304

#f25304 #04f253 #5304f2

Analogous Colors of #f25304

#f25304 #f2ca04 #f2042c

Monochromatic Colors of #f25304

#f25304

Complementary Color

#f25304 #04a3f2

#f25304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25304 Color CSS Codes

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

#f25304 Text Font Color

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

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


#f25304 Background Color

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

This div background color is #f25304


#f25304 Border Color

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

This div border color is #f25304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25304


Comments

No comments written yet.

Please login to write comment.