Html Css Color HEX #FAFC1A Lemon

📋 copy color: '#FAFC1A'

red 250 ◦ green 252 ◦ blue 26

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

Shades of Lemon #FAFC1A

Tints of Lemon #FAFC1A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.73%

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

R = 47.35%
G = 47.73%
B = 4.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FAFC1A (or 0xFAFC1A) is known color: Lemon. HEX triplet: FA, FC and 1A. RGB value is (250,252,26). Sum of RGB (Red+Green+Blue) = 250+252+26=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 26 (10.55% from 255 or 4.92% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFC1A is #0503E5. Grayscale: #E2E2E2. Windows color (decimal): -328678 or 1768698. OLE color: 1768698.

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

Color convert

RGB 250 252 26 -
CMYK 0.01 0 0.90 0.01
HSL 60.53º 0.97% 0.55% -
HSV(B) 60.53º 0.9% 0.99% -
XYZ 74.42 90.02 14.43 -
YUV 225.64 15.34 145.38 -
System Red Green Blue C M Y K H S L
Decimal 250 252 26 0.01 0 0.90 0.01 60.53 0.97 0.55
Hex FA FC 1A 1 0 5A 1 3D 61 37
Octal 372 374 32 1 0 132 1 75 141 67
Binary 11111010 11111100 11010 1 0 1011010 1 111101 1100001 110111

Color Harmonies of #FAFC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFC1A

Black with #FAFC1A

Text Example


Text Example

White with #FAFC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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