#FBDC4D

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

Shades of Energy Yellow #FBDC4D

Tints of Energy Yellow #FBDC4D

Color information

#FBDC4D (or 0xFBDC4D) is unknown color: approx Energy Yellow. HEX triplet: FB, DC and 4D. RGB value is (251,220,77). Sum of RGB (Red+Green+Blue) = 251+220+77=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 77 (30.47% from 255 or 14.05% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDC4D is #0423B2. Grayscale: #D5D5D5. Windows color (decimal): -271283 or 5102843. OLE color: 5102843.

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

Color convert

RGB25122077-
CMYK00.120.690.02
HSL49.31º95.6%64.31%-
HSV(B)49.31º69.32%98.43%-
XYZ66.7272.2317.45-
YUV212.9751.27155.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.80%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 77 (30.47% from 255) = 14.05%
R=45.80%
G=40.15%
B=14.05%

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
Decimal2512207700.120.690.0249.3195.664.31
HexFBDC4D0C452316040
Octal373334115014105261140100
Binary111110111101110010011010110010001011011000111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDC4D; }

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

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

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

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

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

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

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

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