Html Css Color HEX #FCD94E Energy Yellow

📋 copy color: '#FCD94E'

red 252 ◦ green 217 ◦ blue 78

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

Shades of Energy Yellow #FCD94E

Tints of Energy Yellow #FCD94E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.26%

R = 46.07%
G = 39.67%
B = 14.26%

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

#FCD94E (or 0xFCD94E) is known color: Energy Yellow. HEX triplet: FC, D9 and 4E. RGB value is (252,217,78). Sum of RGB (Red+Green+Blue) = 252+217+78=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 78 (30.86% from 255 or 14.26% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD94E is #0326B1. Grayscale: #D4D4D4. Windows color (decimal): -206514 or 5167612. OLE color: 5167612.

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

Color convert

RGB 252 217 78 -
CMYK 0 0.14 0.69 0.01
HSL 47.93º 0.97% 0.65% -
HSV(B) 47.93º 0.69% 0.99% -
XYZ 66.33 70.87 17.39 -
YUV 211.62 52.6 156.8 -
System Red Green Blue C M Y K H S L
Decimal 252 217 78 0 0.14 0.69 0.01 47.93 0.97 0.65
Hex FC D9 4E 0 E 45 1 30 61 41
Octal 374 331 116 0 16 105 1 60 141 101
Binary 11111100 11011001 1001110 0 1110 1000101 1 110000 1100001 1000001

Color Harmonies of #FCD94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD94E

Black with #FCD94E

Text Example


Text Example

White with #FCD94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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