#FAFF1B

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

Shades of Lemon #FAFF1B

Tints of Lemon #FAFF1B

Color information

#FAFF1B (or 0xFAFF1B) is unknown color: approx Lemon. HEX triplet: FA, FF and 1B. RGB value is (250,255,27). Sum of RGB (Red+Green+Blue) = 250+255+27=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 27 (10.94% from 255 or 5.08% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF1B is #0500E4. Grayscale: #E4E4E4. Windows color (decimal): -327909 or 1835002. OLE color: 1835002.

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

Color convert

RGB25025527-
CMYK0.0200.890
HSL61.32º100%55.29%-
HSV(B)61.32º89.41%100%-
XYZ75.3891.9214.81-
YUV227.5114.84144.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.99%
GREEN value IS 255 (100% from 255) = 47.93%
BLUE value IS 27 (10.94% from 255) = 5.08%
R=46.99%
G=47.93%
B=5.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal250255270.0200.89061.3210055.29
HexFAFF1B205903d6437
Octal372377332013107514467
Binary111110101111111111011100101100101111011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFF1B; }

 p { color: rgb(250,255,27); }

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

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

 a { background-color: rgb(250,255,27); }

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

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

 span { border-color: rgb(250,255,27); }

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