Color Hex Logo

#f9c375 Color Hex

#F9C375
(249,195,117)
0 Favorites   0 Comments

Color spaces of #f9c375

RGB 249195117
HSL0.100.920.72
HSV35°53°98°
CMYK 0.000.220.53   0.02
XYZ61.792960.454325.2416
Yxy60.45430.41900.4099
Hunter Lab77.75245.794435.1787
CIE-Lab82.084510.370446.2498

#f9c375 color RGB value is (249,195,117).

#f9c375 hex color red value is 249, green value is 195 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #f9c375 hue: 0.10 , saturation: 0.92 and the lightness value of f9c375 is 0.72.

The process color (four color CMYK) of #f9c375 color hex is 0.00, 0.22, 0.53, 0.02. Web safe color of #f9c375 is #ffcc66. Color #f9c375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11000011 01110101
Octal 371 303 165
Decimal 249 195 117
Hex F9 C3 75

RGB Percentages of Color #f9c375

%44.39
%34.76
%20.86

CMYK Percentages of Color #f9c375

%0
%22
%53
%2

Triadic Colors of #f9c375

#f9c375 #75f9c3 #c375f9

Analogous Colors of #f9c375

#f9c375 #edf975 #f98175

Monochromatic Colors of #f9c375

#f9c375

Complementary Color

#f9c375 #75abf9

#f9c375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9c375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9c375 Color CSS Codes

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

#f9c375 Text Font Color

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

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


#f9c375 Background Color

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

This div background color is #f9c375


#f9c375 Border Color

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

This div border color is #f9c375


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,195,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9c375; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9c375;
  -webkit-box-shadow: 1px 1px 3px 2px #f9c375;
  box-shadow:         1px 1px 3px 2px #f9c375; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,195,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9c375


Comments

No comments written yet.

Please login to write comment.