#FFFC5A

Color #FFFC5A Laser Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser Lemon #FFFC5A

Tints of Laser Lemon #FFFC5A

Color information

#FFFC5A (or 0xFFFC5A) is unknown color: approx Laser Lemon. HEX triplet: FF, FC and 5A. RGB value is (255,252,90). Sum of RGB (Red+Green+Blue) = 255+252+90=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 90 (35.55% from 255 or 15.08% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFC5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFC5A is #0003A5. Grayscale: #EBEBEB. Windows color (decimal): -934 or 5963007. OLE color: 5963007.

HSL color Cylindrical-coordinate representation of color #FFFC5A: hue angle of 58.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFFC5A is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB25525290-
CMYK00.010.650
HSL58.91º100%67.65%-
HSV(B)58.91º64.71%100%-
XYZ77.991.6223.25-
YUV234.4346.49142.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 252 (98.83% from 255) = 42.21%
BLUE value IS 90 (35.55% from 255) = 15.08%
R=42.71%
G=42.21%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552529000.010.65058.9110067.65
HexFFFC5A014103b6444
Octal37737413201101073144104
Binary11111111111111001011010011000001011101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFC5A; }

 p { color: rgb(255,252,90); }

 H1.HeaderClassName
 {
   color: #FFFC5A;
 }
 .AnyTagClassName
 {
   color: #FFFC5A;
 }
</style>
background-color css

<style>
 a { background-color: #FFFC5A; }

 a { background-color: rgb(255,252,90); }

 div.DivClassName
 {
   background-color: #FFFC5A;
 }
 .BgClassName
 {
   background-color: #FFFC5A;
 }
</style>
border-color css

<style>
 span { border-color: #FFFC5A; }

 span { border-color: rgb(255,252,90); }

 td.TdClassName
 {
   border-color: #FFFC5A;
 }
 .TagClassName
 {
   border-color: #FFFC5A;
 }
</style>