Html Css Color HEX #FAFF21 Lemon

📋 copy color: '#FAFF21'

red 250 ◦ green 255 ◦ blue 33

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

Shades of Lemon #FAFF21

Tints of Lemon #FAFF21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.13%

R = 46.47%
G = 47.4%
B = 6.13%

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

#FAFF21 (or 0xFAFF21) is known color: Lemon. HEX triplet: FA, FF and 21. RGB value is (250,255,33). Sum of RGB (Red+Green+Blue) = 250+255+33=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 33 (13.28% from 255 or 6.13% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF21 is #0500DE. Grayscale: #E5E5E5. Windows color (decimal): -327903 or 2228218. OLE color: 2228218.

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

Color convert

RGB 250 255 33 -
CMYK 0.02 0 0.87 0
HSL 61.35º 1% 0.56% -
HSV(B) 61.35º 0.87% 1% -
XYZ 75.46 91.95 15.21 -
YUV 228.2 17.84 143.55 -
System Red Green Blue C M Y K H S L
Decimal 250 255 33 0.02 0 0.87 0 61.35 1 0.56
Hex FA FF 21 2 0 57 0 3D 64 38
Octal 372 377 41 2 0 127 0 75 144 70
Binary 11111010 11111111 100001 10 0 1010111 0 111101 1100100 111000

Color Harmonies of #FAFF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFF21

Black with #FAFF21

Text Example


Text Example

White with #FAFF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFF21; }

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

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

background-color css

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

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

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

border-color css

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

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

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