Color Hex Logo

#fd903e Color Hex

#FD903E
(253,144,62)
0 Favorites   0 Comments

Color spaces of #fd903e

RGB 25314462
HSL0.070.980.62
HSV26°75°99°
CMYK 0.000.430.75   0.01
XYZ51.350841.17709.7989
Yxy41.17700.50180.4024
Hunter Lab64.169330.546435.8647
CIE-Lab70.299835.248259.1663

#fd903e color RGB value is (253,144,62).

#fd903e hex color red value is 253, green value is 144 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fd903e hue: 0.07 , saturation: 0.98 and the lightness value of fd903e is 0.62.

The process color (four color CMYK) of #fd903e color hex is 0.00, 0.43, 0.75, 0.01. Web safe color of #fd903e is #ff9933. Color #fd903e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010000 00111110
Octal 375 220 76
Decimal 253 144 62
Hex FD 90 3E

RGB Percentages of Color #fd903e

%55.12
%31.37
%13.51

CMYK Percentages of Color #fd903e

%0
%43
%75
%1

Triadic Colors of #fd903e

#fd903e #3efd90 #903efd

Analogous Colors of #fd903e

#fd903e #fdf03e #fd3e4b

Monochromatic Colors of #fd903e

#fd903e

Complementary Color

#fd903e #3eabfd

#fd903e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd903e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd903e Color CSS Codes

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

#fd903e Text Font Color

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

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


#fd903e Background Color

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

This div background color is #fd903e


#fd903e Border Color

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

This div border color is #fd903e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd903e


Comments

No comments written yet.

Please login to write comment.