#FEFC55

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

Shades of Laser Lemon #FEFC55

Tints of Laser Lemon #FEFC55

Color information

#FEFC55 (or 0xFEFC55) is unknown color: approx Laser Lemon. HEX triplet: FE, FC and 55. RGB value is (254,252,85). Sum of RGB (Red+Green+Blue) = 254+252+85=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 85 (33.59% from 255 or 14.38% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFC55 is #0103AA. Grayscale: #EAEAEA. Windows color (decimal): -66475 or 5635326. OLE color: 5635326.

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

Color convert

RGB25425285-
CMYK00.010.670.00
HSL59.29º98.83%66.47%-
HSV(B)59.29º66.54%99.61%-
XYZ77.3291.3522.15-
YUV233.5644.16142.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.98%
GREEN value IS 252 (98.83% from 255) = 42.64%
BLUE value IS 85 (33.59% from 255) = 14.38%
R=42.98%
G=42.64%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542528500.010.670.0059.2998.8366.47
HexFEFC55014303b6342
Octal37637412501103073143102
Binary11111110111111001010101011000011011101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFC55; }

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

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

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

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

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

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

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

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