color codes Logo

#f6770d color codes

#F6770D
(246,119,13)
0 Favorites   0 Comments

Color spaces of #f6770d

RGB 24611913
HSL0.080.930.51
HSV27°95°96°
CMYK 0.000.520.95   0.04
XYZ44.675532.81554.3601
Yxy32.81550.54580.4009
Hunter Lab57.284838.960835.5867
CIE-Lab64.011243.882969.5264

#f6770d color RGB value is (246,119,13).

#f6770d hex color red value is 246, green value is 119 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #f6770d hue: 0.08 , saturation: 0.93 and the lightness value of f6770d is 0.51.

The process color (four color CMYK) of #f6770d color code is 0.00, 0.52, 0.95, 0.04. Web safe color of #f6770d is #ff6600. Color #f6770d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110111 00001101
Octal 366 167 15
Decimal 246 119 13
Hex F6 77 D

RGB Percentages of Color #f6770d

%65.08
%31.48
%3.44

CMYK Percentages of Color #f6770d

%0
%52
%95
%4

Triadic Colors of #f6770d

#f6770d #0df677 #770df6

Analogous Colors of #f6770d

#f6770d #f6ec0d #f60d18

Monochromatic Colors of #f6770d

#f6770d

Complementary Color

#f6770d #0d8cf6

#f6770d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6770d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6770d Color CSS Codes

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

#f6770d Text Font Color

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

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


#f6770d Background Color

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

This div background color is #f6770d


#f6770d Border Color

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

This div border color is #f6770d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,119,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f6770d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f6770d;
  -webkit-box-shadow: 1px 1px 3px 2px #f6770d;
  box-shadow:         1px 1px 3px 2px #f6770d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,119,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6770d


Comments

No comments written yet.

Please login to write comment.