Color Hex Logo

#fd610f Color Hex

#FD610F
(253,97,15)
0 Favorites   0 Comments

Color spaces of #fd610f

RGB 2539715
HSL0.060.980.53
HSV21°94°99°
CMYK 0.000.620.94   0.01
XYZ44.868929.46653.7747
Yxy29.46650.57440.3772
Hunter Lab54.283152.547933.8753
CIE-Lab61.191156.598667.8747

#fd610f color RGB value is (253,97,15).

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

The process color (four color CMYK) of #fd610f color hex is 0.00, 0.62, 0.94, 0.01. Web safe color of #fd610f is #ff6600. Color #fd610f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100001 00001111
Octal 375 141 17
Decimal 253 97 15
Hex FD 61 F

RGB Percentages of Color #fd610f

%69.32
%26.58
%4.11

CMYK Percentages of Color #fd610f

%0
%62
%94
%1

Triadic Colors of #fd610f

#fd610f #0ffd61 #610ffd

Analogous Colors of #fd610f

#fd610f #fdd80f #fd0f34

Monochromatic Colors of #fd610f

#fd610f

Complementary Color

#fd610f #0fabfd

#fd610f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd610f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd610f Color CSS Codes

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

#fd610f Text Font Color

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

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


#fd610f Background Color

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

This div background color is #fd610f


#fd610f Border Color

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

This div border color is #fd610f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd610f

Related Colors


Comments

No comments written yet.

Please login to write comment.