Html Css Color HEX #FCFB20 Lemon

📋 copy color: '#FCFB20'

red 252 ◦ green 251 ◦ blue 32

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

Shades of Lemon #FCFB20

Tints of Lemon #FCFB20

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.92%

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

R = 47.1%
G = 46.92%
B = 5.98%

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

#FCFB20 (or 0xFCFB20) is known color: Lemon. HEX triplet: FC, FB and 20. RGB value is (252,251,32). Sum of RGB (Red+Green+Blue) = 252+251+32=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 32 (12.89% from 255 or 5.98% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFB20 is #0304DF. Grayscale: #E3E3E3. Windows color (decimal): -197856 or 2161660. OLE color: 2161660.

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

Color convert

RGB 252 251 32 -
CMYK 0 0.00 0.87 0.01
HSL 59.73º 0.97% 0.56% -
HSV(B) 59.73º 0.87% 0.99% -
XYZ 74.9 89.79 14.75 -
YUV 226.33 18.33 146.31 -
System Red Green Blue C M Y K H S L
Decimal 252 251 32 0 0.00 0.87 0.01 59.73 0.97 0.56
Hex FC FB 20 0 0 57 1 3C 61 38
Octal 374 373 40 0 0 127 1 74 141 70
Binary 11111100 11111011 100000 0 0 1010111 1 111100 1100001 111000

Color Harmonies of #FCFB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB20

Black with #FCFB20

Text Example


Text Example

White with #FCFB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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