#FBDE4C

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

Shades of Energy Yellow #FBDE4C

Tints of Energy Yellow #FBDE4C

Color information

#FBDE4C (or 0xFBDE4C) is unknown color: approx Energy Yellow. HEX triplet: FB, DE and 4C. RGB value is (251,222,76). Sum of RGB (Red+Green+Blue) = 251+222+76=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 76 (30.08% from 255 or 13.84% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDE4C is #0421B3. Grayscale: #D6D6D6. Windows color (decimal): -270772 or 5037819. OLE color: 5037819.

HSL color Cylindrical-coordinate representation of color #FBDE4C: hue angle of 50.06º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FBDE4C is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB25122276-
CMYK00.120.700.02
HSL50.06º95.63%64.12%-
HSV(B)50.06º69.72%98.43%-
XYZ67.2173.2717.44-
YUV214.0350.11154.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.72%
GREEN value IS 222 (87.11% from 255) = 40.44%
BLUE value IS 76 (30.08% from 255) = 13.84%
R=45.72%
G=40.44%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512227600.120.700.0250.0695.6364.12
HexFBDE4C0C462326040
Octal373336114014106262140100
Binary111110111101111010011000110010001101011001011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDE4C; }

 p { color: rgb(251,222,76); }

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

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

 a { background-color: rgb(251,222,76); }

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

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

 span { border-color: rgb(251,222,76); }

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