#FFF41E

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

Shades of Lemon #FFF41E

Tints of Lemon #FFF41E

Color information

#FFF41E (or 0xFFF41E) is unknown color: approx Lemon. HEX triplet: FF, F4 and 1E. RGB value is (255,244,30). Sum of RGB (Red+Green+Blue) = 255+244+30=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 30 (12.11% from 255 or 5.67% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF41E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF41E is #000BE1. Grayscale: #DFDFDF. Windows color (decimal): -3042 or 2028799. OLE color: 2028799.

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

Color convert

RGB25524430-
CMYK00.040.880
HSL57.07º100%55.88%-
HSV(B)57.07º88.24%100%-
XYZ73.8386.0613.95-
YUV222.8919.14150.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 244 (95.70% from 255) = 46.12%
BLUE value IS 30 (12.11% from 255) = 5.67%
R=48.20%
G=46.12%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552443000.040.88057.0710055.88
HexFFF41E04580396438
Octal377364360413007114470
Binary1111111111110100111100100101100001110011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF41E; }

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

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

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

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

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

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

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

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