Html Css Color HEX #FAFF1A Lemon

📋 copy color: '#FAFF1A'

red 250 ◦ green 255 ◦ blue 26

#FAFF1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #FAFF1A

Tints of Lemon #FAFF1A

RGB

 RED value IS 250 (98.05% from 255) = 47.08%

 GREEN value IS 255 (100% from 255) = 48.02%

 BLUE value IS 26 (10.55% from 255) = 4.9%

R = 47.08%
G = 48.02%
B = 4.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FAFF1A (or 0xFAFF1A) is known color: Lemon. HEX triplet: FA, FF and 1A. RGB value is (250,255,26). Sum of RGB (Red+Green+Blue) = 250+255+26=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 26 (10.55% from 255 or 4.90% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF1A is #0500E5. Grayscale: #E4E4E4. Windows color (decimal): -327910 or 1769466. OLE color: 1769466.

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

Color convert

RGB 250 255 26 -
CMYK 0.02 0 0.90 0
HSL 61.31º 1% 0.55% -
HSV(B) 61.31º 0.9% 1% -
XYZ 75.37 91.92 14.75 -
YUV 227.4 14.34 144.12 -
System Red Green Blue C M Y K H S L
Decimal 250 255 26 0.02 0 0.90 0 61.31 1 0.55
Hex FA FF 1A 2 0 5A 0 3D 64 37
Octal 372 377 32 2 0 132 0 75 144 67
Binary 11111010 11111111 11010 10 0 1011010 0 111101 1100100 110111

Color Harmonies of #FAFF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF1A

Black with #FAFF1A

Text Example


Text Example

White with #FAFF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF1A; }

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

 H1.HeaderClassName
 {
   color: #FAFF1A;
 }
 .AnyTagClassName
 {
   color: #FAFF1A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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