Color Hex Logo

#fff60a Color Hex

#FFF60A
(255,246,10)
0 Favorites   0 Comments

Color spaces of #fff60a

RGB 25524610
HSL0.161.000.52
HSV58°96°100°
CMYK 0.000.040.96   0.00
XYZ74.250687.193413.2038
Yxy87.19340.42510.4993
Hunter Lab93.3774-21.473256.9804
CIE-Lab94.8203-17.179792.0753

#fff60a color RGB value is (255,246,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110110 00001010
Octal 377 366 12
Decimal 255 246 10
Hex FF F6 A

RGB Percentages of Color #fff60a

%49.90
%48.14
%1.96

CMYK Percentages of Color #fff60a

%0
%4
%96
%0

Triadic Colors of #fff60a

#fff60a #0afff6 #f60aff

Analogous Colors of #fff60a

#fff60a #8eff0a #ff7c0a

Monochromatic Colors of #fff60a

#fff60a

Complementary Color

#fff60a #0a13ff

#fff60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff60a Color CSS Codes

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

#fff60a Text Font Color

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

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


#fff60a Background Color

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

This div background color is #fff60a


#fff60a Border Color

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

This div border color is #fff60a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff60a

Related Colors


Comments

No comments written yet.

Please login to write comment.