Html Css Color HEX #FCDC4D Energy Yellow

📋 copy color: '#FCDC4D'

red 252 ◦ green 220 ◦ blue 77

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

Shades of Energy Yellow #FCDC4D

Tints of Energy Yellow #FCDC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.03%

R = 45.9%
G = 40.07%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCDC4D (or 0xFCDC4D) is known color: Energy Yellow. HEX triplet: FC, DC and 4D. RGB value is (252,220,77). Sum of RGB (Red+Green+Blue) = 252+220+77=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 77 (30.47% from 255 or 14.03% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC4D is #0323B2. Grayscale: #D5D5D5. Windows color (decimal): -205747 or 5102844. OLE color: 5102844.

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

Color convert

RGB 252 220 77 -
CMYK 0 0.13 0.69 0.01
HSL 49.03º 0.97% 0.65% -
HSV(B) 49.03º 0.69% 0.99% -
XYZ 67.08 72.42 17.46 -
YUV 213.27 51.1 155.63 -
System Red Green Blue C M Y K H S L
Decimal 252 220 77 0 0.13 0.69 0.01 49.03 0.97 0.65
Hex FC DC 4D 0 D 45 1 31 61 41
Octal 374 334 115 0 15 105 1 61 141 101
Binary 11111100 11011100 1001101 0 1101 1000101 1 110001 1100001 1000001

Color Harmonies of #FCDC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC4D

Black with #FCDC4D

Text Example


Text Example

White with #FCDC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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