#FBDD4D

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

Shades of Energy Yellow #FBDD4D

Tints of Energy Yellow #FBDD4D

Color information

#FBDD4D (or 0xFBDD4D) is unknown color: approx Energy Yellow. HEX triplet: FB, DD and 4D. RGB value is (251,221,77). Sum of RGB (Red+Green+Blue) = 251+221+77=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 77 (30.47% from 255 or 14.03% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD4D is #0422B2. Grayscale: #D6D6D6. Windows color (decimal): -271027 or 5103099. OLE color: 5103099.

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

Color convert

RGB25122177-
CMYK00.120.690.02
HSL49.66º95.6%64.31%-
HSV(B)49.66º69.32%98.43%-
XYZ66.9872.7617.53-
YUV213.5550.94154.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.72%
GREEN value IS 221 (86.72% from 255) = 40.26%
BLUE value IS 77 (30.47% from 255) = 14.03%
R=45.72%
G=40.26%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512217700.120.690.0249.6695.664.31
HexFBDD4D0C452326040
Octal373335115014105262140100
Binary111110111101110110011010110010001011011001011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDD4D; }

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

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

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

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

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

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

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

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