Html Css Color HEX #FCDC12 Lemon

📋 copy color: '#FCDC12'

red 252 ◦ green 220 ◦ blue 18

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

Shades of Lemon #FCDC12

Tints of Lemon #FCDC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.67%

R = 51.43%
G = 44.9%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCDC12 (or 0xFCDC12) is known color: Lemon. HEX triplet: FC, DC and 12. RGB value is (252,220,18). Sum of RGB (Red+Green+Blue) = 252+220+18=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 18 (7.42% from 255 or 3.67% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC12 is #0323ED. Grayscale: #CFCFCF. Windows color (decimal): -205806 or 1236220. OLE color: 1236220.

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

Color convert

RGB 252 220 18 -
CMYK 0 0.13 0.93 0.01
HSL 51.79º 0.98% 0.53% -
HSV(B) 51.79º 0.93% 0.99% -
XYZ 65.85 71.93 10.98 -
YUV 206.54 21.6 160.43 -
System Red Green Blue C M Y K H S L
Decimal 252 220 18 0 0.13 0.93 0.01 51.79 0.98 0.53
Hex FC DC 12 0 D 5D 1 34 62 35
Octal 374 334 22 0 15 135 1 64 142 65
Binary 11111100 11011100 10010 0 1101 1011101 1 110100 1100010 110101

Color Harmonies of #FCDC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC12

Black with #FCDC12

Text Example


Text Example

White with #FCDC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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