Color Hex Logo

#f84005 Color Hex

#F84005
(248,64,5)
0 Favorites   0 Comments

Color spaces of #f84005

RGB 248645
HSL0.040.960.50
HSV15°98°97°
CMYK 0.000.740.98   0.03
XYZ40.572223.63422.5670
Yxy23.63420.60760.3539
Hunter Lab48.615063.892930.8998
CIE-Lab55.719767.336166.3066

#f84005 color RGB value is (248,64,5).

#f84005 hex color red value is 248, green value is 64 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #f84005 hue: 0.04 , saturation: 0.96 and the lightness value of f84005 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000000 00000101
Octal 370 100 5
Decimal 248 64 5
Hex F8 40 5

RGB Percentages of Color #f84005

%78.23
%20.19
%1.58

CMYK Percentages of Color #f84005

%0
%74
%98
%3

Triadic Colors of #f84005

#f84005 #05f840 #4005f8

Analogous Colors of #f84005

#f84005 #f8ba05 #f80544

Monochromatic Colors of #f84005

#f84005

Complementary Color

#f84005 #05bdf8

#f84005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84005 Color CSS Codes

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

#f84005 Text Font Color

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

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


#f84005 Background Color

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

This div background color is #f84005


#f84005 Border Color

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

This div border color is #f84005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84005


Comments

No comments written yet.

Please login to write comment.