Color Hex Logo

#fd430f Color Hex

#FD430F
(253,67,15)
0 Favorites   0 Comments

Color spaces of #fd430f

RGB 2536715
HSL0.040.980.53
HSV13°94°99°
CMYK 0.000.740.94   0.01
XYZ42.601424.93143.0188
Yxy24.93140.60380.3534
Hunter Lab49.931464.916231.3673
CIE-Lab57.008567.955365.3443

#fd430f color RGB value is (253,67,15).

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

The process color (four color CMYK) of #fd430f color hex is 0.00, 0.74, 0.94, 0.01. Web safe color of #fd430f is #ff3300. Color #fd430f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000011 00001111
Octal 375 103 17
Decimal 253 67 15
Hex FD 43 F

RGB Percentages of Color #fd430f

%75.52
%20.00
%4.48

CMYK Percentages of Color #fd430f

%0
%74
%94
%1

Triadic Colors of #fd430f

#fd430f #0ffd43 #430ffd

Analogous Colors of #fd430f

#fd430f #fdba0f #fd0f52

Monochromatic Colors of #fd430f

#fd430f

Complementary Color

#fd430f #0fc9fd

#fd430f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd430f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd430f Color CSS Codes

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

#fd430f Text Font Color

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

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


#fd430f Background Color

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

This div background color is #fd430f


#fd430f Border Color

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

This div border color is #fd430f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd430f


Comments

No comments written yet.

Please login to write comment.