Color Hex Logo

#ffc745 Color Hex

#FFC745
(255,199,69)
0 Favorites   0 Comments

Color spaces of #ffc745

RGB 25519969
HSL0.121.000.64
HSV42°73°100°
CMYK 0.000.220.73   0.00
XYZ62.737662.536514.3944
Yxy62.53650.44920.4477
Hunter Lab79.08003.221744.5639
CIE-Lab83.19797.767469.1464

#ffc745 color RGB value is (255,199,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000111 01000101
Octal 377 307 105
Decimal 255 199 69
Hex FF C7 45

RGB Percentages of Color #ffc745

%48.76
%38.05
%13.19

CMYK Percentages of Color #ffc745

%0
%22
%73
%0

Triadic Colors of #ffc745

#ffc745 #45ffc7 #c745ff

Analogous Colors of #ffc745

#ffc745 #daff45 #ff6a45

Monochromatic Colors of #ffc745

#ffc745

Complementary Color

#ffc745 #457dff

#ffc745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc745 Color CSS Codes

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

#ffc745 Text Font Color

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

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


#ffc745 Background Color

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

This div background color is #ffc745


#ffc745 Border Color

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

This div border color is #ffc745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc745


Comments

No comments written yet.

Please login to write comment.