Html Css Color HEX #FCD54C Energy Yellow

📋 copy color: '#FCD54C'

red 252 ◦ green 213 ◦ blue 76

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

Shades of Energy Yellow #FCD54C

Tints of Energy Yellow #FCD54C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.37%

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

R = 46.58%
G = 39.37%
B = 14.05%

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

#FCD54C (or 0xFCD54C) is known color: Energy Yellow. HEX triplet: FC, D5 and 4C. RGB value is (252,213,76). Sum of RGB (Red+Green+Blue) = 252+213+76=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 76 (30.08% from 255 or 14.05% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD54C is #032AB3. Grayscale: #D1D1D1. Windows color (decimal): -207540 or 5035516. OLE color: 5035516.

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

Color convert

RGB 252 213 76 -
CMYK 0 0.15 0.70 0.01
HSL 46.7º 0.97% 0.64% -
HSV(B) 46.7º 0.7% 0.99% -
XYZ 65.24 68.81 16.68 -
YUV 209.04 52.92 158.64 -
System Red Green Blue C M Y K H S L
Decimal 252 213 76 0 0.15 0.70 0.01 46.7 0.97 0.64
Hex FC D5 4C 0 F 46 1 2F 61 40
Octal 374 325 114 0 17 106 1 57 141 100
Binary 11111100 11010101 1001100 0 1111 1000110 1 101111 1100001 1000000

Color Harmonies of #FCD54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD54C

Black with #FCD54C

Text Example


Text Example

White with #FCD54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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