Color Hex Logo

#f84110 Color Hex

#F84110
(248,65,16)
0 Favorites   0 Comments

Color spaces of #f84110

RGB 2486516
HSL0.040.940.52
HSV13°94°97°
CMYK 0.000.740.94   0.03
XYZ40.695223.77452.9343
Yxy23.77450.60380.3527
Hunter Lab48.759163.650830.5633
CIE-Lab55.861367.105763.9365

#f84110 color RGB value is (248,65,16).

#f84110 hex color red value is 248, green value is 65 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #f84110 hue: 0.04 , saturation: 0.94 and the lightness value of f84110 is 0.52.

The process color (four color CMYK) of #f84110 color hex is 0.00, 0.74, 0.94, 0.03. Web safe color of #f84110 is #ff3300. Color #f84110 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000001 00010000
Octal 370 101 20
Decimal 248 65 16
Hex F8 41 10

RGB Percentages of Color #f84110

%75.38
%19.76
%4.86

CMYK Percentages of Color #f84110

%0
%74
%94
%3

Triadic Colors of #f84110

#f84110 #10f841 #4110f8

Analogous Colors of #f84110

#f84110 #f8b510 #f81053

Monochromatic Colors of #f84110

#f84110

Complementary Color

#f84110 #10c7f8

#f84110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84110 Color CSS Codes

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

#f84110 Text Font Color

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

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


#f84110 Background Color

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

This div background color is #f84110


#f84110 Border Color

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

This div border color is #f84110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84110


Comments

No comments written yet.

Please login to write comment.