Color Hex Logo

#ffc610 Color Hex

#FFC610
(255,198,16)
0 Favorites   0 Comments

Color spaces of #ffc610

RGB 25519816
HSL0.131.000.53
HSV46°94°100°
CMYK 0.000.220.94   0.00
XYZ61.527661.68569.1539
Yxy61.68560.46480.4660
Hunter Lab78.54022.389848.0678
CIE-Lab82.74596.898682.6366

#ffc610 color RGB value is (255,198,16).

#ffc610 hex color red value is 255, green value is 198 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ffc610 hue: 0.13 , saturation: 1.00 and the lightness value of ffc610 is 0.53.

The process color (four color CMYK) of #ffc610 color hex is 0.00, 0.22, 0.94, 0.00. Web safe color of #ffc610 is #ffcc00. Color #ffc610 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000110 00010000
Octal 377 306 20
Decimal 255 198 16
Hex FF C6 10

RGB Percentages of Color #ffc610

%54.37
%42.22
%3.41

CMYK Percentages of Color #ffc610

%0
%22
%94
%0

Triadic Colors of #ffc610

#ffc610 #10ffc6 #c610ff

Analogous Colors of #ffc610

#ffc610 #c1ff10 #ff4e10

Monochromatic Colors of #ffc610

#ffc610

Complementary Color

#ffc610 #1049ff

#ffc610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc610 Color CSS Codes

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

#ffc610 Text Font Color

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

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


#ffc610 Background Color

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

This div background color is #ffc610


#ffc610 Border Color

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

This div border color is #ffc610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc610


Comments

No comments written yet.

Please login to write comment.