Color Hex Logo

#fda250 Color Hex

#FDA250
(253,162,80)
0 Favorites   0 Comments

Color spaces of #fda250

RGB 25316280
HSL0.080.980.65
HSV28°68°99°
CMYK 0.000.360.68   0.01
XYZ54.876347.302513.8274
Yxy47.30250.47300.4078
Hunter Lab68.776822.063936.2237
CIE-Lab74.382826.762655.3038

#fda250 color RGB value is (253,162,80).

#fda250 hex color red value is 253, green value is 162 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #fda250 hue: 0.08 , saturation: 0.98 and the lightness value of fda250 is 0.65.

The process color (four color CMYK) of #fda250 color hex is 0.00, 0.36, 0.68, 0.01. Web safe color of #fda250 is #ff9966. Color #fda250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100010 01010000
Octal 375 242 120
Decimal 253 162 80
Hex FD A2 50

RGB Percentages of Color #fda250

%51.11
%32.73
%16.16

CMYK Percentages of Color #fda250

%0
%36
%68
%1

Triadic Colors of #fda250

#fda250 #50fda2 #a250fd

Analogous Colors of #fda250

#fda250 #fdf950 #fd5055

Monochromatic Colors of #fda250

#fda250

Complementary Color

#fda250 #50abfd

#fda250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda250 Color CSS Codes

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

#fda250 Text Font Color

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

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


#fda250 Background Color

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

This div background color is #fda250


#fda250 Border Color

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

This div border color is #fda250


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,162,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 #fda250">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda250

Related Colors


Comments

No comments written yet.

Please login to write comment.