Color Hex Logo

#ffc246 Color Hex

#FFC246
(255,194,70)
1 Favorites   0 Comments

Color spaces of #ffc246

RGB 25519470
HSL0.111.000.64
HSV40°73°100°
CMYK 0.000.240.73   0.00
XYZ61.637360.285814.1820
Yxy60.28580.45290.4429
Hunter Lab77.64395.824643.5212
CIE-Lab81.993310.399767.5731

#ffc246 color RGB value is (255,194,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 01000110
Octal 377 302 106
Decimal 255 194 70
Hex FF C2 46

RGB Percentages of Color #ffc246

%49.13
%37.38
%13.49

CMYK Percentages of Color #ffc246

%0
%24
%73
%0

Triadic Colors of #ffc246

#ffc246 #46ffc2 #c246ff

Analogous Colors of #ffc246

#ffc246 #e0ff46 #ff6646

Monochromatic Colors of #ffc246

#ffc246

Complementary Color

#ffc246 #4683ff

#ffc246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc246 Color CSS Codes

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

#ffc246 Text Font Color

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

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


#ffc246 Background Color

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

This div background color is #ffc246


#ffc246 Border Color

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

This div border color is #ffc246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc246

Related Colors

#ffc246 Color Palettes


Comments

No comments written yet.

Please login to write comment.