Html Css Color HEX #FCDC16 Lemon

📋 copy color: '#FCDC16'

red 252 ◦ green 220 ◦ blue 22

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

Shades of Lemon #FCDC16

Tints of Lemon #FCDC16

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.53%

 BLUE value IS 22 (8.98% from 255) = 4.45%

R = 51.01%
G = 44.53%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FCDC16 (or 0xFCDC16) is known color: Lemon. HEX triplet: FC, DC and 16. RGB value is (252,220,22). Sum of RGB (Red+Green+Blue) = 252+220+22=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 22 (8.98% from 255 or 4.45% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC16 is #0323E9. Grayscale: #CFCFCF. Windows color (decimal): -205802 or 1498364. OLE color: 1498364.

HSL color Cylindrical-coordinate representation of color #FCDC16: hue angle of 51.65º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCDC16 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 220 22 -
CMYK 0 0.13 0.91 0.01
HSL 51.65º 0.97% 0.54% -
HSV(B) 51.65º 0.91% 0.99% -
XYZ 65.88 71.94 11.17 -
YUV 207 23.6 160.1 -
System Red Green Blue C M Y K H S L
Decimal 252 220 22 0 0.13 0.91 0.01 51.65 0.97 0.54
Hex FC DC 16 0 D 5B 1 34 61 36
Octal 374 334 26 0 15 133 1 64 141 66
Binary 11111100 11011100 10110 0 1101 1011011 1 110100 1100001 110110

Color Harmonies of #FCDC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC16

Black with #FCDC16

Text Example


Text Example

White with #FCDC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC16; }

 p { color: rgb(252,220,22); }

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

background-color css

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

 a { background-color: rgb(252,220,22); }

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

border-color css

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

 span { border-color: rgb(252,220,22); }

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