Html Css Color HEX #FCD94D Energy Yellow

📋 copy color: '#FCD94D'

red 252 ◦ green 217 ◦ blue 77

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

Shades of Energy Yellow #FCD94D

Tints of Energy Yellow #FCD94D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.74%

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

R = 46.15%
G = 39.74%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCD94D (or 0xFCD94D) is known color: Energy Yellow. HEX triplet: FC, D9 and 4D. RGB value is (252,217,77). Sum of RGB (Red+Green+Blue) = 252+217+77=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 77 (30.47% from 255 or 14.10% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD94D is #0326B2. Grayscale: #D4D4D4. Windows color (decimal): -206515 or 5102076. OLE color: 5102076.

HSL color Cylindrical-coordinate representation of color #FCD94D: hue angle of 48º 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 #FCD94D is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 217 77 -
CMYK 0 0.14 0.69 0.01
HSL 48º 0.97% 0.65% -
HSV(B) 48º 0.69% 0.99% -
XYZ 66.3 70.86 17.2 -
YUV 211.51 52.1 156.88 -
System Red Green Blue C M Y K H S L
Decimal 252 217 77 0 0.14 0.69 0.01 48 0.97 0.65
Hex FC D9 4D 0 E 45 1 30 61 41
Octal 374 331 115 0 16 105 1 60 141 101
Binary 11111100 11011001 1001101 0 1110 1000101 1 110000 1100001 1000001

Color Harmonies of #FCD94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD94D

Black with #FCD94D

Text Example


Text Example

White with #FCD94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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