Color Hex Logo

#f87020 Color Hex

#F87020
(248,112,32)
0 Favorites   0 Comments

Color spaces of #f87020

RGB 24811232
HSL0.060.940.55
HSV22°87°97°
CMYK 0.000.550.87   0.03
XYZ44.766331.64915.1159
Yxy31.64910.54910.3882
Hunter Lab56.257543.588733.9886
CIE-Lab63.051848.281664.1272

#f87020 color RGB value is (248,112,32).

#f87020 hex color red value is 248, green value is 112 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #f87020 hue: 0.06 , saturation: 0.94 and the lightness value of f87020 is 0.55.

The process color (four color CMYK) of #f87020 color hex is 0.00, 0.55, 0.87, 0.03. Web safe color of #f87020 is #ff6633. Color #f87020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110000 00100000
Octal 370 160 40
Decimal 248 112 32
Hex F8 70 20

RGB Percentages of Color #f87020

%63.27
%28.57
%8.16

CMYK Percentages of Color #f87020

%0
%55
%87
%3

Triadic Colors of #f87020

#f87020 #20f870 #7020f8

Analogous Colors of #f87020

#f87020 #f8dc20 #f8203c

Monochromatic Colors of #f87020

#f87020

Complementary Color

#f87020 #20a8f8

#f87020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87020 Color CSS Codes

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

#f87020 Text Font Color

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

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


#f87020 Background Color

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

This div background color is #f87020


#f87020 Border Color

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

This div border color is #f87020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87020


Comments

No comments written yet.

Please login to write comment.