#FBDD4C

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

Shades of Energy Yellow #FBDD4C

Tints of Energy Yellow #FBDD4C

Color information

#FBDD4C (or 0xFBDD4C) is unknown color: approx Energy Yellow. HEX triplet: FB, DD and 4C. RGB value is (251,221,76). Sum of RGB (Red+Green+Blue) = 251+221+76=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 76 (30.08% from 255 or 13.87% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDD4C is #0422B3. Grayscale: #D6D6D6. Windows color (decimal): -271028 or 5037563. OLE color: 5037563.

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

Color convert

RGB25122176-
CMYK00.120.700.02
HSL49.71º95.63%64.12%-
HSV(B)49.71º69.72%98.43%-
XYZ66.9472.7417.35-
YUV213.4450.44154.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.80%
GREEN value IS 221 (86.72% from 255) = 40.33%
BLUE value IS 76 (30.08% from 255) = 13.87%
R=45.80%
G=40.33%
B=13.87%

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
Decimal2512217600.120.700.0249.7195.6364.12
HexFBDD4C0C462326040
Octal373335114014106262140100
Binary111110111101110110011000110010001101011001011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDD4C; }

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

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

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

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

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

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

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

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