Color Hex Logo

#ff660a Color Hex

#FF660A
(255,102,10)
0 Favorites   0 Comments

Color spaces of #ff660a

RGB 25510210
HSL0.061.000.52
HSV23°96°100°
CMYK 0.000.600.96   0.00
XYZ46.046230.78473.8023
Yxy30.78470.57110.3818
Hunter Lab55.484051.040434.7756
CIE-Lab62.325555.085069.6719

#ff660a color RGB value is (255,102,10).

#ff660a hex color red value is 255, green value is 102 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ff660a hue: 0.06 , saturation: 1.00 and the lightness value of ff660a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100110 00001010
Octal 377 146 12
Decimal 255 102 10
Hex FF 66 A

RGB Percentages of Color #ff660a

%69.48
%27.79
%2.72

CMYK Percentages of Color #ff660a

%0
%60
%96
%0

Triadic Colors of #ff660a

#ff660a #0aff66 #660aff

Analogous Colors of #ff660a

#ff660a #ffe10a #ff0a28

Monochromatic Colors of #ff660a

#ff660a

Complementary Color

#ff660a #0aa3ff

#ff660a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff660a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff660a Color CSS Codes

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

#ff660a Text Font Color

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

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


#ff660a Background Color

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

This div background color is #ff660a


#ff660a Border Color

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

This div border color is #ff660a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff660a

Related Colors


Comments

No comments written yet.

Please login to write comment.