#FCDE4B

Color #FCDE4B Energy Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Energy Yellow #FCDE4B

Tints of Energy Yellow #FCDE4B

Color information

#FCDE4B (or 0xFCDE4B) is unknown color: approx Energy Yellow. HEX triplet: FC, DE and 4B. RGB value is (252,222,75). Sum of RGB (Red+Green+Blue) = 252+222+75=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 75 (29.69% from 255 or 13.66% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDE4B is #0321B4. Grayscale: #D6D6D6. Windows color (decimal): -205237 or 4972284. OLE color: 4972284.

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

Color convert

RGB25222275-
CMYK00.120.700.01
HSL49.83º96.72%64.12%-
HSV(B)49.83º70.24%98.82%-
XYZ67.5473.4517.27-
YUV214.2149.44154.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.90%
GREEN value IS 222 (87.11% from 255) = 40.44%
BLUE value IS 75 (29.69% from 255) = 13.66%
R=45.90%
G=40.44%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522227500.120.700.0149.8396.7264.12
HexFCDE4B0C461326140
Octal374336113014106162141100
Binary11111100110111101001011011001000110111001011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDE4B; }

 p { color: rgb(252,222,75); }

 H1.HeaderClassName
 {
   color: #FCDE4B;
 }
 .AnyTagClassName
 {
   color: #FCDE4B;
 }
</style>
background-color css

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

 a { background-color: rgb(252,222,75); }

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

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

 span { border-color: rgb(252,222,75); }

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