Html Css Color HEX #FCFD20 Lemon

📋 copy color: '#FCFD20'

red 252 ◦ green 253 ◦ blue 32

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

Shades of Lemon #FCFD20

Tints of Lemon #FCFD20

RGB

 RED value IS 252 (98.83% from 255) = 46.93%

 GREEN value IS 253 (99.22% from 255) = 47.11%

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

R = 46.93%
G = 47.11%
B = 5.96%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCFD20 (or 0xFCFD20) is known color: Lemon. HEX triplet: FC, FD and 20. RGB value is (252,253,32). Sum of RGB (Red+Green+Blue) = 252+253+32=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 32 (12.89% from 255 or 5.96% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD20 is #0302DF. Grayscale: #E4E4E4. Windows color (decimal): -197344 or 2162172. OLE color: 2162172.

HSL color Cylindrical-coordinate representation of color #FCFD20: hue angle of 60.27º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCFD20 is Cyan = 0.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 253 32 -
CMYK 0.00 0 0.87 0.01
HSL 60.27º 0.98% 0.56% -
HSV(B) 60.27º 0.87% 0.99% -
XYZ 75.53 91.05 14.96 -
YUV 227.51 17.67 145.47 -
System Red Green Blue C M Y K H S L
Decimal 252 253 32 0.00 0 0.87 0.01 60.27 0.98 0.56
Hex FC FD 20 0 0 57 1 3C 62 38
Octal 374 375 40 0 0 127 1 74 142 70
Binary 11111100 11111101 100000 0 0 1010111 1 111100 1100010 111000

Color Harmonies of #FCFD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD20

Black with #FCFD20

Text Example


Text Example

White with #FCFD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD20; }

 p { color: rgb(252,253,32); }

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

background-color css

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

 a { background-color: rgb(252,253,32); }

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

border-color css

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

 span { border-color: rgb(252,253,32); }

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