Html Css Color HEX #FAFF1C Lemon

📋 copy color: '#FAFF1C'

red 250 ◦ green 255 ◦ blue 28

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

Shades of Lemon #FAFF1C

Tints of Lemon #FAFF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.25%

R = 46.9%
G = 47.84%
B = 5.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FAFF1C (or 0xFAFF1C) is known color: Lemon. HEX triplet: FA, FF and 1C. RGB value is (250,255,28). Sum of RGB (Red+Green+Blue) = 250+255+28=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 28 (11.33% from 255 or 5.25% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF1C is #0500E3. Grayscale: #E4E4E4. Windows color (decimal): -327908 or 1900538. OLE color: 1900538.

HSL color Cylindrical-coordinate representation of color #FAFF1C: 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 #FAFF1C is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 250 255 28 -
CMYK 0.02 0 0.89 0
HSL 61.32º 1% 0.55% -
HSV(B) 61.32º 0.89% 1% -
XYZ 75.39 91.93 14.87 -
YUV 227.63 15.34 143.96 -
System Red Green Blue C M Y K H S L
Decimal 250 255 28 0.02 0 0.89 0 61.32 1 0.55
Hex FA FF 1C 2 0 59 0 3D 64 37
Octal 372 377 34 2 0 131 0 75 144 67
Binary 11111010 11111111 11100 10 0 1011001 0 111101 1100100 110111

Color Harmonies of #FAFF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF1C

Black with #FAFF1C

Text Example


Text Example

White with #FAFF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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