Html Css Color HEX #FCD94A Energy Yellow

📋 copy color: '#FCD94A'

red 252 ◦ green 217 ◦ blue 74

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

Shades of Energy Yellow #FCD94A

Tints of Energy Yellow #FCD94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.63%

R = 46.41%
G = 39.96%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCD94A (or 0xFCD94A) is known color: Energy Yellow. HEX triplet: FC, D9 and 4A. RGB value is (252,217,74). Sum of RGB (Red+Green+Blue) = 252+217+74=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 74 (29.30% from 255 or 13.63% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD94A is #0326B5. Grayscale: #D3D3D3. Windows color (decimal): -206518 or 4905468. OLE color: 4905468.

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

Color convert

RGB 252 217 74 -
CMYK 0 0.14 0.71 0.01
HSL 48.2º 0.97% 0.64% -
HSV(B) 48.2º 0.71% 0.99% -
XYZ 66.19 70.82 16.66 -
YUV 211.16 50.6 157.13 -
System Red Green Blue C M Y K H S L
Decimal 252 217 74 0 0.14 0.71 0.01 48.2 0.97 0.64
Hex FC D9 4A 0 E 47 1 30 61 40
Octal 374 331 112 0 16 107 1 60 141 100
Binary 11111100 11011001 1001010 0 1110 1000111 1 110000 1100001 1000000

Color Harmonies of #FCD94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD94A

Black with #FCD94A

Text Example


Text Example

White with #FCD94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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