Color Hex Logo

#fff372 Color Hex

#FFF372
(255,243,114)
0 Favorites   0 Comments

Color spaces of #fff372

RGB 255243114
HSL0.151.000.72
HSV55°55°100°
CMYK 0.000.050.55   0.00
XYZ76.327986.576128.6075
Yxy86.57610.39860.4521
Hunter Lab93.0463-16.403546.9034
CIE-Lab94.5581-11.794862.5211

#fff372 color RGB value is (255,243,114).

#fff372 hex color red value is 255, green value is 243 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #fff372 hue: 0.15 , saturation: 1.00 and the lightness value of fff372 is 0.72.

The process color (four color CMYK) of #fff372 color hex is 0.00, 0.05, 0.55, 0.00. Web safe color of #fff372 is #ffff66. Color #fff372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110011 01110010
Octal 377 363 162
Decimal 255 243 114
Hex FF F3 72

RGB Percentages of Color #fff372

%41.67
%39.71
%18.63

CMYK Percentages of Color #fff372

%0
%5
%55
%0

Triadic Colors of #fff372

#fff372 #72fff3 #f372ff

Analogous Colors of #fff372

#fff372 #c5ff72 #ffad72

Monochromatic Colors of #fff372

#fff372

Complementary Color

#fff372 #727eff

#fff372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff372 Color CSS Codes

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

#fff372 Text Font Color

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

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


#fff372 Background Color

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

This div background color is #fff372


#fff372 Border Color

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

This div border color is #fff372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff372

#fff372 Color Palettes


Comments

No comments written yet.

Please login to write comment.