Color Hex Logo

#fb250c Color Hex

#FB250C
(251,37,12)
0 Favorites   0 Comments

Color spaces of #fb250c

RGB 2513712
HSL0.020.970.52
HSV95°98°
CMYK 0.000.850.95   0.02
XYZ40.511621.85892.4318
Yxy21.85890.62520.3373
Hunter Lab46.753572.850429.6436
CIE-Lab53.877075.091264.1545

#fb250c color RGB value is (251,37,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100101 00001100
Octal 373 45 14
Decimal 251 37 12
Hex FB 25 C

RGB Percentages of Color #fb250c

%83.67
%12.33
%4.00

CMYK Percentages of Color #fb250c

%0
%85
%95
%2

Triadic Colors of #fb250c

#fb250c #0cfb25 #250cfb

Analogous Colors of #fb250c

#fb250c #fb9d0c #fb0c6b

Monochromatic Colors of #fb250c

#fb250c

Complementary Color

#fb250c #0ce2fb

#fb250c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb250c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb250c Color CSS Codes

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

#fb250c Text Font Color

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

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


#fb250c Background Color

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

This div background color is #fb250c


#fb250c Border Color

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

This div border color is #fb250c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb250c


Comments

No comments written yet.

Please login to write comment.