Html Css Color HEX #FCDC10 Lemon

📋 copy color: '#FCDC10'

red 252 ◦ green 220 ◦ blue 16

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

Shades of Lemon #FCDC10

Tints of Lemon #FCDC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.28%

R = 51.64%
G = 45.08%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCDC10 (or 0xFCDC10) is known color: Lemon. HEX triplet: FC, DC and 10. RGB value is (252,220,16). Sum of RGB (Red+Green+Blue) = 252+220+16=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 16 (6.64% from 255 or 3.28% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC10 is #0323EF. Grayscale: #CFCFCF. Windows color (decimal): -205808 or 1105148. OLE color: 1105148.

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

Color convert

RGB 252 220 16 -
CMYK 0 0.13 0.94 0.01
HSL 51.86º 0.98% 0.53% -
HSV(B) 51.86º 0.94% 0.99% -
XYZ 65.83 71.92 10.9 -
YUV 206.31 20.6 160.59 -
System Red Green Blue C M Y K H S L
Decimal 252 220 16 0 0.13 0.94 0.01 51.86 0.98 0.53
Hex FC DC 10 0 D 5E 1 34 62 35
Octal 374 334 20 0 15 136 1 64 142 65
Binary 11111100 11011100 10000 0 1101 1011110 1 110100 1100010 110101

Color Harmonies of #FCDC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC10

Black with #FCDC10

Text Example


Text Example

White with #FCDC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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