#FEFB55

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

Shades of Laser Lemon #FEFB55

Tints of Laser Lemon #FEFB55

Color information

#FEFB55 (or 0xFEFB55) is unknown color: approx Laser Lemon. HEX triplet: FE, FB and 55. RGB value is (254,251,85). Sum of RGB (Red+Green+Blue) = 254+251+85=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 85 (33.59% from 255 or 14.41% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFB55 is #0104AA. Grayscale: #E9E9E9. Windows color (decimal): -66731 or 5635070. OLE color: 5635070.

HSL color Cylindrical-coordinate representation of color #FEFB55: hue angle of 58.93º 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 #FEFB55 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB25425185-
CMYK00.010.670.00
HSL58.93º98.83%66.47%-
HSV(B)58.93º66.54%99.61%-
XYZ77.0190.7222.05-
YUV232.9744.49143-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.05%
GREEN value IS 251 (98.44% from 255) = 42.54%
BLUE value IS 85 (33.59% from 255) = 14.41%
R=43.05%
G=42.54%
B=14.41%

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
Decimal2542518500.010.670.0058.9398.8366.47
HexFEFB55014303b6342
Octal37637312501103073143102
Binary11111110111110111010101011000011011101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFB55; }

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

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

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

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

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

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

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

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