Color Hex Logo

#ffc13a Color Hex

#FFC13A
(255,193,58)
0 Favorites   0 Comments

Color spaces of #ffc13a

RGB 25519358
HSL0.111.000.61
HSV41°77°100°
CMYK 0.000.240.77   0.00
XYZ61.073759.705412.3084
Yxy59.70540.45890.4486
Hunter Lab77.26935.865344.6440
CIE-Lab81.677810.436471.7061

#ffc13a color RGB value is (255,193,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000001 00111010
Octal 377 301 72
Decimal 255 193 58
Hex FF C1 3A

RGB Percentages of Color #ffc13a

%50.40
%38.14
%11.46

CMYK Percentages of Color #ffc13a

%0
%24
%77
%0

Triadic Colors of #ffc13a

#ffc13a #3affc1 #c13aff

Analogous Colors of #ffc13a

#ffc13a #dbff3a #ff5f3a

Monochromatic Colors of #ffc13a

#ffc13a

Complementary Color

#ffc13a #3a78ff

#ffc13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc13a Color CSS Codes

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

#ffc13a Text Font Color

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

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


#ffc13a Background Color

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

This div background color is #ffc13a


#ffc13a Border Color

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

This div border color is #ffc13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc13a


Comments

No comments written yet.

Please login to write comment.