Color Hex Logo

#ffc410 Color Hex

#FFC410
(255,196,16)
1 Favorites   0 Comments

Color spaces of #ffc410

RGB 25519616
HSL0.131.000.53
HSV45°94°100°
CMYK 0.000.230.94   0.00
XYZ61.073560.77739.0025
Yxy60.77730.46670.4645
Hunter Lab77.95983.406847.7253
CIE-Lab82.25897.931382.2825

#ffc410 color RGB value is (255,196,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 00010000
Octal 377 304 20
Decimal 255 196 16
Hex FF C4 10

RGB Percentages of Color #ffc410

%54.60
%41.97
%3.43

CMYK Percentages of Color #ffc410

%0
%23
%94
%0

Triadic Colors of #ffc410

#ffc410 #10ffc4 #c410ff

Analogous Colors of #ffc410

#ffc410 #c3ff10 #ff4d10

Monochromatic Colors of #ffc410

#ffc410

Complementary Color

#ffc410 #104bff

#ffc410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc410 Color CSS Codes

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

#ffc410 Text Font Color

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

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


#ffc410 Background Color

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

This div background color is #ffc410


#ffc410 Border Color

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

This div border color is #ffc410


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,196,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 #ffc410">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc410

#ffc410 Color Palettes


Comments

No comments written yet.

Please login to write comment.