Color Hex Logo

#f28f19 Color Hex

#F28F19
(242,143,25)
0 Favorites   0 Comments

Color spaces of #f28f19

RGB 24214325
HSL0.090.890.52
HSV33°90°95°
CMYK 0.000.410.90   0.05
XYZ46.615938.59245.9118
Yxy38.59240.51160.4235
Hunter Lab62.122825.228637.8437
CIE-Lab68.455030.277669.8794

#f28f19 color RGB value is (242,143,25).

#f28f19 hex color red value is 242, green value is 143 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #f28f19 hue: 0.09 , saturation: 0.89 and the lightness value of f28f19 is 0.52.

The process color (four color CMYK) of #f28f19 color hex is 0.00, 0.41, 0.90, 0.05. Web safe color of #f28f19 is #ff9900. Color #f28f19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001111 00011001
Octal 362 217 31
Decimal 242 143 25
Hex F2 8F 19

RGB Percentages of Color #f28f19

%59.02
%34.88
%6.10

CMYK Percentages of Color #f28f19

%0
%41
%90
%5

Triadic Colors of #f28f19

#f28f19 #19f28f #8f19f2

Analogous Colors of #f28f19

#f28f19 #e9f219 #f22319

Monochromatic Colors of #f28f19

#f28f19

Complementary Color

#f28f19 #197cf2

#f28f19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28f19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28f19 Color CSS Codes

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

#f28f19 Text Font Color

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

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


#f28f19 Background Color

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

This div background color is #f28f19


#f28f19 Border Color

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

This div border color is #f28f19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28f19


Comments

No comments written yet.

Please login to write comment.