Color Hex Logo

#f28028 Color Hex

#F28028
(242,128,40)
0 Favorites   0 Comments

Color spaces of #f28028

RGB 24212840
HSL0.070.890.55
HSV26°83°95°
CMYK 0.000.470.83   0.05
XYZ44.720134.46886.3036
Yxy34.46880.52310.4032
Hunter Lab58.710133.222534.7312
CIE-Lab65.333038.315062.8592

#f28028 color RGB value is (242,128,40).

#f28028 hex color red value is 242, green value is 128 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #f28028 hue: 0.07 , saturation: 0.89 and the lightness value of f28028 is 0.55.

The process color (four color CMYK) of #f28028 color hex is 0.00, 0.47, 0.83, 0.05. Web safe color of #f28028 is #ff9933. Color #f28028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000000 00101000
Octal 362 200 50
Decimal 242 128 40
Hex F2 80 28

RGB Percentages of Color #f28028

%59.02
%31.22
%9.76

CMYK Percentages of Color #f28028

%0
%47
%83
%5

Triadic Colors of #f28028

#f28028 #28f280 #8028f2

Analogous Colors of #f28028

#f28028 #f2e528 #f22835

Monochromatic Colors of #f28028

#f28028

Complementary Color

#f28028 #289af2

#f28028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28028 Color CSS Codes

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

#f28028 Text Font Color

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

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


#f28028 Background Color

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

This div background color is #f28028


#f28028 Border Color

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

This div border color is #f28028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28028


Comments

No comments written yet.

Please login to write comment.