Html Css Color HEX #FCD84A Energy Yellow

📋 copy color: '#FCD84A'

red 252 ◦ green 216 ◦ blue 74

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

Shades of Energy Yellow #FCD84A

Tints of Energy Yellow #FCD84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.85%

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

R = 46.49%
G = 39.85%
B = 13.65%

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

#FCD84A (or 0xFCD84A) is known color: Energy Yellow. HEX triplet: FC, D8 and 4A. RGB value is (252,216,74). Sum of RGB (Red+Green+Blue) = 252+216+74=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 74 (29.30% from 255 or 13.65% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD84A is #0327B5. Grayscale: #D3D3D3. Windows color (decimal): -206774 or 4905212. OLE color: 4905212.

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

Color convert

RGB 252 216 74 -
CMYK 0 0.14 0.71 0.01
HSL 47.87º 0.97% 0.64% -
HSV(B) 47.87º 0.71% 0.99% -
XYZ 65.94 70.3 16.57 -
YUV 210.58 50.93 157.55 -
System Red Green Blue C M Y K H S L
Decimal 252 216 74 0 0.14 0.71 0.01 47.87 0.97 0.64
Hex FC D8 4A 0 E 47 1 30 61 40
Octal 374 330 112 0 16 107 1 60 141 100
Binary 11111100 11011000 1001010 0 1110 1000111 1 110000 1100001 1000000

Color Harmonies of #FCD84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD84A

Black with #FCD84A

Text Example


Text Example

White with #FCD84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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