Color Hex Logo

#fff90a Color Hex

#FFF90A
(255,249,10)
1 Favorites   0 Comments

Color spaces of #fff90a

RGB 25524910
HSL0.161.000.52
HSV59°96°100°
CMYK 0.000.020.96   0.00
XYZ75.170589.033313.5104
Yxy89.03330.42300.5010
Hunter Lab94.3575-22.922357.5609
CIE-Lab95.5943-18.622392.6495

#fff90a color RGB value is (255,249,10).

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

The process color (four color CMYK) of #fff90a color hex is 0.00, 0.02, 0.96, 0.00. Web safe color of #fff90a is #ffff00. Color #fff90a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111001 00001010
Octal 377 371 12
Decimal 255 249 10
Hex FF F9 A

RGB Percentages of Color #fff90a

%49.61
%48.44
%1.95

CMYK Percentages of Color #fff90a

%0
%2
%96
%0

Triadic Colors of #fff90a

#fff90a #0afff9 #f90aff

Analogous Colors of #fff90a

#fff90a #8bff0a #ff7f0a

Monochromatic Colors of #fff90a

#fff90a

Complementary Color

#fff90a #0a10ff

#fff90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff90a Color CSS Codes

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

#fff90a Text Font Color

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

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


#fff90a Background Color

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

This div background color is #fff90a


#fff90a Border Color

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

This div border color is #fff90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff90a

Related Colors


Comments

No comments written yet.

Please login to write comment.