Color Hex Logo

#ffc12f Color Hex

#FFC12F
(255,193,47)
0 Favorites   0 Comments

Color spaces of #ffc12f

RGB 25519347
HSL0.121.000.59
HSV42°82°100°
CMYK 0.000.240.82   0.00
XYZ60.823159.605210.9885
Yxy59.60520.46280.4536
Hunter Lab77.20445.518045.6043
CIE-Lab81.623110.081175.2001

#ffc12f color RGB value is (255,193,47).

#ffc12f hex color red value is 255, green value is 193 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ffc12f hue: 0.12 , saturation: 1.00 and the lightness value of ffc12f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000001 00101111
Octal 377 301 57
Decimal 255 193 47
Hex FF C1 2F

RGB Percentages of Color #ffc12f

%51.52
%38.99
%9.49

CMYK Percentages of Color #ffc12f

%0
%24
%82
%0

Triadic Colors of #ffc12f

#ffc12f #2fffc1 #c12fff

Analogous Colors of #ffc12f

#ffc12f #d5ff2f #ff592f

Monochromatic Colors of #ffc12f

#ffc12f

Complementary Color

#ffc12f #2f6dff

#ffc12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc12f Color CSS Codes

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

#ffc12f Text Font Color

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

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


#ffc12f Background Color

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

This div background color is #ffc12f


#ffc12f Border Color

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

This div border color is #ffc12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc12f

Related Colors


Comments

No comments written yet.

Please login to write comment.