Html Css Color HEX #FCDD4C Energy Yellow

📋 copy color: '#FCDD4C'

red 252 ◦ green 221 ◦ blue 76

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

Shades of Energy Yellow #FCDD4C

Tints of Energy Yellow #FCDD4C

RGB

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

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

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

R = 45.9%
G = 40.26%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCDD4C (or 0xFCDD4C) is known color: Energy Yellow. HEX triplet: FC, DD and 4C. RGB value is (252,221,76). Sum of RGB (Red+Green+Blue) = 252+221+76=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 76 (30.08% from 255 or 13.84% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD4C is #0322B3. Grayscale: #D6D6D6. Windows color (decimal): -205492 or 5037564. OLE color: 5037564.

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

Color convert

RGB 252 221 76 -
CMYK 0 0.12 0.70 0.01
HSL 49.43º 0.97% 0.64% -
HSV(B) 49.43º 0.7% 0.99% -
XYZ 67.31 72.93 17.37 -
YUV 213.74 50.27 155.29 -
System Red Green Blue C M Y K H S L
Decimal 252 221 76 0 0.12 0.70 0.01 49.43 0.97 0.64
Hex FC DD 4C 0 C 46 1 31 61 40
Octal 374 335 114 0 14 106 1 61 141 100
Binary 11111100 11011101 1001100 0 1100 1000110 1 110001 1100001 1000000

Color Harmonies of #FCDD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD4C

Black with #FCDD4C

Text Example


Text Example

White with #FCDD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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