Color Hex Logo

#fb420d Color Hex

#FB420D
(251,66,13)
0 Favorites   0 Comments

Color spaces of #fb420d

RGB 2516613
HSL0.040.970.52
HSV13°95°98°
CMYK 0.000.740.95   0.02
XYZ41.804524.43472.8938
Yxy24.43470.60470.3534
Hunter Lab49.431564.453531.1311
CIE-Lab56.520467.658265.3501

#fb420d color RGB value is (251,66,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000010 00001101
Octal 373 102 15
Decimal 251 66 13
Hex FB 42 D

RGB Percentages of Color #fb420d

%76.06
%20.00
%3.94

CMYK Percentages of Color #fb420d

%0
%74
%95
%2

Triadic Colors of #fb420d

#fb420d #0dfb42 #420dfb

Analogous Colors of #fb420d

#fb420d #fbb90d #fb0d4f

Monochromatic Colors of #fb420d

#fb420d

Complementary Color

#fb420d #0dc6fb

#fb420d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb420d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb420d Color CSS Codes

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

#fb420d Text Font Color

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

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


#fb420d Background Color

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

This div background color is #fb420d


#fb420d Border Color

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

This div border color is #fb420d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb420d

#fb420d Color Palettes


Comments

No comments written yet.

Please login to write comment.