Color Hex Logo

#f2a450 Color Hex

#F2A450
(242,164,80)
0 Favorites   0 Comments

Color spaces of #f2a450

RGB 24216480
HSL0.090.860.63
HSV31°67°95°
CMYK 0.000.320.67   0.05
XYZ51.341446.007413.7637
Yxy46.00740.46210.4141
Hunter Lab67.828816.411135.4491
CIE-Lab73.550321.212254.0230

#f2a450 color RGB value is (242,164,80).

#f2a450 hex color red value is 242, green value is 164 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #f2a450 hue: 0.09 , saturation: 0.86 and the lightness value of f2a450 is 0.63.

The process color (four color CMYK) of #f2a450 color hex is 0.00, 0.32, 0.67, 0.05. Web safe color of #f2a450 is #ff9966. Color #f2a450 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10100100 01010000
Octal 362 244 120
Decimal 242 164 80
Hex F2 A4 50

RGB Percentages of Color #f2a450

%49.79
%33.74
%16.46

CMYK Percentages of Color #f2a450

%0
%32
%67
%5

Triadic Colors of #f2a450

#f2a450 #50f2a4 #a450f2

Analogous Colors of #f2a450

#f2a450 #eff250 #f25350

Monochromatic Colors of #f2a450

#f2a450

Complementary Color

#f2a450 #509ef2

#f2a450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2a450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2a450 Color CSS Codes

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

#f2a450 Text Font Color

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

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


#f2a450 Background Color

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

This div background color is #f2a450


#f2a450 Border Color

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

This div border color is #f2a450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2a450


Comments

No comments written yet.

Please login to write comment.