Color Hex Logo

#fd300b Color Hex

#FD300B
(253,48,11)
0 Favorites   0 Comments

Color spaces of #fd300b

RGB 2534811
HSL0.030.980.52
HSV96°99°
CMYK 0.000.810.96   0.01
XYZ41.625423.02072.5661
Yxy23.02070.61930.3425
Hunter Lab47.979970.894530.4149
CIE-Lab55.093773.264265.2339

#fd300b color RGB value is (253,48,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110000 00001011
Octal 375 60 13
Decimal 253 48 11
Hex FD 30 B

RGB Percentages of Color #fd300b

%81.09
%15.38
%3.53

CMYK Percentages of Color #fd300b

%0
%81
%96
%1

Triadic Colors of #fd300b

#fd300b #0bfd30 #300bfd

Analogous Colors of #fd300b

#fd300b #fda90b #fd0b5f

Monochromatic Colors of #fd300b

#fd300b

Complementary Color

#fd300b #0bd8fd

#fd300b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd300b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd300b Color CSS Codes

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

#fd300b Text Font Color

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

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


#fd300b Background Color

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

This div background color is #fd300b


#fd300b Border Color

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

This div border color is #fd300b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd300b

Related Colors


Comments

No comments written yet.

Please login to write comment.