#FBDC48

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

Shades of Energy Yellow #FBDC48

Tints of Energy Yellow #FBDC48

Color information

#FBDC48 (or 0xFBDC48) is unknown color: approx Energy Yellow. HEX triplet: FB, DC and 48. RGB value is (251,220,72). Sum of RGB (Red+Green+Blue) = 251+220+72=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 72 (28.52% from 255 or 13.26% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDC48 is #0423B7. Grayscale: #D5D5D5. Windows color (decimal): -271288 or 4775163. OLE color: 4775163.

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

Color convert

RGB25122072-
CMYK00.120.710.02
HSL49.61º95.72%63.33%-
HSV(B)49.61º71.31%98.43%-
XYZ66.5572.1616.55-
YUV212.448.77155.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.22%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 72 (28.52% from 255) = 13.26%
R=46.22%
G=40.52%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512207200.120.710.0249.6195.7263.33
HexFBDC480C47232603f
Octal37333411001410726214077
Binary11111011110111001001000011001000111101100101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDC48; }

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

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

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

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

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

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

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

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