Color Hex Logo

#fd630f Color Hex

#FD630F
(253,99,15)
0 Favorites   0 Comments

Color spaces of #fd630f

RGB 2539915
HSL0.060.980.53
HSV21°94°99°
CMYK 0.000.610.94   0.01
XYZ45.056129.84083.8371
Yxy29.84080.57230.3790
Hunter Lab54.626751.629934.0741
CIE-Lab61.516655.736468.0785

#fd630f color RGB value is (253,99,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100011 00001111
Octal 375 143 17
Decimal 253 99 15
Hex FD 63 F

RGB Percentages of Color #fd630f

%68.94
%26.98
%4.09

CMYK Percentages of Color #fd630f

%0
%61
%94
%1

Triadic Colors of #fd630f

#fd630f #0ffd63 #630ffd

Analogous Colors of #fd630f

#fd630f #fdda0f #fd0f32

Monochromatic Colors of #fd630f

#fd630f

Complementary Color

#fd630f #0fa9fd

#fd630f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd630f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd630f Color CSS Codes

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

#fd630f Text Font Color

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

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


#fd630f Background Color

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

This div background color is #fd630f


#fd630f Border Color

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

This div border color is #fd630f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,99,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 #fd630f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd630f


Comments

No comments written yet.

Please login to write comment.