Color Hex Logo

#fff072 Color Hex

#FFF072
(255,240,114)
1 Favorites   0 Comments

Color spaces of #fff072

RGB 255240114
HSL0.151.000.72
HSV54°55°100°
CMYK 0.000.060.55   0.00
XYZ75.437484.795128.3107
Yxy84.79510.40010.4497
Hunter Lab92.0843-14.916446.2307
CIE-Lab93.7948-10.318961.6495

#fff072 color RGB value is (255,240,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110000 01110010
Octal 377 360 162
Decimal 255 240 114
Hex FF F0 72

RGB Percentages of Color #fff072

%41.87
%39.41
%18.72

CMYK Percentages of Color #fff072

%0
%6
%55
%0

Triadic Colors of #fff072

#fff072 #72fff0 #f072ff

Analogous Colors of #fff072

#fff072 #c8ff72 #ffaa72

Monochromatic Colors of #fff072

#fff072

Complementary Color

#fff072 #7281ff

#fff072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff072 Color CSS Codes

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

#fff072 Text Font Color

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

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


#fff072 Background Color

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

This div background color is #fff072


#fff072 Border Color

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

This div border color is #fff072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff072


Comments

No comments written yet.

Please login to write comment.