Html Css Color HEX #FCD94F Energy Yellow

📋 copy color: '#FCD94F'

red 252 ◦ green 217 ◦ blue 79

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

Shades of Energy Yellow #FCD94F

Tints of Energy Yellow #FCD94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.42%

R = 45.99%
G = 39.6%
B = 14.42%

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

#FCD94F (or 0xFCD94F) is known color: Energy Yellow. HEX triplet: FC, D9 and 4F. RGB value is (252,217,79). Sum of RGB (Red+Green+Blue) = 252+217+79=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 79 (31.25% from 255 or 14.42% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD94F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD94F is #0326B0. Grayscale: #D4D4D4. Windows color (decimal): -206513 or 5233148. OLE color: 5233148.

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

Color convert

RGB 252 217 79 -
CMYK 0 0.14 0.69 0.01
HSL 47.86º 0.97% 0.65% -
HSV(B) 47.86º 0.69% 0.99% -
XYZ 66.37 70.89 17.58 -
YUV 211.73 53.1 156.72 -
System Red Green Blue C M Y K H S L
Decimal 252 217 79 0 0.14 0.69 0.01 47.86 0.97 0.65
Hex FC D9 4F 0 E 45 1 30 61 41
Octal 374 331 117 0 16 105 1 60 141 101
Binary 11111100 11011001 1001111 0 1110 1000101 1 110000 1100001 1000001

Color Harmonies of #FCD94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD94F

Black with #FCD94F

Text Example


Text Example

White with #FCD94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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