#FFF612

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

Shades of Lemon #FFF612

Tints of Lemon #FFF612

Color information

#FFF612 (or 0xFFF612) is unknown color: approx Lemon. HEX triplet: FF, F6 and 12. RGB value is (255,246,18). Sum of RGB (Red+Green+Blue) = 255+246+18=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 18 (7.42% from 255 or 3.47% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF612 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF612 is #0009ED. Grayscale: #DFDFDF. Windows color (decimal): -2542 or 1242879. OLE color: 1242879.

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

Color convert

RGB25524618-
CMYK00.040.930
HSL57.72º100%53.53%-
HSV(B)57.72º92.94%100%-
XYZ74.387.2213.49-
YUV222.712.48151.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 246 (96.48% from 255) = 47.40%
BLUE value IS 18 (7.42% from 255) = 3.47%
R=49.13%
G=47.40%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552461800.040.93057.7210053.53
HexFFF612045D03a6436
Octal377366220413507214466
Binary1111111111110110100100100101110101110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF612; }

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

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

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

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

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

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

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

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