Html Css Color HEX #FAFA21 Lemon

📋 copy color: '#FAFA21'

red 250 ◦ green 250 ◦ blue 33

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

Shades of Lemon #FAFA21

Tints of Lemon #FAFA21

RGB

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

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

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

R = 46.9%
G = 46.9%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAFA21 (or 0xFAFA21) is known color: Lemon. HEX triplet: FA, FA and 21. RGB value is (250,250,33). Sum of RGB (Red+Green+Blue) = 250+250+33=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 33 (13.28% from 255 or 6.19% from 533); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA21 is #0505DE. Grayscale: #E2E2E2. Windows color (decimal): -329183 or 2226938. OLE color: 2226938.

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

Color convert

RGB 250 250 33 -
CMYK 0 0 0.87 0.02
HSL 60º 0.96% 0.55% -
HSV(B) 60º 0.87% 0.98% -
XYZ 73.88 88.81 14.69 -
YUV 225.26 19.5 145.64 -
System Red Green Blue C M Y K H S L
Decimal 250 250 33 0 0 0.87 0.02 60 0.96 0.55
Hex FA FA 21 0 0 57 2 3C 60 37
Octal 372 372 41 0 0 127 2 74 140 67
Binary 11111010 11111010 100001 0 0 1010111 10 111100 1100000 110111

Color Harmonies of #FAFA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFA21

Black with #FAFA21

Text Example


Text Example

White with #FAFA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFA21; }

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

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

background-color css

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

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

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

border-color css

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

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

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