color codes Logo

#fd734b color codes

#FD734B
(253,115,75)
0 Favorites   0 Comments

Color spaces of #fd734b

RGB 25311575
HSL0.040.980.64
HSV13°70°99°
CMYK 0.000.550.70   0.01
XYZ47.908733.652110.6270
Yxy33.65210.51970.3650
Hunter Lab58.010445.898429.7459
CIE-Lab64.685550.137447.0297

#fd734b color RGB value is (253,115,75).

#fd734b hex color red value is 253, green value is 115 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #fd734b hue: 0.04 , saturation: 0.98 and the lightness value of fd734b is 0.64.

The process color (four color CMYK) of #fd734b color code is 0.00, 0.55, 0.70, 0.01. Web safe color of #fd734b is #ff6633. Color #fd734b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110011 01001011
Octal 375 163 113
Decimal 253 115 75
Hex FD 73 4B

RGB Percentages of Color #fd734b

%57.11
%25.96
%16.93

CMYK Percentages of Color #fd734b

%0
%55
%70
%1

Triadic Colors of #fd734b

#fd734b #4bfd73 #734bfd

Analogous Colors of #fd734b

#fd734b #fdcc4b #fd4b7c

Monochromatic Colors of #fd734b

#fd734b

Complementary Color

#fd734b #4bd5fd

#fd734b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd734b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd734b Color CSS Codes

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

#fd734b Text Font Color

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

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


#fd734b Background Color

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

This div background color is #fd734b


#fd734b Border Color

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

This div border color is #fd734b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd734b

Related Colors


Comments

No comments written yet.

Please login to write comment.