Color Hex Logo

#ffc340 Color Hex

#FFC340
(255,195,64)
0 Favorites   0 Comments

Color spaces of #ffc340

RGB 25519564
HSL0.111.000.63
HSV41°75°100°
CMYK 0.000.240.75   0.00
XYZ61.680560.660413.3082
Yxy60.66040.45470.4472
Hunter Lab77.88485.063944.3884
CIE-Lab82.19589.627770.0488

#ffc340 color RGB value is (255,195,64).

#ffc340 hex color red value is 255, green value is 195 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ffc340 hue: 0.11 , saturation: 1.00 and the lightness value of ffc340 is 0.63.

The process color (four color CMYK) of #ffc340 color hex is 0.00, 0.24, 0.75, 0.00. Web safe color of #ffc340 is #ffcc33. Color #ffc340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000011 01000000
Octal 377 303 100
Decimal 255 195 64
Hex FF C3 40

RGB Percentages of Color #ffc340

%49.61
%37.94
%12.45

CMYK Percentages of Color #ffc340

%0
%24
%75
%0

Triadic Colors of #ffc340

#ffc340 #40ffc3 #c340ff

Analogous Colors of #ffc340

#ffc340 #dcff40 #ff6340

Monochromatic Colors of #ffc340

#ffc340

Complementary Color

#ffc340 #407cff

#ffc340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc340 Color CSS Codes

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

#ffc340 Text Font Color

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

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


#ffc340 Background Color

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

This div background color is #ffc340


#ffc340 Border Color

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

This div border color is #ffc340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc340

Related Colors


Comments

No comments written yet.

Please login to write comment.