Html Css Color HEX #FFFA20 Lemon

📋 copy color: '#FFFA20'

red 255 ◦ green 250 ◦ blue 32

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

Shades of Lemon #FFFA20

Tints of Lemon #FFFA20

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 255 250 32 -
CMYK 0 0.02 0.87 0
HSL 58.65º 1% 0.56% -
HSV(B) 58.65º 0.87% 1% -
XYZ 75.69 89.74 14.7 -
YUV 226.64 18.16 148.23 -
System Red Green Blue C M Y K H S L
Decimal 255 250 32 0 0.02 0.87 0 58.65 1 0.56
Hex FF FA 20 0 2 57 0 3B 64 38
Octal 377 372 40 0 2 127 0 73 144 70
Binary 11111111 11111010 100000 0 10 1010111 0 111011 1100100 111000

Color Harmonies of #FFFA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA20

Black with #FFFA20

Text Example


Text Example

White with #FFFA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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