Html Css Color HEX #FCDC4C Energy Yellow

📋 copy color: '#FCDC4C'

red 252 ◦ green 220 ◦ blue 76

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

Shades of Energy Yellow #FCDC4C

Tints of Energy Yellow #FCDC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.87%

R = 45.99%
G = 40.15%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCDC4C (or 0xFCDC4C) is known color: Energy Yellow. HEX triplet: FC, DC and 4C. RGB value is (252,220,76). Sum of RGB (Red+Green+Blue) = 252+220+76=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 76 (30.08% from 255 or 13.87% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC4C is #0323B3. Grayscale: #D5D5D5. Windows color (decimal): -205748 or 5037308. OLE color: 5037308.

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

Color convert

RGB 252 220 76 -
CMYK 0 0.13 0.70 0.01
HSL 49.09º 0.97% 0.64% -
HSV(B) 49.09º 0.7% 0.99% -
XYZ 67.04 72.4 17.28 -
YUV 213.15 50.6 155.71 -
System Red Green Blue C M Y K H S L
Decimal 252 220 76 0 0.13 0.70 0.01 49.09 0.97 0.64
Hex FC DC 4C 0 D 46 1 31 61 40
Octal 374 334 114 0 15 106 1 61 141 100
Binary 11111100 11011100 1001100 0 1101 1000110 1 110001 1100001 1000000

Color Harmonies of #FCDC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC4C

Black with #FCDC4C

Text Example


Text Example

White with #FCDC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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