#FBD74C

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

Shades of Energy Yellow #FBD74C

Tints of Energy Yellow #FBD74C

Color information

#FBD74C (or 0xFBD74C) is unknown color: approx Energy Yellow. HEX triplet: FB, D7 and 4C. RGB value is (251,215,76). Sum of RGB (Red+Green+Blue) = 251+215+76=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 76 (30.08% from 255 or 14.02% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD74C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBD74C is #0428B3. Grayscale: #D2D2D2. Windows color (decimal): -272564 or 5036027. OLE color: 5036027.

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

Color convert

RGB25121576-
CMYK00.140.700.02
HSL47.66º95.63%64.12%-
HSV(B)47.66º69.72%98.43%-
XYZ65.3969.6316.83-
YUV209.9252.43157.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.31%
GREEN value IS 215 (84.38% from 255) = 39.67%
BLUE value IS 76 (30.08% from 255) = 14.02%
R=46.31%
G=39.67%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512157600.140.700.0247.6695.6364.12
HexFBD74C0E462306040
Octal373327114016106260140100
Binary111110111101011110011000111010001101011000011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD74C; }

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

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

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

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

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

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

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

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