Html Css Color HEX #FCD64C Energy Yellow

📋 copy color: '#FCD64C'

red 252 ◦ green 214 ◦ blue 76

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

Shades of Energy Yellow #FCD64C

Tints of Energy Yellow #FCD64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.48%

 BLUE value IS 76 (30.08% from 255) = 14.02%

R = 46.49%
G = 39.48%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCD64C (or 0xFCD64C) is known color: Energy Yellow. HEX triplet: FC, D6 and 4C. RGB value is (252,214,76). Sum of RGB (Red+Green+Blue) = 252+214+76=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 76 (30.08% from 255 or 14.02% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD64C is #0329B3. Grayscale: #D2D2D2. Windows color (decimal): -207284 or 5035772. OLE color: 5035772.

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

Color convert

RGB 252 214 76 -
CMYK 0 0.15 0.70 0.01
HSL 47.05º 0.97% 0.64% -
HSV(B) 47.05º 0.7% 0.99% -
XYZ 65.5 69.31 16.76 -
YUV 209.63 52.59 158.22 -
System Red Green Blue C M Y K H S L
Decimal 252 214 76 0 0.15 0.70 0.01 47.05 0.97 0.64
Hex FC D6 4C 0 F 46 1 2F 61 40
Octal 374 326 114 0 17 106 1 57 141 100
Binary 11111100 11010110 1001100 0 1111 1000110 1 101111 1100001 1000000

Color Harmonies of #FCD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD64C

Black with #FCD64C

Text Example


Text Example

White with #FCD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD64C; }

 p { color: rgb(252,214,76); }

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

background-color css

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

 a { background-color: rgb(252,214,76); }

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

border-color css

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

 span { border-color: rgb(252,214,76); }

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