Color Hex Logo

#fd300c Color Hex

#FD300C
(253,48,12)
0 Favorites   0 Comments

Color spaces of #fd300c

RGB 2534812
HSL0.020.980.52
HSV95°99°
CMYK 0.000.810.95   0.01
XYZ41.631323.02312.5975
Yxy23.02310.61900.3423
Hunter Lab47.982470.904030.3780
CIE-Lab55.096173.271565.0052

#fd300c color RGB value is (253,48,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110000 00001100
Octal 375 60 14
Decimal 253 48 12
Hex FD 30 C

RGB Percentages of Color #fd300c

%80.83
%15.34
%3.83

CMYK Percentages of Color #fd300c

%0
%81
%95
%1

Triadic Colors of #fd300c

#fd300c #0cfd30 #300cfd

Analogous Colors of #fd300c

#fd300c #fda90c #fd0c60

Monochromatic Colors of #fd300c

#fd300c

Complementary Color

#fd300c #0cd9fd

#fd300c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd300c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd300c Color CSS Codes

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

#fd300c Text Font Color

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

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


#fd300c Background Color

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

This div background color is #fd300c


#fd300c Border Color

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

This div border color is #fd300c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd300c

Related Colors


Comments

No comments written yet.

Please login to write comment.