#FFF814

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

Shades of Lemon #FFF814

Tints of Lemon #FFF814

Color information

#FFF814 (or 0xFFF814) is unknown color: approx Lemon. HEX triplet: FF, F8 and 14. RGB value is (255,248,20). Sum of RGB (Red+Green+Blue) = 255+248+20=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 20 (8.20% from 255 or 3.82% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF814 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF814 is #0007EB. Grayscale: #E1E1E1. Windows color (decimal): -2028 or 1374463. OLE color: 1374463.

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

Color convert

RGB25524820-
CMYK00.030.920
HSL58.21º100%53.92%-
HSV(B)58.21º92.16%100%-
XYZ74.9388.4513.78-
YUV224.112.82150.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.76%
GREEN value IS 248 (97.27% from 255) = 47.42%
BLUE value IS 20 (8.20% from 255) = 3.82%
R=48.76%
G=47.42%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552482000.030.92058.2110053.92
HexFFF814035C03a6436
Octal377370240313407214466
Binary111111111111100010100011101110001110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF814; }

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

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

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

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

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

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

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

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