#FFF514

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

Shades of Lemon #FFF514

Tints of Lemon #FFF514

Color information

#FFF514 (or 0xFFF514) is unknown color: approx Lemon. HEX triplet: FF, F5 and 14. RGB value is (255,245,20). Sum of RGB (Red+Green+Blue) = 255+245+20=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 20 (8.20% from 255 or 3.85% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF514 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF514 is #000AEB. Grayscale: #DFDFDF. Windows color (decimal): -2796 or 1373695. OLE color: 1373695.

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

Color convert

RGB25524520-
CMYK00.040.920
HSL57.45º100%53.92%-
HSV(B)57.45º92.16%100%-
XYZ74.0286.6213.48-
YUV222.3413.81151.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.04%
GREEN value IS 245 (96.09% from 255) = 47.12%
BLUE value IS 20 (8.20% from 255) = 3.85%
R=49.04%
G=47.12%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552452000.040.92057.4510053.92
HexFFF514045C0396436
Octal377365240413407114466
Binary1111111111110101101000100101110001110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF514; }

 p { color: rgb(255,245,20); }

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

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

 a { background-color: rgb(255,245,20); }

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

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

 span { border-color: rgb(255,245,20); }

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