Color Hex Logo

#fffa4b Color Hex

#FFFA4B
(255,250,75)
0 Favorites   0 Comments

Color spaces of #fffa4b

RGB 25525075
HSL0.161.000.65
HSV58°71°100°
CMYK 0.000.020.71   0.00
XYZ76.695690.139220.0129
Yxy90.13920.41050.4824
Hunter Lab94.9417-21.952453.9613
CIE-Lab96.0545-17.499579.4835

#fffa4b color RGB value is (255,250,75).

#fffa4b hex color red value is 255, green value is 250 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #fffa4b hue: 0.16 , saturation: 1.00 and the lightness value of fffa4b is 0.65.

The process color (four color CMYK) of #fffa4b color hex is 0.00, 0.02, 0.71, 0.00. Web safe color of #fffa4b is #ffff33. Color #fffa4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111010 01001011
Octal 377 372 113
Decimal 255 250 75
Hex FF FA 4B

RGB Percentages of Color #fffa4b

%43.97
%43.10
%12.93

CMYK Percentages of Color #fffa4b

%0
%2
%71
%0

Triadic Colors of #fffa4b

#fffa4b #4bfffa #fa4bff

Analogous Colors of #fffa4b

#fffa4b #aaff4b #ffa04b

Monochromatic Colors of #fffa4b

#fffa4b

Complementary Color

#fffa4b #4b50ff

#fffa4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffa4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffa4b Color CSS Codes

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

#fffa4b Text Font Color

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

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


#fffa4b Background Color

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

This div background color is #fffa4b


#fffa4b Border Color

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

This div border color is #fffa4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffa4b

Related Colors


Comments

No comments written yet.

Please login to write comment.