Html Css Color HEX #FCDC14 Lemon

📋 copy color: '#FCDC14'

red 252 ◦ green 220 ◦ blue 20

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

Shades of Lemon #FCDC14

Tints of Lemon #FCDC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.07%

R = 51.22%
G = 44.72%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCDC14 (or 0xFCDC14) is known color: Lemon. HEX triplet: FC, DC and 14. RGB value is (252,220,20). Sum of RGB (Red+Green+Blue) = 252+220+20=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 20 (8.20% from 255 or 4.07% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC14 is #0323EB. Grayscale: #CFCFCF. Windows color (decimal): -205804 or 1367292. OLE color: 1367292.

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

Color convert

RGB 252 220 20 -
CMYK 0 0.13 0.92 0.01
HSL 51.72º 0.97% 0.53% -
HSV(B) 51.72º 0.92% 0.99% -
XYZ 65.86 71.93 11.07 -
YUV 206.77 22.6 160.26 -
System Red Green Blue C M Y K H S L
Decimal 252 220 20 0 0.13 0.92 0.01 51.72 0.97 0.53
Hex FC DC 14 0 D 5C 1 34 61 35
Octal 374 334 24 0 15 134 1 64 141 65
Binary 11111100 11011100 10100 0 1101 1011100 1 110100 1100001 110101

Color Harmonies of #FCDC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC14

Black with #FCDC14

Text Example


Text Example

White with #FCDC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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