Html Css Color HEX #FCDD4A Energy Yellow

📋 copy color: '#FCDD4A'

red 252 ◦ green 221 ◦ blue 74

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

Shades of Energy Yellow #FCDD4A

Tints of Energy Yellow #FCDD4A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.4%

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

R = 46.07%
G = 40.4%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FCDD4A (or 0xFCDD4A) is known color: Energy Yellow. HEX triplet: FC, DD and 4A. RGB value is (252,221,74). Sum of RGB (Red+Green+Blue) = 252+221+74=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 74 (29.30% from 255 or 13.53% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD4A is #0322B5. Grayscale: #D6D6D6. Windows color (decimal): -205494 or 4906492. OLE color: 4906492.

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

Color convert

RGB 252 221 74 -
CMYK 0 0.12 0.71 0.01
HSL 49.55º 0.97% 0.64% -
HSV(B) 49.55º 0.71% 0.99% -
XYZ 67.24 72.9 17.01 -
YUV 213.51 49.27 155.45 -
System Red Green Blue C M Y K H S L
Decimal 252 221 74 0 0.12 0.71 0.01 49.55 0.97 0.64
Hex FC DD 4A 0 C 47 1 32 61 40
Octal 374 335 112 0 14 107 1 62 141 100
Binary 11111100 11011101 1001010 0 1100 1000111 1 110010 1100001 1000000

Color Harmonies of #FCDD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD4A

Black with #FCDD4A

Text Example


Text Example

White with #FCDD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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