Color Hex Logo

#ff6700 Color Hex

#FF6700
(255,103,0)
19 Favorites   1 Comments

Color spaces of #ff6700

RGB 2551030
HSL0.071.000.50
HSV24°100°100°
CMYK 0.000.601.00   0.00
XYZ46.090230.96053.5467
Yxy30.96050.57190.3841
Hunter Lab55.642250.483535.1703
CIE-Lab62.474354.568671.4274

#ff6700 color RGB value is (255,103,0).

#ff6700 hex color red value is 255, green value is 103 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ff6700 hue: 0.07 , saturation: 1.00 and the lightness value of ff6700 is 0.50.

The process color (four color CMYK) of #ff6700 color hex is 0.00, 0.60, 1.00, 0.00. Web safe color of #ff6700 is #ff6600. Color #ff6700 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100111 00000000
Octal 377 147 0
Decimal 255 103 0
Hex FF 67 0

RGB Percentages of Color #ff6700

%71.23
%28.77
%0.00

CMYK Percentages of Color #ff6700

%0
%60
%100
%0

Triadic Colors of #ff6700

#ff6700 #00ff67 #6700ff

Analogous Colors of #ff6700

#ff6700 #ffe700 #ff0018

Monochromatic Colors of #ff6700

#ff6700

Complementary Color

#ff6700 #0098ff

#ff6700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6700 Color CSS Codes

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

#ff6700 Text Font Color

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

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


#ff6700 Background Color

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

This div background color is #ff6700


#ff6700 Border Color

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

This div border color is #ff6700


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,103,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff6700; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff6700;
  -webkit-box-shadow: 1px 1px 3px 2px #ff6700;
  box-shadow:         1px 1px 3px 2px #ff6700; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,103,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6700

Related Colors


Comments

15 Aug 2018, 18:40 solitonmedic

This is also named "safety orange".

Please login to write comment.