#fefc5b

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

Shades of Laser Lemon #FEFC5B

Tints of Laser Lemon #FEFC5B

Color information

#FEFC5B (or 0xFEFC5B) is unknown color: approx Laser Lemon. HEX triplet: FE, FC and 5B. RGB value is (254,252,91). Sum of RGB (Red+Green+Blue) = 254+252+91=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 91 (35.94% from 255 or 15.24% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFC5B is #0103A4. Grayscale: #EAEAEA. Windows color (decimal): -66469 or 6028542. OLE color: 6028542.

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

Color convert

RGB25425291-
CMYK00.010.640.00
HSL59.26º98.79%67.65%-
HSV(B)59.26º64.17%99.61%-
XYZ77.5791.4523.46-
YUV234.2447.16142.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.55%
GREEN value IS 252 (98.83% from 255) = 42.21%
BLUE value IS 91 (35.94% from 255) = 15.24%
R=42.55%
G=42.21%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542529100.010.640.0059.2698.7967.65
HexFEFC5B014003b6344
Octal37637413301100073143104
Binary11111110111111001011011011000000011101111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fefc5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fefc5b; }

 p { color: rgb(254,252,91); }

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

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

 a { background-color: rgb(254,252,91); }

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

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

 span { border-color: rgb(254,252,91); }

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