Html Css Color HEX #FDFC20 Lemon

📋 copy color: '#FDFC20'

red 253 ◦ green 252 ◦ blue 32

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

Shades of Lemon #FDFC20

Tints of Lemon #FDFC20

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #FDFC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC20

Black with #FDFC20

Text Example


Text Example

White with #FDFC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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