Color Hex Logo

#f28053 Color Hex

#F28053
(242,128,83)
0 Favorites   0 Comments

Color spaces of #f28053

RGB 24212883
HSL0.050.860.64
HSV17°66°95°
CMYK 0.000.470.66   0.05
XYZ45.898534.940112.5086
Yxy34.94010.49170.3743
Hunter Lab59.110235.160928.8304
CIE-Lab65.702040.110743.6402

#f28053 color RGB value is (242,128,83).

#f28053 hex color red value is 242, green value is 128 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #f28053 hue: 0.05 , saturation: 0.86 and the lightness value of f28053 is 0.64.

The process color (four color CMYK) of #f28053 color hex is 0.00, 0.47, 0.66, 0.05. Web safe color of #f28053 is #ff9966. Color #f28053 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10000000 01010011
Octal 362 200 123
Decimal 242 128 83
Hex F2 80 53

RGB Percentages of Color #f28053

%53.42
%28.26
%18.32

CMYK Percentages of Color #f28053

%0
%47
%66
%5

Triadic Colors of #f28053

#f28053 #53f280 #8053f2

Analogous Colors of #f28053

#f28053 #f2d053 #f25376

Monochromatic Colors of #f28053

#f28053

Complementary Color

#f28053 #53c5f2

#f28053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f28053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f28053 Color CSS Codes

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

#f28053 Text Font Color

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

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


#f28053 Background Color

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

This div background color is #f28053


#f28053 Border Color

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

This div border color is #f28053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f28053


Comments

No comments written yet.

Please login to write comment.