Color Hex Logo

#ffc613 Color Hex

#FFC613
(255,198,19)
1 Favorites   0 Comments

Color spaces of #ffc613

RGB 25519819
HSL0.131.000.54
HSV46°93°100°
CMYK 0.000.220.93   0.00
XYZ61.551661.69529.2803
Yxy61.69520.46440.4655
Hunter Lab78.54632.422847.9772
CIE-Lab82.75116.932782.2440

#ffc613 color RGB value is (255,198,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000110 00010011
Octal 377 306 23
Decimal 255 198 19
Hex FF C6 13

RGB Percentages of Color #ffc613

%54.03
%41.95
%4.03

CMYK Percentages of Color #ffc613

%0
%22
%93
%0

Triadic Colors of #ffc613

#ffc613 #13ffc6 #c613ff

Analogous Colors of #ffc613

#ffc613 #c2ff13 #ff5013

Monochromatic Colors of #ffc613

#ffc613

Complementary Color

#ffc613 #134cff

#ffc613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc613 Color CSS Codes

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

#ffc613 Text Font Color

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

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


#ffc613 Background Color

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

This div background color is #ffc613


#ffc613 Border Color

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

This div border color is #ffc613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc613

#ffc613 Color Palettes


Comments

No comments written yet.

Please login to write comment.