#FFFE1E

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

Shades of Lemon #FFFE1E

Tints of Lemon #FFFE1E

Color information

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

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

Color convert

RGB25525430-
CMYK00.000.880
HSL59.73º100%55.88%-
HSV(B)59.73º88.24%100%-
XYZ76.9292.2414.98-
YUV228.7615.83146.71-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552543000.000.88059.7310055.88
HexFFFE1E005803c6438
Octal377376360013007414470
Binary11111111111111101111000101100001111001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFE1E; }

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

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

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

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

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

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

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

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