#FBDB4A

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

Shades of Energy Yellow #FBDB4A

Tints of Energy Yellow #FBDB4A

Color information

#FBDB4A (or 0xFBDB4A) is unknown color: approx Energy Yellow. HEX triplet: FB, DB and 4A. RGB value is (251,219,74). Sum of RGB (Red+Green+Blue) = 251+219+74=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 74 (29.30% from 255 or 13.60% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB4A is #0424B5. Grayscale: #D4D4D4. Windows color (decimal): -271542 or 4905979. OLE color: 4905979.

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

Color convert

RGB25121974-
CMYK00.130.710.02
HSL49.15º95.68%63.73%-
HSV(B)49.15º70.52%98.43%-
XYZ66.3571.6716.81-
YUV212.0450.1155.79-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.14%
GREEN value IS 219 (85.94% from 255) = 40.26%
BLUE value IS 74 (29.30% from 255) = 13.60%
R=46.14%
G=40.26%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512197400.130.710.0249.1595.6863.73
HexFBDB4A0D472316040
Octal373333112015107261140100
Binary111110111101101110010100110110001111011000111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDB4A; }

 p { color: rgb(251,219,74); }

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

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

 a { background-color: rgb(251,219,74); }

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

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

 span { border-color: rgb(251,219,74); }

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