Color Hex Logo

#f8301a Color Hex

#F8301A
(248,48,26)
0 Favorites   0 Comments

Color spaces of #f8301a

RGB 2484826
HSL0.020.940.54
HSV90°97°
CMYK 0.000.810.90   0.03
XYZ39.954822.14493.1458
Yxy22.14490.61240.3394
Hunter Lab47.058469.202928.9774
CIE-Lab54.180472.051459.6311

#f8301a color RGB value is (248,48,26).

#f8301a hex color red value is 248, green value is 48 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #f8301a hue: 0.02 , saturation: 0.94 and the lightness value of f8301a is 0.54.

The process color (four color CMYK) of #f8301a color hex is 0.00, 0.81, 0.90, 0.03. Web safe color of #f8301a is #ff3333. Color #f8301a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00110000 00011010
Octal 370 60 32
Decimal 248 48 26
Hex F8 30 1A

RGB Percentages of Color #f8301a

%77.02
%14.91
%8.07

CMYK Percentages of Color #f8301a

%0
%81
%90
%3

Triadic Colors of #f8301a

#f8301a #1af830 #301af8

Analogous Colors of #f8301a

#f8301a #f89f1a #f81a73

Monochromatic Colors of #f8301a

#f8301a

Complementary Color

#f8301a #1ae2f8

#f8301a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8301a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8301a Color CSS Codes

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

#f8301a Text Font Color

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

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


#f8301a Background Color

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

This div background color is #f8301a


#f8301a Border Color

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

This div border color is #f8301a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8301a


Comments

No comments written yet.

Please login to write comment.