Color Hex Logo

#fb200d Color Hex

#FB200D
(251,32,13)
0 Favorites   0 Comments

Color spaces of #fb200d

RGB 2513213
HSL0.010.970.52
HSV95°98°
CMYK 0.000.870.95   0.02
XYZ40.372821.57132.4166
Yxy21.57130.62730.3352
Hunter Lab46.444973.884729.4265
CIE-Lab53.569275.987863.7414

#fb200d color RGB value is (251,32,13).

#fb200d hex color red value is 251, green value is 32 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fb200d hue: 0.01 , saturation: 0.97 and the lightness value of fb200d is 0.52.

The process color (four color CMYK) of #fb200d color hex is 0.00, 0.87, 0.95, 0.02. Web safe color of #fb200d is #ff3300. Color #fb200d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100000 00001101
Octal 373 40 15
Decimal 251 32 13
Hex FB 20 D

RGB Percentages of Color #fb200d

%84.80
%10.81
%4.39

CMYK Percentages of Color #fb200d

%0
%87
%95
%2

Triadic Colors of #fb200d

#fb200d #0dfb20 #200dfb

Analogous Colors of #fb200d

#fb200d #fb970d #fb0d71

Monochromatic Colors of #fb200d

#fb200d

Complementary Color

#fb200d #0de8fb

#fb200d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb200d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb200d Color CSS Codes

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

#fb200d Text Font Color

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

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


#fb200d Background Color

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

This div background color is #fb200d


#fb200d Border Color

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

This div border color is #fb200d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb200d

Related Colors


Comments

No comments written yet.

Please login to write comment.