Color Hex Logo

#fb230d Color Hex

#FB230D
(251,35,13)
0 Favorites   0 Comments

Color spaces of #fb230d

RGB 2513513
HSL0.020.970.52
HSV95°98°
CMYK 0.000.860.95   0.02
XYZ40.457321.74042.4447
Yxy21.74040.62590.3363
Hunter Lab46.626673.285629.5300
CIE-Lab53.750575.468363.8370

#fb230d color RGB value is (251,35,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100011 00001101
Octal 373 43 15
Decimal 251 35 13
Hex FB 23 D

RGB Percentages of Color #fb230d

%83.95
%11.71
%4.35

CMYK Percentages of Color #fb230d

%0
%86
%95
%2

Triadic Colors of #fb230d

#fb230d #0dfb23 #230dfb

Analogous Colors of #fb230d

#fb230d #fb9a0d #fb0d6e

Monochromatic Colors of #fb230d

#fb230d

Complementary Color

#fb230d #0de5fb

#fb230d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb230d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb230d Color CSS Codes

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

#fb230d Text Font Color

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

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


#fb230d Background Color

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

This div background color is #fb230d


#fb230d Border Color

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

This div border color is #fb230d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb230d


Comments

No comments written yet.

Please login to write comment.