Color Hex Logo

#fd8338 Color Hex

#FD8338
(253,131,56)
0 Favorites   0 Comments

Color spaces of #fd8338

RGB 25313156
HSL0.060.980.61
HSV23°78°99°
CMYK 0.000.480.78   0.01
XYZ49.338137.40088.3600
Yxy37.40080.51880.3933
Hunter Lab61.156236.982534.7044
CIE-Lab67.576641.594159.0925

#fd8338 color RGB value is (253,131,56).

#fd8338 hex color red value is 253, green value is 131 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #fd8338 hue: 0.06 , saturation: 0.98 and the lightness value of fd8338 is 0.61.

The process color (four color CMYK) of #fd8338 color hex is 0.00, 0.48, 0.78, 0.01. Web safe color of #fd8338 is #ff9933. Color #fd8338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000011 00111000
Octal 375 203 70
Decimal 253 131 56
Hex FD 83 38

RGB Percentages of Color #fd8338

%57.50
%29.77
%12.73

CMYK Percentages of Color #fd8338

%0
%48
%78
%1

Triadic Colors of #fd8338

#fd8338 #38fd83 #8338fd

Analogous Colors of #fd8338

#fd8338 #fde638 #fd384f

Monochromatic Colors of #fd8338

#fd8338

Complementary Color

#fd8338 #38b2fd

#fd8338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8338 Color CSS Codes

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

#fd8338 Text Font Color

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

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


#fd8338 Background Color

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

This div background color is #fd8338


#fd8338 Border Color

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

This div border color is #fd8338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8338

Related Colors


Comments

No comments written yet.

Please login to write comment.