Color Hex Logo

#fd240d Color Hex

#FD240D
(253,36,13)
0 Favorites   0 Comments

Color spaces of #fd240d

RGB 2533613
HSL0.020.980.52
HSV95°99°
CMYK 0.000.860.95   0.01
XYZ41.211522.17352.4886
Yxy22.17350.62560.3366
Hunter Lab47.088773.815729.8287
CIE-Lab54.210675.807864.2946

#fd240d color RGB value is (253,36,13).

#fd240d hex color red value is 253, green value is 36 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fd240d hue: 0.02 , saturation: 0.98 and the lightness value of fd240d is 0.52.

The process color (four color CMYK) of #fd240d color hex is 0.00, 0.86, 0.95, 0.01. Web safe color of #fd240d is #ff3300. Color #fd240d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100100 00001101
Octal 375 44 15
Decimal 253 36 13
Hex FD 24 D

RGB Percentages of Color #fd240d

%83.77
%11.92
%4.30

CMYK Percentages of Color #fd240d

%0
%86
%95
%1

Triadic Colors of #fd240d

#fd240d #0dfd24 #240dfd

Analogous Colors of #fd240d

#fd240d #fd9c0d #fd0d6e

Monochromatic Colors of #fd240d

#fd240d

Complementary Color

#fd240d #0de6fd

#fd240d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd240d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd240d Color CSS Codes

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

#fd240d Text Font Color

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

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


#fd240d Background Color

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

This div background color is #fd240d


#fd240d Border Color

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

This div border color is #fd240d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd240d


Comments

No comments written yet.

Please login to write comment.