Color Hex Logo

#fdb24d Color Hex

#FDB24D
(253,178,77)
0 Favorites   0 Comments

Color spaces of #fdb24d

RGB 25317877
HSL0.100.980.65
HSV34°70°99°
CMYK 0.000.300.70   0.01
XYZ57.768053.259314.2565
Yxy53.25930.46110.4251
Hunter Lab72.979013.582139.5029
CIE-Lab78.027818.239760.5589

#fdb24d color RGB value is (253,178,77).

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

The process color (four color CMYK) of #fdb24d color hex is 0.00, 0.30, 0.70, 0.01. Web safe color of #fdb24d is #ff9966. Color #fdb24d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110010 01001101
Octal 375 262 115
Decimal 253 178 77
Hex FD B2 4D

RGB Percentages of Color #fdb24d

%49.80
%35.04
%15.16

CMYK Percentages of Color #fdb24d

%0
%30
%70
%1

Triadic Colors of #fdb24d

#fdb24d #4dfdb2 #b24dfd

Analogous Colors of #fdb24d

#fdb24d #f0fd4d #fd5a4d

Monochromatic Colors of #fdb24d

#fdb24d

Complementary Color

#fdb24d #4d98fd

#fdb24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb24d Color CSS Codes

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

#fdb24d Text Font Color

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

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


#fdb24d Background Color

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

This div background color is #fdb24d


#fdb24d Border Color

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

This div border color is #fdb24d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,178,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb24d


Comments

No comments written yet.

Please login to write comment.