Html Css Color HEX #FAFF20 Lemon

📋 copy color: '#FAFF20'

red 250 ◦ green 255 ◦ blue 32

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

Shades of Lemon #FAFF20

Tints of Lemon #FAFF20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 5.96%

R = 46.55%
G = 47.49%
B = 5.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FAFF20 (or 0xFAFF20) is known color: Lemon. HEX triplet: FA, FF and 20. RGB value is (250,255,32). Sum of RGB (Red+Green+Blue) = 250+255+32=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 32 (12.89% from 255 or 5.96% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF20 is #0500DF. Grayscale: #E4E4E4. Windows color (decimal): -327904 or 2162682. OLE color: 2162682.

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

Color convert

RGB 250 255 32 -
CMYK 0.02 0 0.87 0
HSL 61.35º 1% 0.56% -
HSV(B) 61.35º 0.87% 1% -
XYZ 75.45 91.95 15.14 -
YUV 228.08 17.34 143.63 -
System Red Green Blue C M Y K H S L
Decimal 250 255 32 0.02 0 0.87 0 61.35 1 0.56
Hex FA FF 20 2 0 57 0 3D 64 38
Octal 372 377 40 2 0 127 0 75 144 70
Binary 11111010 11111111 100000 10 0 1010111 0 111101 1100100 111000

Color Harmonies of #FAFF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF20

Black with #FAFF20

Text Example


Text Example

White with #FAFF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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