#FFF412

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

Shades of Lemon #FFF412

Tints of Lemon #FFF412

Color information

#FFF412 (or 0xFFF412) is unknown color: approx Lemon. HEX triplet: FF, F4 and 12. RGB value is (255,244,18). Sum of RGB (Red+Green+Blue) = 255+244+18=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 18 (7.42% from 255 or 3.48% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF412 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF412 is #000BED. Grayscale: #DEDEDE. Windows color (decimal): -3054 or 1242367. OLE color: 1242367.

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

Color convert

RGB25524418-
CMYK00.040.930
HSL57.22º100%53.53%-
HSV(B)57.22º92.94%100%-
XYZ73.786.0113.29-
YUV221.5213.14151.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.32%
GREEN value IS 244 (95.70% from 255) = 47.20%
BLUE value IS 18 (7.42% from 255) = 3.48%
R=49.32%
G=47.20%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552441800.040.93057.2210053.53
HexFFF412045D0396436
Octal377364220413507114466
Binary1111111111110100100100100101110101110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF412; }

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

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

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

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

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

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

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

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