#FEFF1E

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

Shades of Lemon #FEFF1E

Tints of Lemon #FEFF1E

Color information

#FEFF1E (or 0xFEFF1E) is unknown color: approx Lemon. HEX triplet: FE, FF and 1E. RGB value is (254,255,30). Sum of RGB (Red+Green+Blue) = 254+255+30=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 30 (12.11% from 255 or 5.57% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF1E is #0100E1. Grayscale: #E5E5E5. Windows color (decimal): -65762 or 2031614. OLE color: 2031614.

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

Color convert

RGB25425530-
CMYK0.0000.880
HSL60.27º100%55.88%-
HSV(B)60.27º88.24%100%-
XYZ76.8792.6815.07-
YUV229.0515.67145.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.12%
GREEN value IS 255 (100% from 255) = 47.31%
BLUE value IS 30 (12.11% from 255) = 5.57%
R=47.12%
G=47.31%
B=5.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal254255300.0000.88060.2710055.88
HexFEFF1E005803c6438
Octal376377360013007414470
Binary11111110111111111111000101100001111001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFF1E; }

 p { color: rgb(254,255,30); }

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

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

 a { background-color: rgb(254,255,30); }

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

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

 span { border-color: rgb(254,255,30); }

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