#FBDB48

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

Shades of Energy Yellow #FBDB48

Tints of Energy Yellow #FBDB48

Color information

#FBDB48 (or 0xFBDB48) is unknown color: approx Energy Yellow. HEX triplet: FB, DB and 48. RGB value is (251,219,72). Sum of RGB (Red+Green+Blue) = 251+219+72=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 72 (28.52% from 255 or 13.28% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB48 is #0424B7. Grayscale: #D4D4D4. Windows color (decimal): -271544 or 4774907. OLE color: 4774907.

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

Color convert

RGB25121972-
CMYK00.130.710.02
HSL49.27º95.72%63.33%-
HSV(B)49.27º71.31%98.43%-
XYZ66.2871.6416.47-
YUV211.8149.1155.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.31%
GREEN value IS 219 (85.94% from 255) = 40.41%
BLUE value IS 72 (28.52% from 255) = 13.28%
R=46.31%
G=40.41%
B=13.28%

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
Decimal2512197200.130.710.0249.2795.7263.33
HexFBDB480D47231603f
Octal37333311001510726114077
Binary11111011110110111001000011011000111101100011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDB48; }

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

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

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

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

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

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

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

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